diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-10-08 12:29:24 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-10-08 12:29:25 -0700 |
commit | e8d37bfde904531793bde52e17300811ce1b75c3 (patch) | |
tree | 28ed830840f9bb00637ea367bccb7348f92cff41 /appc-inbound/appc-artifact-handler | |
parent | b3661f029cc632f910eb3a86376d0def7e8b1048 (diff) |
Increment version to 1.7.0-SNAPSHOT
Change-Id: I5c9c5141f39a653e6604551488e955c2f0a68004
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
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 53896c1b7..d6dc753b4 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.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <packaging>feature</packaging> <name></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 acb1a8f2d..2f3750100 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 @@ -31,7 +31,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-artifact-handler</artifactId> - <version>1.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-inbound/appc-artifact-handler/features/pom.xml b/appc-inbound/appc-artifact-handler/features/pom.xml index 3d6dfd75f..284fce944 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.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <packaging>pom</packaging> <name></name> diff --git a/appc-inbound/appc-artifact-handler/installer/pom.xml b/appc-inbound/appc-artifact-handler/installer/pom.xml index 5ec1fe84d..2118eb6d0 100755 --- a/appc-inbound/appc-artifact-handler/installer/pom.xml +++ b/appc-inbound/appc-artifact-handler/installer/pom.xml @@ -153,5 +153,5 @@ </plugins> </build> - <version>1.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </project> diff --git a/appc-inbound/appc-artifact-handler/model/pom.xml b/appc-inbound/appc-artifact-handler/model/pom.xml index 90dd6df2a..41112fcfe 100755 --- a/appc-inbound/appc-artifact-handler/model/pom.xml +++ b/appc-inbound/appc-artifact-handler/model/pom.xml @@ -118,5 +118,5 @@ <artifactId>ietf-yang-types-20130715</artifactId> </dependency> </dependencies> - <version>1.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </project> diff --git a/appc-inbound/appc-artifact-handler/pom.xml b/appc-inbound/appc-artifact-handler/pom.xml index e72906fc9..0003fcc16 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.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </project> diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml index 68ba54086..d630d4df7 100755 --- a/appc-inbound/appc-artifact-handler/provider/pom.xml +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml @@ -141,5 +141,5 @@ limitations under the License. <version>0.1.54</version> </dependency> </dependencies> - <version>1.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </project> |