diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-08-07 21:00:09 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-08-07 21:00:09 +0000 |
commit | aae29911cb7837ece11eeca4fa6a66275e237118 (patch) | |
tree | 7e55a559e06df49eb99dd5bbfaf6b12ee29056a0 /appc-provider | |
parent | 46da690baf4ea855d333bd1fc8f72d98e5b1a529 (diff) |
Release appc1.6.2
Diffstat (limited to 'appc-provider')
-rw-r--r-- | appc-provider/appc-provider-bundle/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-features/features-appc-provider/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-features/onap-appc-provider/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-features/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-installer/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-model/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/appc-provider/appc-provider-bundle/pom.xml b/appc-provider/appc-provider-bundle/pom.xml index 80aa9e774..daf0899d2 100644 --- a/appc-provider/appc-provider-bundle/pom.xml +++ b/appc-provider/appc-provider-bundle/pom.xml @@ -33,7 +33,7 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-provider-bundle</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <packaging>bundle</packaging> <name>appc-provider-bundle</name> diff --git a/appc-provider/appc-provider-features/features-appc-provider/pom.xml b/appc-provider/appc-provider-features/features-appc-provider/pom.xml index bf1343ef3..7ccb1d9af 100644 --- a/appc-provider/appc-provider-features/features-appc-provider/pom.xml +++ b/appc-provider/appc-provider-features/features-appc-provider/pom.xml @@ -8,7 +8,7 @@ <groupId>org.onap.appc</groupId> <artifactId>features-appc-provider</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <packaging>feature</packaging> <name>appc-provider features repo</name> diff --git a/appc-provider/appc-provider-features/onap-appc-provider/pom.xml b/appc-provider/appc-provider-features/onap-appc-provider/pom.xml index 788aaf410..5157b2511 100644 --- a/appc-provider/appc-provider-features/onap-appc-provider/pom.xml +++ b/appc-provider/appc-provider-features/onap-appc-provider/pom.xml @@ -9,7 +9,7 @@ <groupId>org.onap.appc</groupId> <artifactId>onap-appc-provider</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <packaging>feature</packaging> <name>onap-appc-provider</name> diff --git a/appc-provider/appc-provider-features/pom.xml b/appc-provider/appc-provider-features/pom.xml index df21854e6..e5f8ba8da 100644 --- a/appc-provider/appc-provider-features/pom.xml +++ b/appc-provider/appc-provider-features/pom.xml @@ -29,7 +29,7 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-provider-features</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <packaging>pom</packaging> <name>appc-provider-features</name> diff --git a/appc-provider/appc-provider-installer/pom.xml b/appc-provider/appc-provider-installer/pom.xml index 8f6f7d9d3..ae0303a08 100644 --- a/appc-provider/appc-provider-installer/pom.xml +++ b/appc-provider/appc-provider-installer/pom.xml @@ -29,7 +29,7 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-provider-installer</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <packaging>pom</packaging> <name>APPC Provider - Karaf Installer</name> diff --git a/appc-provider/appc-provider-model/pom.xml b/appc-provider/appc-provider-model/pom.xml index 5894c5110..7455c1f86 100644 --- a/appc-provider/appc-provider-model/pom.xml +++ b/appc-provider/appc-provider-model/pom.xml @@ -29,7 +29,7 @@ </parent> <groupId>org.onap.appc</groupId> <artifactId>appc-provider-model</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <packaging>bundle</packaging> <name>appc-provider-model</name> diff --git a/appc-provider/pom.xml b/appc-provider/pom.xml index 764dfc01a..55cdc3a69 100644 --- a/appc-provider/pom.xml +++ b/appc-provider/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>org.onap.appc</groupId> <artifactId>appc-provider</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.2</version> <packaging>pom</packaging> <name>APPC Provider</name> <description>The app-c service provider </description> |