[VERSION] Official root pom version 83/1083/1
authorDan Timoney <dtimoney@att.com>
Tue, 21 Feb 2017 13:47:08 +0000 (08:47 -0500)
committerDan Timoney <dtimoney@att.com>
Tue, 21 Feb 2017 13:47:21 +0000 (08:47 -0500)
Update to use version 1.0.0 of root pom

Change-Id: I9b9d4bea913f60d62cc9dae171db6c117ec10c72
Signed-off-by: Dan Timoney <dtimoney@att.com>
20 files changed:
asdcApi/features/pom.xml
asdcApi/installer/pom.xml
asdcApi/model/pom.xml
asdcApi/pom.xml
asdcApi/provider/pom.xml
dataChange/features/pom.xml
dataChange/installer/pom.xml
dataChange/model/pom.xml
dataChange/pom.xml
dataChange/provider/pom.xml
pom.xml
vnfapi/features/pom.xml
vnfapi/installer/pom.xml
vnfapi/model/pom.xml
vnfapi/pom.xml
vnfapi/provider/pom.xml
vnftools/features/pom.xml
vnftools/installer/pom.xml
vnftools/pom.xml
vnftools/provider/pom.xml

index e62ffe0..41970e2 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>asdcApi</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>asdcApi-features</artifactId>
 
index 5d002c7..23ea77d 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>asdcApi</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>asdcApi-installer</artifactId>
        <name>asdcApi  - Karaf  Installer</name>
index eab21d0..04198e0 100755 (executable)
@@ -4,11 +4,11 @@
        <parent>
                <artifactId>asdcApi</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <groupId>org.openecomp.sdnc.northbound</groupId>
        <artifactId>asdcApi-model</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
        <packaging>bundle</packaging>
 
        <build>
index b228b8e..aaea307 100755 (executable)
@@ -5,13 +5,13 @@
        <parent>
                <groupId>org.openecomp.sdnc.northbound</groupId>
                <artifactId>sdnc-northbound</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
 
        <packaging>pom</packaging>
        <groupId>org.openecomp.sdnc.northbound</groupId>
        <artifactId>asdcApi</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
 
        <properties>
                <feature-name>asdcApi</feature-name>
index df3040b..033cd29 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>asdcApi</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>asdcApi-provider</artifactId>
        <packaging>bundle</packaging>
index 8d3a091..6f993f8 100755 (executable)
@@ -4,11 +4,11 @@
        <parent>
                <artifactId>dataChange</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <groupId>org.openecomp.sdnc.northbound</groupId>
        <artifactId>dataChange-features</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
 
        <packaging>jar</packaging>
 
index f4119ea..3a5fa50 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>dataChange</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>dataChange-installer</artifactId>
        <name>dataChange  - Karaf  Installer</name>
index 3accef0..e5772f4 100755 (executable)
@@ -4,11 +4,11 @@
        <parent>
                <artifactId>dataChange</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <groupId>org.openecomp.sdnc.northbound</groupId>
        <artifactId>dataChange-model</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
        <packaging>bundle</packaging>
 
 
index 85951d5..90d3311 100755 (executable)
@@ -5,13 +5,13 @@
        <parent>
                <groupId>org.openecomp.sdnc.northbound</groupId>
                <artifactId>sdnc-northbound</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
 
        <packaging>pom</packaging>
        <groupId>org.openecomp.sdnc.northbound</groupId>
        <artifactId>dataChange</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
 
        <properties>
                <feature-name>dataChange</feature-name>
index 3b1ede0..f2cd725 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>dataChange</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>dataChange-provider</artifactId>
        <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index e7788ed..40e970e 100644 (file)
--- 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>
@@ -86,7 +86,7 @@
        <organization>
                <name>AT&amp;T</name>
        </organization>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
 
 
 </project>
index 6dc16d9..e4c3214 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>vnfapi</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>vnfapi-features</artifactId>
 
index e48ca37..9553b52 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>vnfapi</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>vnfapi-installer</artifactId>
        <name>VNF API  - Karaf  Installer</name>
index f4879c6..cf354ed 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>vnfapi</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>vnfapi-model</artifactId>
        <packaging>bundle</packaging>
index 22287e8..8e92a9a 100644 (file)
@@ -5,13 +5,13 @@
        <parent>
            <groupId>org.openecomp.sdnc.northbound</groupId>
                <artifactId>sdnc-northbound</artifactId>
-           <version>1.0.0-SNAPSHOT</version>
+           <version>1.0.0</version>
        </parent>
 
        <packaging>pom</packaging>
        <groupId>org.openecomp.sdnc.northbound</groupId>
        <artifactId>vnfapi</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
 
        <properties>
                <feature-name>vnfapi</feature-name>
index 455a599..6841ac4 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>vnfapi</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>vnfapi-provider</artifactId>
        <packaging>bundle</packaging>
index ff7c146..7f0797f 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>vnftools</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>vnftools-features</artifactId>
        <name>VNF tools Plugin - Features</name>
index c5b1ed3..acf7dcc 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>vnftools</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>vnftools-installer</artifactId>
        <name>VNF Tools Plugin  - Karaf  Installer</name>
index c93a2a5..59a876f 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.northbound</groupId>
                <artifactId>sdnc-northbound</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
@@ -18,7 +18,7 @@
        <name>VNF Tools Plugin</name>
        <description>Provides execute nodes to Directed Graphs that use the VNF Module.</description>
 
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
 
         <dependencyManagement>
 
index 5aad3f9..cce9e24 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.northbound</groupId>
                <artifactId>vnftools</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>vnftools-provider</artifactId>
        <packaging>bundle</packaging>