diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-01-15 12:25:18 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-01-21 21:31:46 +0000 |
commit | dac845c622625f78f5c28be9b93ecf3ab377f488 (patch) | |
tree | a6ae4321e467830cf6b725f2f51bd4fec518beec /appc-inbound/appc-artifact-handler | |
parent | ce1a3511b5428501a72f501e9e13cb2d55c2c01f (diff) |
Increment version to 1.7.1-SNAPSHOT
Change-Id: I1d1528e9029510ac14f7b527b245854df48c3d9a
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
Diffstat (limited to 'appc-inbound/appc-artifact-handler')
7 files changed, 7 insertions, 7 deletions
diff --git a/appc-inbound/appc-artifact-handler/features/features-appc-artifact-handler/pom.xml b/appc-inbound/appc-artifact-handler/features/features-appc-artifact-handler/pom.xml index 5a84648b2..7d8efc485 100644 --- a/appc-inbound/appc-artifact-handler/features/features-appc-artifact-handler/pom.xml +++ b/appc-inbound/appc-artifact-handler/features/features-appc-artifact-handler/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-artifact-handler</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> <packaging>feature</packaging> <name/> diff --git a/appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml b/appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml index 01c355c20..f99186482 100644 --- a/appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml +++ b/appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-artifact-handler</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> <packaging>feature</packaging> <name/> diff --git a/appc-inbound/appc-artifact-handler/features/pom.xml b/appc-inbound/appc-artifact-handler/features/pom.xml index ee8c8f13c..913d88245 100644 --- a/appc-inbound/appc-artifact-handler/features/pom.xml +++ b/appc-inbound/appc-artifact-handler/features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-artifact-handler-feature-aggregator</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> <packaging>pom</packaging> <name/> diff --git a/appc-inbound/appc-artifact-handler/installer/pom.xml b/appc-inbound/appc-artifact-handler/installer/pom.xml index 621410e9a..0a0394210 100755 --- a/appc-inbound/appc-artifact-handler/installer/pom.xml +++ b/appc-inbound/appc-artifact-handler/installer/pom.xml @@ -152,5 +152,5 @@ </plugins> </build> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </project> diff --git a/appc-inbound/appc-artifact-handler/model/pom.xml b/appc-inbound/appc-artifact-handler/model/pom.xml index b349774fe..20af9dce4 100755 --- a/appc-inbound/appc-artifact-handler/model/pom.xml +++ b/appc-inbound/appc-artifact-handler/model/pom.xml @@ -115,5 +115,5 @@ </dependencies> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </project> diff --git a/appc-inbound/appc-artifact-handler/pom.xml b/appc-inbound/appc-artifact-handler/pom.xml index 590729a44..77706137a 100755 --- a/appc-inbound/appc-artifact-handler/pom.xml +++ b/appc-inbound/appc-artifact-handler/pom.xml @@ -40,5 +40,5 @@ <module>installer</module> </modules> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </project> diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml index 4738dfffd..aba1b3cda 100755 --- a/appc-inbound/appc-artifact-handler/provider/pom.xml +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml @@ -140,5 +140,5 @@ limitations under the License. <version>0.1.54</version> </dependency> </dependencies> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </project> |