diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-30 16:22:00 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-30 17:00:32 -0400 |
commit | ba02fc8ee8afa868dda1ca6f11d3dfa293ad4cf3 (patch) | |
tree | 5a4a8382933b84c3e318c11e076cb82cbfc9c906 /filters | |
parent | 9972ac595d679375014ad2ae31cd08618ac37e50 (diff) |
Roll version to rule out staging issue
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>
Diffstat (limited to 'filters')
-rwxr-xr-x | filters/features/pom.xml | 2 | ||||
-rwxr-xr-x | filters/installer/pom.xml | 2 | ||||
-rw-r--r-- | filters/pom.xml | 4 | ||||
-rwxr-xr-x | filters/provider/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/filters/features/pom.xml b/filters/features/pom.xml index baf497d49..0d71e9167 100755 --- a/filters/features/pom.xml +++ b/filters/features/pom.xml @@ -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> diff --git a/filters/installer/pom.xml b/filters/installer/pom.xml index ca35e3c33..1e839d93e 100755 --- a/filters/installer/pom.xml +++ b/filters/installer/pom.xml @@ -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> diff --git a/filters/pom.xml b/filters/pom.xml index f0593adb0..2e159c410 100644 --- a/filters/pom.xml +++ b/filters/pom.xml @@ -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> diff --git a/filters/provider/pom.xml b/filters/provider/pom.xml index 0c73949ea..9f59d3463 100755 --- a/filters/provider/pom.xml +++ b/filters/provider/pom.xml @@ -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> |