diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-15 09:35:16 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-15 09:35:16 -0400 |
commit | 0f4c96b5b6081efeecc73a748822a765cc38d62b (patch) | |
tree | 0aceb4657993e05e9adc4b76c52b4ffcfa46dbee | |
parent | 458a85ec8dab60092a91208030ef2b31b3e545d2 (diff) |
Update CCSDK dockers to use 0.5.2 artifacts
Update CCSDK docker containers to use released 0.5.2 artifacts.
Change-Id: If3bbb720caf1434bf7ab7802199889045eb68864
Issue-ID: CCSDK-1401
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r-- | ansible-server/pom.xml | 2 | ||||
-rwxr-xr-x | dependencies/pom.xml | 2 | ||||
-rw-r--r-- | odlsli/odlsli-alpine/pom.xml | 19 | ||||
-rw-r--r-- | odlsli/odlsli-ubuntu/pom.xml | 19 | ||||
-rw-r--r-- | pom.xml | 2 |
5 files changed, 29 insertions, 15 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 97c4b2f1..3e29bba9 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 895940e8..a45ed4fd 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.3</version> <relativePath/> </parent> diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index 0d2e721a..723b088e 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.3</version> <relativePath/> </parent> @@ -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.1</ccsdk.features.version> + <ccsdk.features.version>0.5.2</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.1</ccsdk.sli.core.version> - <ccsdk.sli.adaptors.version>0.5.1</ccsdk.sli.adaptors.version> - <ccsdk.sli.northbound.version>0.5.1</ccsdk.sli.northbound.version> - <ccsdk.sli.plugins.version>0.5.1</ccsdk.sli.plugins.version> + <ccsdk.sli.core.version>0.5.2</ccsdk.sli.core.version> + <ccsdk.sli.adaptors.version>0.5.2</ccsdk.sli.adaptors.version> + <ccsdk.sli.northbound.version>0.5.2</ccsdk.sli.northbound.version> + <ccsdk.sli.plugins.version>0.5.2</ccsdk.sli.plugins.version> </properties> <dependencies> @@ -116,6 +116,13 @@ </dependency> <dependency> <groupId>org.onap.ccsdk.sli.adaptors</groupId> + <artifactId>base-http-installer</artifactId> + <version>${ccsdk.sli.adaptors.version}</version> + <classifier>repo</classifier> + <type>zip</type> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>mdsal-resource-installer</artifactId> <version>${ccsdk.sli.adaptors.version}</version> <classifier>repo</classifier> diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml index ce106f21..63da0daa 100644 --- a/odlsli/odlsli-ubuntu/pom.xml +++ b/odlsli/odlsli-ubuntu/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.3</version> <relativePath/> </parent> @@ -25,7 +25,7 @@ <image.name>onap/ccsdk-odlsli-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.1</ccsdk.features.version> + <ccsdk.features.version>0.5.2</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.1</ccsdk.sli.core.version> - <ccsdk.sli.adaptors.version>0.5.1</ccsdk.sli.adaptors.version> - <ccsdk.sli.northbound.version>0.5.1</ccsdk.sli.northbound.version> - <ccsdk.sli.plugins.version>0.5.1</ccsdk.sli.plugins.version> + <ccsdk.sli.core.version>0.5.2</ccsdk.sli.core.version> + <ccsdk.sli.adaptors.version>0.5.2</ccsdk.sli.adaptors.version> + <ccsdk.sli.northbound.version>0.5.2</ccsdk.sli.northbound.version> + <ccsdk.sli.plugins.version>0.5.2</ccsdk.sli.plugins.version> </properties> <dependencies> @@ -116,6 +116,13 @@ </dependency> <dependency> <groupId>org.onap.ccsdk.sli.adaptors</groupId> + <artifactId>base-http-installer</artifactId> + <version>${ccsdk.sli.adaptors.version}</version> + <classifier>repo</classifier> + <type>zip</type> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>mdsal-resource-installer</artifactId> <version>${ccsdk.sli.adaptors.version}</version> <classifier>repo</classifier> @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.3</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> |