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-oam | |
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-oam')
-rw-r--r-- | appc-oam/appc-oam-bundle/pom.xml | 2 | ||||
-rw-r--r-- | appc-oam/appc-oam-features/features-appc-oam/pom.xml | 2 | ||||
-rw-r--r-- | appc-oam/appc-oam-features/onap-appc-oam/pom.xml | 2 | ||||
-rw-r--r-- | appc-oam/appc-oam-features/pom.xml | 2 | ||||
-rw-r--r-- | appc-oam/appc-oam-installer/pom.xml | 2 | ||||
-rw-r--r-- | appc-oam/appc-oam-model/pom.xml | 2 | ||||
-rw-r--r-- | appc-oam/pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/appc-oam/appc-oam-bundle/pom.xml b/appc-oam/appc-oam-bundle/pom.xml index 031dea278..286b6fc9d 100644 --- a/appc-oam/appc-oam-bundle/pom.xml +++ b/appc-oam/appc-oam-bundle/pom.xml @@ -199,5 +199,5 @@ </dependency> </dependencies> - <version>1.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </project> diff --git a/appc-oam/appc-oam-features/features-appc-oam/pom.xml b/appc-oam/appc-oam-features/features-appc-oam/pom.xml index e956f68a9..8f65e9ab5 100644 --- a/appc-oam/appc-oam-features/features-appc-oam/pom.xml +++ b/appc-oam/appc-oam-features/features-appc-oam/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-oam</artifactId> - <version>1.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-oam/appc-oam-features/onap-appc-oam/pom.xml b/appc-oam/appc-oam-features/onap-appc-oam/pom.xml index 767db07a8..37c4262b3 100644 --- a/appc-oam/appc-oam-features/onap-appc-oam/pom.xml +++ b/appc-oam/appc-oam-features/onap-appc-oam/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-oam</artifactId> - <version>1.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-oam/appc-oam-features/pom.xml b/appc-oam/appc-oam-features/pom.xml index 9491ac6e5..66796eb31 100644 --- a/appc-oam/appc-oam-features/pom.xml +++ b/appc-oam/appc-oam-features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-oam-feature-aggregator</artifactId> - <version>1.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <packaging>pom</packaging> <name></name> diff --git a/appc-oam/appc-oam-installer/pom.xml b/appc-oam/appc-oam-installer/pom.xml index 972211c78..2a07f7eb4 100644 --- a/appc-oam/appc-oam-installer/pom.xml +++ b/appc-oam/appc-oam-installer/pom.xml @@ -157,5 +157,5 @@ </plugins> </build> - <version>1.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </project> diff --git a/appc-oam/appc-oam-model/pom.xml b/appc-oam/appc-oam-model/pom.xml index 27fa1c728..c020006b2 100644 --- a/appc-oam/appc-oam-model/pom.xml +++ b/appc-oam/appc-oam-model/pom.xml @@ -120,5 +120,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-oam/pom.xml b/appc-oam/pom.xml index b431a1b21..6f137e056 100644 --- a/appc-oam/pom.xml +++ b/appc-oam/pom.xml @@ -48,5 +48,5 @@ <module>appc-oam-bundle</module> </modules> - <version>1.6.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </project> |