diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-05-04 12:16:20 -0700 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2020-05-05 12:03:12 +0000 |
commit | a6e49b16be6136a76b0aa1f170cf6aa79ad765fe (patch) | |
tree | 1ff4673aa8b2100d1213e68bc8429e134f1ddfa5 /appc-core | |
parent | ca2b2584778bf8e18eda82469f06ef89edbbd9f6 (diff) |
Increment version to 1.8.0-SNAPSHOT
Change-Id: Ia39d2dbe393d3ce325abae026e94cd5b761f096c
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 a757fe963..967e3e1c8 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.7.2-SNAPSHOT</version> + <version>1.8.0-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 865c306e5..a2c3c9dd9 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.7.2-SNAPSHOT</version> + <version>1.8.0-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 7a0af5961..cb62a15a6 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.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </project> diff --git a/appc-core/appc-core-features/pom.xml b/appc-core/appc-core-features/pom.xml index df7396ed3..75b13567a 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.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </project> diff --git a/appc-core/appc-core-installer/pom.xml b/appc-core/appc-core-installer/pom.xml index 472ba436e..1a2216eab 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.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>appc-core-installer</artifactId> <packaging>pom</packaging> @@ -141,5 +141,5 @@ </plugin> </plugins> </build> - <version>1.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </project> diff --git a/appc-core/pom.xml b/appc-core/pom.xml index 78c2d6c59..c7a692e08 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.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </project> |