aboutsummaryrefslogtreecommitdiffstats
path: root/resource-assignment
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 /resource-assignment
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 'resource-assignment')
-rwxr-xr-xresource-assignment/features/pom.xml2
-rwxr-xr-xresource-assignment/installer/pom.xml2
-rwxr-xr-xresource-assignment/pom.xml4
-rwxr-xr-xresource-assignment/provider/pom.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/resource-assignment/features/pom.xml b/resource-assignment/features/pom.xml
index c35a0ff..9a83209 100755
--- a/resource-assignment/features/pom.xml
+++ b/resource-assignment/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>resource-assignment</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>resource-assignment-features</artifactId>
<name>Resource Assignment Adaptor - Features</name>
diff --git a/resource-assignment/installer/pom.xml b/resource-assignment/installer/pom.xml
index 955e8c5..cc833e9 100755
--- a/resource-assignment/installer/pom.xml
+++ b/resource-assignment/installer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>resource-assignment</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>resource-assignment-installer</artifactId>
<name>Resource allocator- Karaf Installer</name>
diff --git a/resource-assignment/pom.xml b/resource-assignment/pom.xml
index 716ef71..d0fb7c6 100755
--- a/resource-assignment/pom.xml
+++ b/resource-assignment/pom.xml
@@ -3,14 +3,14 @@
<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>
<packaging>pom</packaging>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>resource-assignment</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Resource Assignment Adaptor</name>
diff --git a/resource-assignment/provider/pom.xml b/resource-assignment/provider/pom.xml
index 2926a39..8b6010b 100755
--- a/resource-assignment/provider/pom.xml
+++ b/resource-assignment/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>resource-assignment</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>resource-assignment-provider</artifactId>
<packaging>bundle</packaging>