aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-01-24 09:06:59 -0500
committerJimmy Forsyth <jf2512@att.com>2019-01-24 09:07:09 -0500
commit1161099a2c332ec9ac835ec97363fe918edbb66b (patch)
treef0ae66833b5bd296b7a73357bfa031265a1e5336
parent2db158026b5cb1032f62a5801a67d6f16e8bf253 (diff)
Update to 1.3.3 for release3.0.1-ONAP1.3.3casablanca
Issue-ID: AAI-2090 Change-Id: Ie5141ad96f71fa1b9063295784d5188829b41dcb Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 85da8ae..d1b680a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
</parent>
<groupId>org.onap.aai.data-router</groupId>
<artifactId>data-router</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<name>aai-data-router</name>
<properties>
diff --git a/version.properties b/version.properties
index 0969948..78b140e 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}