diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-05-23 12:24:34 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-05-23 12:24:38 -0400 |
commit | 6be781fcb9c9597f494c2bf9fa8ed4846e014138 (patch) | |
tree | 1bff32b5f2b805ca467cf9e544213fb32da8cd0c /pom.xml | |
parent | a62354b6414838aa9028d7fb0f9427735b0c30de (diff) |
Upversion for Casablanca
Issue-ID: AAI-1169
Change-Id: I9ff388471e5ed1cb9980ac6eb95bce6e8bb75377
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -32,7 +32,7 @@ limitations under the License. <groupId>org.onap.aai.gizmo</groupId> <artifactId>gizmo</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <name>aai-gizmo</name> @@ -186,17 +186,17 @@ limitations under the License. <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.2.4</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-utils</artifactId> - <version>1.2.4</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-core</artifactId> - <version>1.2.4</version> + <version>1.3.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>*</groupId> @@ -207,7 +207,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-auth</artifactId> - <version>1.2.4</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> |