diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-03-22 13:29:58 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-03-22 13:29:58 +0000 |
commit | 90a8ceb4a8c803459d9fe78e18d88cc373bcb670 (patch) | |
tree | 25a34d330a0d0a29630af3fceea72d68621b2233 | |
parent | 82c314f7e020cdedad275f21502b79eaa8f1568d (diff) |
Release ccsdk/apps1.1.1
-rw-r--r-- | ms/neng/pom.xml | 2 | ||||
-rw-r--r-- | ms/pom.xml | 4 | ||||
-rw-r--r-- | ms/sliboot/pom.xml | 2 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | services/pom.xml | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index c0b27683..1b0fc648 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.1.1-SNAPSHOT</version> + <version>1.1.1</version> <name>Naming Generation</name> <properties> @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <artifactId>ccsdk-apps-ms</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <packaging>pom</packaging> <name>Micro-services Root</name> diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index ee1e45f0..39596daa 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.apps</groupId> <artifactId>sliboot</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</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 2dc66540..521a59b2 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.1.1-SNAPSHOT</version> + <version>1.1.1</version> <packaging>jar</packaging> <name>Vlantag API</name> @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <packaging>pom</packaging> <name>ccsdk-apps</name> diff --git a/services/pom.xml b/services/pom.xml index 71cc6218..99422e27 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.apps</groupId> <artifactId>services</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <packaging>jar</packaging> <name>ccsdk-apps :: services :: ${project.artifactId}</name> |