[VERSION] Update dependency versions 49/849/1
authorDan Timoney <dtimoney@att.com>
Sun, 19 Feb 2017 22:40:27 +0000 (17:40 -0500)
committerDan Timoney <dtimoney@att.com>
Sun, 19 Feb 2017 22:55:52 +0000 (17:55 -0500)
Update dependency versions to snapahot

Change-Id: I0aa631dff7e589339edf391e7681f609d81d814b
Signed-off-by: Dan Timoney <dtimoney@att.com>
[VERSION] Reset version

Reset version to 1.0.0-SNAPSHOT

Change-Id: Ief9c015d5a5a0f69a2bffb9e498d464eb77def05
Signed-off-by: Dan Timoney <dtimoney@att.com>
25 files changed:
dblib/features/pom.xml
dblib/installer/pom.xml
dblib/pom.xml
dblib/provider/pom.xml
filters/features/pom.xml
filters/installer/pom.xml
filters/pom.xml
filters/provider/pom.xml
pom.xml
rootpom/pom.xml
sli/common/pom.xml
sli/features/pom.xml
sli/installer/pom.xml
sli/pom.xml
sli/provider/pom.xml
sli/recording/pom.xml
sliPluginUtils/features/pom.xml
sliPluginUtils/installer/pom.xml
sliPluginUtils/pom.xml
sliPluginUtils/provider/pom.xml
sliapi/features/pom.xml
sliapi/installer/pom.xml
sliapi/model/pom.xml
sliapi/pom.xml
sliapi/provider/pom.xml

index b3fc853..e894115 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>dblib</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>dblib-features</artifactId>
        <name>DBLIB Adaptor - Features</name>
index ba452e3..eb1f747 100755 (executable)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>dblib</artifactId>
         <groupId>org.openecomp.sdnc.core</groupId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>dblib-installer</artifactId>
     <name>DBLIB Adaptor - Karaf  Installer</name>
index 4d02c7d..d9aba9d 100755 (executable)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.openecomp.sdnc.core</groupId>
         <artifactId>sdnc-core</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
 
@@ -16,7 +16,7 @@
     <name>DBLIB Adaptor</name>
     <description>The DBLIB adaptor allows service logic to access persistent data in a local sql database</description>
 
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
 
     <build>
     <plugins>
index c46b2e8..70180ba 100755 (executable)
@@ -4,10 +4,10 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>dblib</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>dblib-provider</artifactId>
-       <version>1.0.0</version>
+       <version>1.0.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
        <name>DBLIB Adaptor - Provider</name>
        <url>http://maven.apache.org</url>
index f3dfe62..59732d7 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>filters</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>filters-features</artifactId>
        <name>Filters - Features</name>
index 39a00b9..91f4c77 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>filters</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>filters-installer</artifactId>
        <name>Filters - Karaf  Installer</name>
index b809abc..ee3b404 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.openecomp.sdnc.core</groupId>
         <artifactId>sdnc-core</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -16,7 +16,7 @@
     <name>Filters</name>
     <description>Servlet filter to implement ECOMP logging spec</description>
 
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
 
 
 
index 7b00001..9a54e4b 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>filters</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>filters-provider</artifactId>
        <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 4a5df9d..33148ca 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
     <organization>
         <name>AT&amp;T</name>
     </organization>
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
 
 
 </project>
index 6bbb6e1..61616a9 100755 (executable)
@@ -68,8 +68,8 @@
                <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
                <sonar.projectVersion>${project.version}</sonar.projectVersion>
 
-               <sdnc.core.version>1.0.0</sdnc.core.version>
-               <sdnc.adaptors.version>1.0.0</sdnc.adaptors.version>
+               <sdnc.core.version>1.0.0-SNAPSHOT</sdnc.core.version>
+               <sdnc.adaptors.version>1.0.0-SNAPSHOT</sdnc.adaptors.version>
                <sdnctl.sli.version>${sdnc.core.version}</sdnctl.sli.version>
                <sdnctl.aai.service.version>${sdnc.adaptors.version}</sdnctl.aai.service.version>
                <sdnctl.dblib.version>${sdnc.core.version}</sdnctl.dblib.version>
index 1f65694..3ab9848 100755 (executable)
@@ -3,7 +3,7 @@
        <parent>
                <artifactId>sli</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>sli-common</artifactId>
        <packaging>bundle</packaging>
index f07aad6..e2e9f5c 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sli</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>sli-features</artifactId>
        <name>SLI - Features</name>
index a9dc66b..fed23fa 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sli</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>sli-installer</artifactId>
        <name>SLI - Karaf  Installer</name>
index 2b1bc4a..6416558 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>sdnc-core</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
@@ -59,7 +59,7 @@
        <organization>
                <name>openECOMP</name>
        </organization>
-       <version>1.0.0</version>
+       <version>1.0.0-SNAPSHOT</version>
 
 
 </project>
index bfea0e2..d5a629b 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>sli</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>sli-provider</artifactId>
        <packaging>bundle</packaging>
index 62750cc..d5f7448 100755 (executable)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.openecomp.sdnc.core</groupId>
     <artifactId>sli</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>sli-recording</artifactId>
   <packaging>bundle</packaging>
index 9910964..f1da193 100755 (executable)
@@ -8,7 +8,7 @@
        <parent>
                <artifactId>sliPluginUtils</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
 
        <name>SliPluginUtils Plugin - Features</name>
index f84f744..52f5e84 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>sliPluginUtils</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>sliPluginUtils-installer</artifactId>
        <name>SLI Plugin Utilities - Karaf  Installer</name>
index b9e7b35..0bf4ad6 100755 (executable)
@@ -3,7 +3,7 @@
 
        <groupId>org.openecomp.sdnc.core</groupId>
        <artifactId>sliPluginUtils</artifactId>
-       <version>1.0.0</version>
+       <version>1.0.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <modelVersion>4.0.0</modelVersion>
 
@@ -11,7 +11,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>sdnc-core</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <name>Service Logic Interface Plugin Utilities</name>
        <description>A package of static utility functions to be used when developing SLI plugins</description>
index 7c8c7c2..8a59661 100755 (executable)
@@ -8,7 +8,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>sliPluginUtils</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
 
        <name>SliPluginUtils Plugin - Provider</name>
index d5d768d..13ef69b 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sliapi</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>sliapi-features</artifactId>
 
index 4b61dae..1eee871 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>sliapi</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>sliapi-installer</artifactId>
        <name>SLI API  - Karaf  Installer</name>
index 188e7c2..775fb93 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sliapi</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>sliapi-model</artifactId>
        <packaging>bundle</packaging>
index 1240203..c0c928b 100755 (executable)
@@ -7,13 +7,13 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>sdnc-core</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
 
        <packaging>pom</packaging>
        <groupId>org.openecomp.sdnc.core</groupId>
        <artifactId>sliapi</artifactId>
-       <version>1.0.0</version>
+       <version>1.0.0-SNAPSHOT</version>
 
        <properties>
                <feature-name>sliapi</feature-name>
index 9034b27..32d0c98 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sliapi</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>sliapi-provider</artifactId>
        <packaging>bundle</packaging>