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-outbound/appc-aai-client | |
parent | 6cbb73628f72e90fb8219cc7120326ef55a91653 (diff) |
Release appc1.7.1
Diffstat (limited to 'appc-outbound/appc-aai-client')
6 files changed, 6 insertions, 6 deletions
diff --git a/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml index bb8510bcc..41114d8df 100644 --- a/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml +++ b/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-aai-client</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <packaging>feature</packaging> <name/> diff --git a/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml index afd0454cd..d202c4958 100644 --- a/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml +++ b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-aai-client</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <packaging>feature</packaging> <name/> diff --git a/appc-outbound/appc-aai-client/features/pom.xml b/appc-outbound/appc-aai-client/features/pom.xml index 711c3837c..ebefdcdd6 100644 --- a/appc-outbound/appc-aai-client/features/pom.xml +++ b/appc-outbound/appc-aai-client/features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-aai-client-feature-aggregator</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <packaging>pom</packaging> <name/> diff --git a/appc-outbound/appc-aai-client/installer/pom.xml b/appc-outbound/appc-aai-client/installer/pom.xml index 6aac2a771..af9f1d8b9 100755 --- a/appc-outbound/appc-aai-client/installer/pom.xml +++ b/appc-outbound/appc-aai-client/installer/pom.xml @@ -152,5 +152,5 @@ </plugins> </build> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> </project> diff --git a/appc-outbound/appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/pom.xml index a8159ec8a..b15ffd2b3 100755 --- a/appc-outbound/appc-aai-client/pom.xml +++ b/appc-outbound/appc-aai-client/pom.xml @@ -65,5 +65,5 @@ <module>features</module> <module>installer</module> </modules> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> </project> diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml index f864fb3b7..0d8145e1c 100755 --- a/appc-outbound/appc-aai-client/provider/pom.xml +++ b/appc-outbound/appc-aai-client/provider/pom.xml @@ -158,5 +158,5 @@ </plugins> </pluginManagement> </build> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> </project> |