diff options
-rw-r--r-- | ms/neng/pom.xml | 4 | ||||
-rw-r--r-- | ms/pom.xml | 4 | ||||
-rw-r--r-- | ms/sliboot/pom.xml | 4 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 4 | ||||
-rwxr-xr-x | pom.xml | 4 | ||||
-rw-r--r-- | services/pom.xml | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index bab6fe67..c3f2b04f 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -24,7 +24,7 @@ <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps-ms-neng</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <name>Naming Generation</name> <properties> @@ -233,7 +233,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath/> </parent> @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>ccsdk-apps-ms</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>Micro-services Root</name> diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index 213f02c6..8e1ef8fd 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>sliboot</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> <name>ccsdk-apps :: sliboot :: ${project.artifactId}</name> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index b7ef8d8b..4e1ae607 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -4,7 +4,7 @@ <groupId>org.onap.ccsdk.apps.ms.vlantagapi</groupId> <artifactId>vlantag-api</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> <name>Vlantag API</name> @@ -30,7 +30,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath/> </parent> @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>ccsdk-apps</name> diff --git a/services/pom.xml b/services/pom.xml index 0520aef0..de0602ef 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>services</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> <name>ccsdk-apps :: services :: ${project.artifactId}</name> |