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-core | |
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-core')
-rw-r--r-- | appc-core/appc-common-bundle/pom.xml | 2 | ||||
-rw-r--r-- | appc-core/appc-core-features/onap-appc-common/pom.xml | 2 | ||||
-rw-r--r-- | appc-core/appc-core-features/onap-appc-core/pom.xml | 2 | ||||
-rw-r--r-- | appc-core/appc-core-features/pom.xml | 2 | ||||
-rw-r--r-- | appc-core/appc-core-installer/pom.xml | 4 | ||||
-rw-r--r-- | appc-core/pom.xml | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/appc-core/appc-common-bundle/pom.xml b/appc-core/appc-common-bundle/pom.xml index c45ad1d5b..3fdd91bb7 100644 --- a/appc-core/appc-common-bundle/pom.xml +++ b/appc-core/appc-common-bundle/pom.xml @@ -193,5 +193,5 @@ </plugin> </plugins> </build> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </project> diff --git a/appc-core/appc-core-features/onap-appc-common/pom.xml b/appc-core/appc-core-features/onap-appc-common/pom.xml index 0c299a6f9..fd1e36e33 100644 --- a/appc-core/appc-core-features/onap-appc-common/pom.xml +++ b/appc-core/appc-core-features/onap-appc-common/pom.xml @@ -46,5 +46,5 @@ <classifier>features</classifier> </dependency> </dependencies> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </project> diff --git a/appc-core/appc-core-features/onap-appc-core/pom.xml b/appc-core/appc-core-features/onap-appc-core/pom.xml index adc8fa02c..774441dae 100644 --- a/appc-core/appc-core-features/onap-appc-core/pom.xml +++ b/appc-core/appc-core-features/onap-appc-core/pom.xml @@ -40,5 +40,5 @@ <classifier>features</classifier> </dependency> </dependencies> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </project> diff --git a/appc-core/appc-core-features/pom.xml b/appc-core/appc-core-features/pom.xml index cb7a2e2ee..15bc0a970 100644 --- a/appc-core/appc-core-features/pom.xml +++ b/appc-core/appc-core-features/pom.xml @@ -33,5 +33,5 @@ <module>onap-appc-common</module> <module>onap-appc-core</module> </modules> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </project> diff --git a/appc-core/appc-core-installer/pom.xml b/appc-core/appc-core-installer/pom.xml index 1a2216eab..01b5a6394 100644 --- a/appc-core/appc-core-installer/pom.xml +++ b/appc-core/appc-core-installer/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-core</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </parent> <artifactId>appc-core-installer</artifactId> <packaging>pom</packaging> @@ -141,5 +141,5 @@ </plugin> </plugins> </build> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </project> diff --git a/appc-core/pom.xml b/appc-core/pom.xml index 23476b94e..38991cc03 100644 --- a/appc-core/pom.xml +++ b/appc-core/pom.xml @@ -34,5 +34,5 @@ <module>appc-core-features</module> <module>appc-core-installer</module> </modules> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </project> |