diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-03-31 22:35:40 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-03-31 22:35:40 +0000 |
commit | 79ddaccc34931314e5bccd7189a7b6fc451a1ded (patch) | |
tree | 3bc59a3c4f496a61fc0325498914859e70003b3d /appc-provider | |
parent | 6cbb73628f72e90fb8219cc7120326ef55a91653 (diff) |
Release appc1.7.1
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 6783d401c..6801adaba 100644 --- a/appc-provider/appc-provider-bundle/pom.xml +++ b/appc-provider/appc-provider-bundle/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-provider-bundle</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</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 d53d6767c..5b6317d7e 100644 --- a/appc-provider/appc-provider-features/features-appc-provider/pom.xml +++ b/appc-provider/appc-provider-features/features-appc-provider/pom.xml @@ -9,7 +9,7 @@ <groupId>org.onap.appc</groupId> <artifactId>features-appc-provider</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</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 a5f1ab763..b14604181 100644 --- a/appc-provider/appc-provider-features/onap-appc-provider/pom.xml +++ b/appc-provider/appc-provider-features/onap-appc-provider/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.appc</groupId> <artifactId>onap-appc-provider</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</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 8b18262d8..66fb35b4b 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.7.1-SNAPSHOT</version> + <version>1.7.1</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 c51f13df8..99cebe712 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.7.1-SNAPSHOT</version> + <version>1.7.1</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 dd53424fd..744a709a7 100644 --- a/appc-provider/appc-provider-model/pom.xml +++ b/appc-provider/appc-provider-model/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>org.onap.appc</groupId> <artifactId>appc-provider-model</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <packaging>bundle</packaging> <name>appc-provider-model</name> diff --git a/appc-provider/pom.xml b/appc-provider/pom.xml index b80cd42de..911a89fb6 100644 --- a/appc-provider/pom.xml +++ b/appc-provider/pom.xml @@ -29,7 +29,7 @@ </parent> <groupId>org.onap.appc</groupId> <artifactId>appc-provider</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <packaging>pom</packaging> <name>APPC Provider</name> <description>The app-c service provider </description> |