diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-04-01 09:53:42 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-04-01 09:53:42 -0700 |
commit | aed12f000f82bb0ba925042e8722e9b625f5073f (patch) | |
tree | f9bc98ed2de94d1496eb490587bbd6793402c57d /appc-dg-util | |
parent | 17edc987695f10a776dd0c90a1074e20bde02f85 (diff) |
Increment version to 1.7.2-SNAPSHOT
Change-Id: I125f12f8193f27e6827a270bb7d5ec12c3295020
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
Diffstat (limited to 'appc-dg-util')
-rw-r--r-- | appc-dg-util/appc-dg-util-bundle/pom.xml | 4 | ||||
-rw-r--r-- | appc-dg-util/appc-dg-util-features/features-appc-dg-util/pom.xml | 2 | ||||
-rw-r--r-- | appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml | 2 | ||||
-rw-r--r-- | appc-dg-util/appc-dg-util-features/pom.xml | 2 | ||||
-rw-r--r-- | appc-dg-util/appc-dg-util-installer/pom.xml | 2 | ||||
-rw-r--r-- | appc-dg-util/pom.xml | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/appc-dg-util/appc-dg-util-bundle/pom.xml b/appc-dg-util/appc-dg-util-bundle/pom.xml index 3818e6b2f..319d0c4bb 100644 --- a/appc-dg-util/appc-dg-util-bundle/pom.xml +++ b/appc-dg-util/appc-dg-util-bundle/pom.xml @@ -31,7 +31,7 @@ </parent> <groupId>org.onap.appc</groupId> <artifactId>appc-dg-util-bundle</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>appc-dg-util - bundle</name> <properties> @@ -161,7 +161,7 @@ <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-netconf-adapter-bundle</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/appc-dg-util/appc-dg-util-features/features-appc-dg-util/pom.xml b/appc-dg-util/appc-dg-util-features/features-appc-dg-util/pom.xml index 7e2d91ac0..2f4901d19 100644 --- a/appc-dg-util/appc-dg-util-features/features-appc-dg-util/pom.xml +++ b/appc-dg-util/appc-dg-util-features/features-appc-dg-util/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-dg-util</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>feature</packaging> <name/> diff --git a/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml b/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml index da3b43f66..240df7f30 100644 --- a/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml +++ b/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-dg-util</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>feature</packaging> <name/> diff --git a/appc-dg-util/appc-dg-util-features/pom.xml b/appc-dg-util/appc-dg-util-features/pom.xml index 9966a3681..2048e6813 100644 --- a/appc-dg-util/appc-dg-util-features/pom.xml +++ b/appc-dg-util/appc-dg-util-features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-dg-util-feature-aggregator</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>pom</packaging> <name/> diff --git a/appc-dg-util/appc-dg-util-installer/pom.xml b/appc-dg-util/appc-dg-util-installer/pom.xml index d00ebbee7..ba5f02d8f 100644 --- a/appc-dg-util/appc-dg-util-installer/pom.xml +++ b/appc-dg-util/appc-dg-util-installer/pom.xml @@ -152,5 +152,5 @@ </build> <groupId>org.onap.appc</groupId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> </project> diff --git a/appc-dg-util/pom.xml b/appc-dg-util/pom.xml index ac30ce2cb..403e4ae9b 100644 --- a/appc-dg-util/pom.xml +++ b/appc-dg-util/pom.xml @@ -43,5 +43,5 @@ </modules> <groupId>org.onap.appc</groupId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> </project> |