aboutsummaryrefslogtreecommitdiffstats
path: root/mdsal-resource
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 /mdsal-resource
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 'mdsal-resource')
-rwxr-xr-xmdsal-resource/features/pom.xml2
-rwxr-xr-xmdsal-resource/installer/pom.xml2
-rwxr-xr-xmdsal-resource/pom.xml4
-rwxr-xr-xmdsal-resource/provider/pom.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml
index a5eb642..3029dc5 100755
--- a/mdsal-resource/features/pom.xml
+++ b/mdsal-resource/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>mdsal-resource</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>mdsal-resource-features</artifactId>
<name>MD-SAL Resource Adaptor - Features</name>
diff --git a/mdsal-resource/installer/pom.xml b/mdsal-resource/installer/pom.xml
index 188146d..d65912d 100755
--- a/mdsal-resource/installer/pom.xml
+++ b/mdsal-resource/installer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>mdsal-resource</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>mdsal-resource-installer</artifactId>
<name>MDSAL Resource - Karaf Installer</name>
diff --git a/mdsal-resource/pom.xml b/mdsal-resource/pom.xml
index 031b5e9..b74c454 100755
--- a/mdsal-resource/pom.xml
+++ b/mdsal-resource/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>MD-SAL Resource Adaptor</name>
<description>The MD-SAL resource adaptor allows service logic to access persistent data from MD-SAL config and operational trees</description>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
<dependencyManagement>
diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml
index a684069..dfffa19 100755
--- a/mdsal-resource/provider/pom.xml
+++ b/mdsal-resource/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>mdsal-resource</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>mdsal-resource-provider</artifactId>
<packaging>bundle</packaging>