diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-05-22 15:18:41 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-05-22 15:18:42 -0700 |
commit | d402964f469bed97ab64032ee75e51be92d040ff (patch) | |
tree | 5c705ed156e404eef91df9245e4aee3ce21cae92 /appc-dg-util | |
parent | ef489229425a3385abc88238ef557176a69959f7 (diff) |
Increment version to 1.7.3-SNAPSHOT
Change-Id: I41e19b982bbcf5f84e63d13591a0e9df71650a50
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 f5b738bd5..e7efb7e7e 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>2.7.2-SNAPSHOT</version> + <version>1.7.3-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>2.7.2-SNAPSHOT</version> + <version>1.7.3-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 808bb4b53..735b23c6c 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>2.7.2-SNAPSHOT</version> + <version>1.7.3-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 b65107d7d..b0121fa09 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>2.7.2-SNAPSHOT</version> + <version>1.7.3-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 cb0ce171a..ed159ef05 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>2.7.2-SNAPSHOT</version> + <version>1.7.3-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 5cb1248c4..49fc94ae7 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>2.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> </project> diff --git a/appc-dg-util/pom.xml b/appc-dg-util/pom.xml index 2293199f5..f86ea3174 100644 --- a/appc-dg-util/pom.xml +++ b/appc-dg-util/pom.xml @@ -43,5 +43,5 @@ </modules> <groupId>org.onap.appc</groupId> - <version>2.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> </project> |