diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-05-04 08:37:04 -0400 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2018-05-04 12:41:11 +0000 |
commit | c27118c25252ac114b4464825e595f9310a642af (patch) | |
tree | 989ccb8962738e41f3f6af1f7758ca57646c5c87 /pom.xml | |
parent | 4e901d497c9c82495cd008737467de82325f9a45 (diff) |
Upversion data-router and prep for release
Issue-ID: AAI-1122
Change-Id: Ifc349bb7614ee4f9022681d5d90ae15021e0fadb
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |