diff options
-rw-r--r-- | ms/neng/pom.xml | 2 | ||||
-rw-r--r-- | ms/sliboot/pom.xml | 5 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | services/pom.xml | 2 |
5 files changed, 7 insertions, 6 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 4f43ffbe..9d8b2bd6 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -233,7 +233,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <relativePath/> </parent> diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index 2057074f..b1879e54 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <relativePath/> </parent> @@ -24,6 +24,7 @@ <base.image.version>1.1-STAGING-latest</base.image.version> <image.name>onap/ccsdk-sliboot-alpine-image</image.name> <ccsdk.project.version>${project.version}</ccsdk.project.version> + <ccsdk.distribution.version>1.1.0</ccsdk.distribution.version> <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <ccsdk.sliboot.jar>${project.artifactId}-${project.version}-exec.jar</ccsdk.sliboot.jar> @@ -222,7 +223,7 @@ <artifactItem> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>platform-logic-installer</artifactId> - <version>${project.version}</version> + <version>${ccsdk.distribution.version}</version> <type>zip</type> </artifactItem> </artifactItems> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index b8033c8b..d7cf0a40 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <relativePath/> </parent> @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <relativePath/> </parent> diff --git a/services/pom.xml b/services/pom.xml index 33952c41..0fe76fa8 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <relativePath/> </parent> |