diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-05-24 13:51:58 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-05-24 13:56:18 -0700 |
commit | 19004ea518572ba03c8969c7d2c0e2228ef2d86f (patch) | |
tree | 234e14a1771b8cd3d46f21cd591b2815dd97068b /appc-oam | |
parent | bf0229c185ed5a94eca7c35d3e85bf6a4bf4a849 (diff) |
Increment versions after release
Change-Id: Ibbfb7a72fe793d06caa8be064f5b1dd768ca0dda
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1595
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 b4dd89d72..335106f91 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.5.1-SNAPSHOT</version> + <version>1.5.2-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 7b0e4d37a..6d1bdacfe 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.5.1-SNAPSHOT</version> + <version>1.5.2-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 460196609..f38134325 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.5.1-SNAPSHOT</version> + <version>1.5.2-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 696a0f657..95a91eade 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.5.1-SNAPSHOT</version> + <version>1.5.2-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 61e46a613..5edb123f5 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.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </project> diff --git a/appc-oam/appc-oam-model/pom.xml b/appc-oam/appc-oam-model/pom.xml index b3c7626d5..8705ff93f 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.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </project> diff --git a/appc-oam/pom.xml b/appc-oam/pom.xml index bc8d82a5f..69ca62579 100644 --- a/appc-oam/pom.xml +++ b/appc-oam/pom.xml @@ -48,5 +48,5 @@ <module>appc-oam-bundle</module> </modules> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </project> |