aboutsummaryrefslogtreecommitdiffstats
path: root/mdsal-resource
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-02-20 14:20:07 -0500
committerDan Timoney <dtimoney@att.com>2017-02-20 14:20:18 -0500
commit8608e4e4ce1f92de4b6f919e8452cac8f989295c (patch)
treed610c90e50462a0519788544724ec927590d5a66 /mdsal-resource
parent09b58e1832480e9529124ae422f040028546daff (diff)
[VERSION] Change version to snapshot
Change version to 1.0.0-SNAPSHOT Change-Id: I54684df355a29ed12b839aad980026fd7c159242 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 69af540..ba2830d 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.0.0</version>
+ <version>1.0.0-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 15956db..320b055 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.0.0</version>
+ <version>1.0.0-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 5895d1e..f24ebc8 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.0.0</version>
+ <version>1.0.0-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.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<dependencyManagement>
diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml
index 7ad8f23..11744b1 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.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>mdsal-resource-provider</artifactId>
<packaging>bundle</packaging>