aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-02-20 17:41:34 -0500
committerDan Timoney <dtimoney@att.com>2017-02-20 17:41:42 -0500
commit296e3a05876455313bde7d2489728f67cc82e602 (patch)
tree399b3d68679ebf74b059be03c2d7d4549e563f49
parent6acc48a5b3cbb2be58a05926bd0938dcadbb8057 (diff)
[VERSION] Official root pom version
Use root pom version 1.0.0 Change-Id: Iee0fa7a6105cf78145ebeaa7ca79d2ca4c2c54d6 Signed-off-by: Dan Timoney <dtimoney@att.com>
-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
-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
-rwxr-xr-xpom.xml4
-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
-rwxr-xr-xsql-resource/features/pom.xml2
-rwxr-xr-xsql-resource/installer/pom.xml2
-rwxr-xr-xsql-resource/pom.xml4
-rwxr-xr-xsql-resource/provider/pom.xml2
17 files changed, 22 insertions, 22 deletions
diff --git a/aai-service/features/pom.xml b/aai-service/features/pom.xml
index eee2463..90bd936 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.0.0-SNAPSHOT</version>
+ <version>1.0.0</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 388115f..b632c54 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.0.0-SNAPSHOT</version>
+ <version>1.0.0</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 11a7b7c..e6cec69 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.0.0-SNAPSHOT</version>
+ <version>1.0.0</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.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<dependencyManagement>
<dependencies>
diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml
index 402040a..0653f61 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.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>aai-service-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml
index ba2830d..69af540 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-SNAPSHOT</version>
+ <version>1.0.0</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 320b055..15956db 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-SNAPSHOT</version>
+ <version>1.0.0</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 f24ebc8..5895d1e 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-SNAPSHOT</version>
+ <version>1.0.0</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-SNAPSHOT</version>
+ <version>1.0.0</version>
<dependencyManagement>
diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml
index 11744b1..7ad8f23 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>mdsal-resource-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index c970a6b..76671c1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>root</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -84,7 +84,7 @@
<organization>
<name>AT&amp;T</name>
</organization>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</project>
diff --git a/resource-assignment/features/pom.xml b/resource-assignment/features/pom.xml
index 9a83209..c35a0ff 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-SNAPSHOT</version>
+ <version>1.0.0</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 cc833e9..955e8c5 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-SNAPSHOT</version>
+ <version>1.0.0</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 d0fb7c6..716ef71 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>resource-assignment</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<name>Resource Assignment Adaptor</name>
diff --git a/resource-assignment/provider/pom.xml b/resource-assignment/provider/pom.xml
index 8b6010b..2926a39 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>resource-assignment-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/sql-resource/features/pom.xml b/sql-resource/features/pom.xml
index 61b6e24..92da9fe 100755
--- a/sql-resource/features/pom.xml
+++ b/sql-resource/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>sql-resource</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>sql-resource-features</artifactId>
<name>Sql Resource Adaptor - Features</name>
diff --git a/sql-resource/installer/pom.xml b/sql-resource/installer/pom.xml
index acb7fef..4100193 100755
--- a/sql-resource/installer/pom.xml
+++ b/sql-resource/installer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>sql-resource</artifactId>
<groupId>org.openecomp.sdnc.adaptors</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>sql-resource-installer</artifactId>
<name>SQL Resource - Karaf Installer</name>
diff --git a/sql-resource/pom.xml b/sql-resource/pom.xml
index 6390bdb..a20a393 100755
--- a/sql-resource/pom.xml
+++ b/sql-resource/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>sdnc-adaptors</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,7 +15,7 @@
<name>Sql Resource Adaptor</name>
<description>The Sql resource adaptor allows service logic to read/write data from a local database using direct SQL statements</description>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<dependencyManagement>
<dependencies>
diff --git a/sql-resource/provider/pom.xml b/sql-resource/provider/pom.xml
index 7ac2a1f..dc73c37 100755
--- a/sql-resource/provider/pom.xml
+++ b/sql-resource/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>sql-resource</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>sql-resource-provider</artifactId>
<packaging>bundle</packaging>