diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-05-21 17:37:49 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-05-21 17:37:49 -0700 |
commit | 873a441e888a250ecd4deecb216d83a04c33e5cd (patch) | |
tree | 55ac424b69407164e5c30ace9cc1db04d50f792c /appc-outbound/appc-network-inventory-client | |
parent | 2a48d67cd5125d6bbc65eccba6c6499c7022e620 (diff) |
Correct version to 2.7.2-SNAPSHOT
Change-Id: Ibdb931b68dfc41420396faf8db3fbc5c81e75160
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
Diffstat (limited to 'appc-outbound/appc-network-inventory-client')
6 files changed, 6 insertions, 6 deletions
diff --git a/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml index 86b020d9a..c1ba5dbc4 100644 --- a/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-network-inventory-client</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <packaging>feature</packaging> <name/> diff --git a/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml index cf713b59e..8be98200e 100644 --- a/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-network-inventory-client</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <packaging>feature</packaging> <name/> diff --git a/appc-outbound/appc-network-inventory-client/features/pom.xml b/appc-outbound/appc-network-inventory-client/features/pom.xml index 47b8ceb12..c16aa9ff5 100644 --- a/appc-outbound/appc-network-inventory-client/features/pom.xml +++ b/appc-outbound/appc-network-inventory-client/features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-network-inventory-client-feature-aggregator</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <packaging>pom</packaging> <name/> diff --git a/appc-outbound/appc-network-inventory-client/installer/pom.xml b/appc-outbound/appc-network-inventory-client/installer/pom.xml index 065c2f947..f1e54a67c 100755 --- a/appc-outbound/appc-network-inventory-client/installer/pom.xml +++ b/appc-outbound/appc-network-inventory-client/installer/pom.xml @@ -151,5 +151,5 @@ </build> <artifactId>appc-network-inventory-client-installer</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </project> diff --git a/appc-outbound/appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/pom.xml index 981144402..1983edec2 100755 --- a/appc-outbound/appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/pom.xml @@ -67,5 +67,5 @@ <module>features</module> <module>installer</module> </modules> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </project> diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index 33ba4e5e0..f77623d8d 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-network-inventory-client-provider</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>APPC Network Client - Provider</name> |