aboutsummaryrefslogtreecommitdiffstats
path: root/aai-service
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-06-05 16:08:58 -0400
committerDan Timoney <dtimoney@att.com>2017-06-05 16:17:15 -0400
commit091b5d4b947b807ab0e2c00af44a2e9348413e74 (patch)
tree8d00aeef0893c5bd04c26fafb391f2e7e95af1f8 /aai-service
parent704a898be0fecdf492bb7c8573478c4895131043 (diff)
[SDNC-14] Roll adaptors to version 1.1.2
Roll adaptors to use version 1.1.2 of rootpom, to ensure latest version is being used Change-Id: Idb135e80073729fdcd809a9846fac672d4c30afd Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'aai-service')
-rwxr-xr-xaai-service/features/pom.xml2
-rwxr-xr-xaai-service/installer/pom.xml2
-rwxr-xr-xaai-service/pom.xml4
-rwxr-xr-xaai-service/provider/pom.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/aai-service/features/pom.xml b/aai-service/features/pom.xml
index 3c26f7d..af5bfa0 100755
--- a/aai-service/features/pom.xml
+++ b/aai-service/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>aai-service</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>aai-service-features</artifactId>
<name>AAI Interface Service - Features</name>
diff --git a/aai-service/installer/pom.xml b/aai-service/installer/pom.xml
index bc7cfd6..cb4d397 100755
--- a/aai-service/installer/pom.xml
+++ b/aai-service/installer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>aai-service</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>aai-service-installer</artifactId>
<name>AAI Adaptor - Karaf Installer</name>
diff --git a/aai-service/pom.xml b/aai-service/pom.xml
index 06da15c..f81b4f1 100755
--- a/aai-service/pom.xml
+++ b/aai-service/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>sdnc-adaptors</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,7 +15,7 @@
<name>AAI Interface Service</name>
<description>The AAI Interface service exposes an interface to AAI as an OSGi service</description>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml
index 0423e59..9216f37 100755
--- a/aai-service/provider/pom.xml
+++ b/aai-service/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>aai-service</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>aai-service-provider</artifactId>
<packaging>bundle</packaging>