summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-05-04 08:37:04 -0400
committerJames Forsyth <jf2512@att.com>2018-05-04 12:41:11 +0000
commitc27118c25252ac114b4464825e595f9310a642af (patch)
tree989ccb8962738e41f3f6af1f7758ca57646c5c87
parent4e901d497c9c82495cd008737467de82325f9a45 (diff)
Upversion data-router and prep for release
Issue-ID: AAI-1122 Change-Id: Ifc349bb7614ee4f9022681d5d90ae15021e0fadb Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d7179cf..738bb8d 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.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<name>aai-data-router</name>
<properties>
@@ -165,7 +165,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.2.2</version>
+ <version>1.2.4</version>
</dependency>
<dependency>
<groupId>org.onap.aai.router-core</groupId>
diff --git a/version.properties b/version.properties
index faf06bb..688582d 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=2
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}