Roll version to rule out staging issue
authorDan Timoney <dtimoney@att.com>
Wed, 30 Aug 2017 20:22:00 +0000 (16:22 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 30 Aug 2017 21:00:32 +0000 (17:00 -0400)
Behavior observed in the odlsli docker container suggests that it might
be picking up an old build of 0.1.0-SNAPSHOT version of sli/core.  We
have observed this problem before due to issues with the Nexus staging
plugin.  This change bumps the version of sli/core to 0.1.1-SNAPSHOT and
comments out the staging plugin from the sli/core pom.xml to make sure
that the current build is picked up.  There will be a corresponding
change in ccsdk/distribution to change which version of sli/core is used
in the odlsli container

Change-Id: Ie3c2b4ff66191748df14240a69a7d461fc0d4639
Issue-ID: CCSDK-69
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
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
version.properties

index 3af56c1..2be6c8d 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>dblib</artifactId>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>dblib-features</artifactId>
        <name>DBLIB Adaptor - Features</name>
index aa68d5a..10845db 100755 (executable)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>dblib</artifactId>
         <groupId>org.onap.ccsdk.sli.core</groupId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>dblib-installer</artifactId>
     <name>DBLIB Adaptor - Karaf  Installer</name>
index 4f26be3..9e15163 100755 (executable)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.onap.ccsdk.sli.core</groupId>
         <artifactId>ccsdk-sli-core</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.1.1-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>0.1.0-SNAPSHOT</version>
+    <version>0.1.1-SNAPSHOT</version>
 
     <build>
 
index 579ab40..1f9a5d4 100755 (executable)
@@ -4,10 +4,10 @@
        <parent>
                <groupId>org.onap.ccsdk.sli.core</groupId>
                <artifactId>dblib</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>dblib-provider</artifactId>
-       <version>0.1.0-SNAPSHOT</version>
+       <version>0.1.1-SNAPSHOT</version>
        <packaging>bundle</packaging>
        <name>DBLIB Adaptor - Provider</name>
        <url>http://maven.apache.org</url>
index baf497d..0d71e91 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>filters</artifactId>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>filters-features</artifactId>
        <name>Filters - Features</name>
index ca35e3c..1e839d9 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.onap.ccsdk.sli.core</groupId>
                <artifactId>filters</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>filters-installer</artifactId>
        <name>Filters - Karaf  Installer</name>
index f0593ad..2e159c4 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.onap.ccsdk.sli.core</groupId>
         <artifactId>ccsdk-sli-core</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.1.1-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>0.1.0-SNAPSHOT</version>
+    <version>0.1.1-SNAPSHOT</version>
 
 
 
index 0c73949..9f59d34 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.onap.ccsdk.sli.core</groupId>
                <artifactId>filters</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>filters-provider</artifactId>
        <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 9552b68..3c01ec9 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
        <organization>
                <name>ONAP</name>
        </organization>
-       <version>0.1.0-SNAPSHOT</version>
+       <version>0.1.1-SNAPSHOT</version>
 
 
 </project>
index dfec193..52bfd53 100755 (executable)
@@ -3,7 +3,7 @@
        <parent>
                <artifactId>sli</artifactId>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>sli-common</artifactId>
        <packaging>bundle</packaging>
index 5dd0d55..975839f 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sli</artifactId>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>sli-features</artifactId>
        <name>SLI - Features</name>
index 616c3c4..0319f5b 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sli</artifactId>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>sli-installer</artifactId>
        <name>SLI - Karaf  Installer</name>
index d741123..b8ce1e3 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.ccsdk.sli.core</groupId>
                <artifactId>ccsdk-sli-core</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
@@ -59,7 +59,7 @@
        <organization>
                <name>ONAP</name>
        </organization>
-       <version>0.1.0-SNAPSHOT</version>
+       <version>0.1.1-SNAPSHOT</version>
 
 
 </project>
index 7d02869..5ef47ef 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.onap.ccsdk.sli.core</groupId>
                <artifactId>sli</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>sli-provider</artifactId>
        <packaging>bundle</packaging>
index 499181e..932e3cc 100755 (executable)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.onap.ccsdk.sli.core</groupId>
     <artifactId>sli</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.1-SNAPSHOT</version>
   </parent>
   <artifactId>sli-recording</artifactId>
   <packaging>bundle</packaging>
index b512f9e..ce87536 100755 (executable)
@@ -8,7 +8,7 @@
        <parent>
                <artifactId>sliPluginUtils</artifactId>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
 
        <name>SliPluginUtils Plugin - Features</name>
index 3308913..a92c9cd 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sliPluginUtils</artifactId>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>sliPluginUtils-installer</artifactId>
        <name>SLI Plugin Utilities - Karaf  Installer</name>
index 561359a..5e084af 100755 (executable)
@@ -3,7 +3,7 @@
 
        <groupId>org.onap.ccsdk.sli.core</groupId>
        <artifactId>sliPluginUtils</artifactId>
-       <version>0.1.0-SNAPSHOT</version>
+       <version>0.1.1-SNAPSHOT</version>
        <packaging>pom</packaging>
        <modelVersion>4.0.0</modelVersion>
 
@@ -11,7 +11,7 @@
        <parent>
                <groupId>org.onap.ccsdk.sli.core</groupId>
                <artifactId>ccsdk-sli-core</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-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 aeb86d0..1af88e8 100755 (executable)
@@ -8,7 +8,7 @@
        <parent>
                <groupId>org.onap.ccsdk.sli.core</groupId>
                <artifactId>sliPluginUtils</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
 
        <name>SliPluginUtils Plugin - Provider</name>
index 63fd51a..531315e 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sliapi</artifactId>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>sliapi-features</artifactId>
 
index b3939a6..2495205 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sliapi</artifactId>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>sliapi-installer</artifactId>
        <packaging>pom</packaging>
index b6dcfe8..8fed200 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sliapi</artifactId>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>sliapi-model</artifactId>
        <packaging>bundle</packaging>
index 31f6608..64f84b9 100755 (executable)
@@ -6,13 +6,13 @@
        <parent>
                <groupId>org.onap.ccsdk.sli.core</groupId>
                <artifactId>ccsdk-sli-core</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
 
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.sli.core</groupId>
        <artifactId>sliapi</artifactId>
-       <version>0.1.0-SNAPSHOT</version>
+       <version>0.1.1-SNAPSHOT</version>
 
        <properties>
                <feature-name>sliapi</feature-name>
index 9afbdc5..e679f36 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sliapi</artifactId>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>0.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>sliapi-provider</artifactId>
        <packaging>bundle</packaging>
index f78b4bd..4577140 100644 (file)
@@ -4,9 +4,9 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 
-release_name=1
+release_name=0
 sprint_number=1
-feature_revision=2
+feature_revision=1
 
 base_version=${release_name}.${sprint_number}.${feature_revision}