aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-11-21 14:03:04 -0500
committerJimmy Forsyth <jf2512@att.com>2018-11-21 14:03:08 -0500
commitd64cdd8ee719a2527939d74447242f98f72cf5ca (patch)
tree06b3da057282e3747c01d4ff190c6bb674c6f9af /aai-resources
parentc4a80799db7a7a25ac9b753a56ac99352c203207 (diff)
Update resources to use released aai-common3.0.0-ONAP1.3.4
Issue-ID: AAI-1942 Change-Id: I228e6c7e10fbe7968671bb7994b9027f4f3e042b Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-resources')
-rw-r--r--aai-resources/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index 5fb46ac..0465d87 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -25,19 +25,19 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.aai.resources</groupId>
<artifactId>aai-resources</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
<parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
</parent>
<properties>
<java.version>1.8</java.version>
<start-class>org.onap.aai.ResourcesApp</start-class>
- <aai.schema.version>1.3.2</aai.schema.version>
- <aai.core.version>1.3.2</aai.core.version>
- <aai.schema.ingest.version>1.3.2</aai.schema.ingest.version>
+ <aai.schema.version>1.3.3</aai.schema.version>
+ <aai.core.version>1.3.3</aai.core.version>
+ <aai.schema.ingest.version>1.3.3</aai.schema.ingest.version>
<hbase.version>1.0.2</hbase.version>
<spring.boot.version>1.5.15.RELEASE</spring.boot.version>