diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-17 15:05:43 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-19 12:08:13 -0400 |
commit | 3d614e8ccca890d4f5506d0089c1446139ce40c6 (patch) | |
tree | ba7b2e3f90714d5fab3c6e276c55da837c8f49b2 /odlsli/odlsli-alpine/pom.xml | |
parent | b1b95e3283f13832a170f696fc8157e15b666d31 (diff) |
Roll to next snapshot
Roll to next snapshot version
Change-Id: I4c752f85ba479867d2dd5c8a30f2158839336345
Issue-ID: CCSDK-1701
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'odlsli/odlsli-alpine/pom.xml')
-rw-r--r-- | odlsli/odlsli-alpine/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index 24262e41..b1293db5 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.5</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-odlsli-alpine</artifactId> - <version>0.5.3-SNAPSHOT</version> + <version>0.5.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: odlsli-alpine</name> @@ -25,7 +25,7 @@ <image.name>onap/ccsdk-odlsli-alpine-image</image.name> <ccsdk.project.version>${project.version}</ccsdk.project.version> <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> - <ccsdk.features.version>0.5.2</ccsdk.features.version> + <ccsdk.features.version>0.5.4</ccsdk.features.version> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <opendaylight.root>opt/opendaylight</opendaylight.root> @@ -36,10 +36,10 @@ <ccsdk.odl.features>ccsdk-sli-core-all,ccsdk-sli-adaptors-all,ccsdk-sli-northbound-all,ccsdk-sli-plugins-all,ccsdk-features-all</ccsdk.odl.features> <odl.boot.features.extra>${odl.features.extra},${ccsdk.odl.features}</odl.boot.features.extra> - <ccsdk.sli.core.version>0.5.3</ccsdk.sli.core.version> - <ccsdk.sli.adaptors.version>0.5.3</ccsdk.sli.adaptors.version> - <ccsdk.sli.northbound.version>0.5.3</ccsdk.sli.northbound.version> - <ccsdk.sli.plugins.version>0.5.3</ccsdk.sli.plugins.version> + <ccsdk.sli.core.version>0.5.4</ccsdk.sli.core.version> + <ccsdk.sli.adaptors.version>0.5.4</ccsdk.sli.adaptors.version> + <ccsdk.sli.northbound.version>0.5.4</ccsdk.sli.northbound.version> + <ccsdk.sli.plugins.version>0.5.4</ccsdk.sli.plugins.version> </properties> <dependencies> |