diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-01-15 12:25:18 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-01-21 21:31:46 +0000 |
commit | dac845c622625f78f5c28be9b93ecf3ab377f488 (patch) | |
tree | a6ae4321e467830cf6b725f2f51bd4fec518beec /appc-core | |
parent | ce1a3511b5428501a72f501e9e13cb2d55c2c01f (diff) |
Increment version to 1.7.1-SNAPSHOT
Change-Id: I1d1528e9029510ac14f7b527b245854df48c3d9a
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 30c444692..5c1038847 100644 --- a/appc-core/appc-common-bundle/pom.xml +++ b/appc-core/appc-common-bundle/pom.xml @@ -184,5 +184,5 @@ </plugin> </plugins> </build> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-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 3b5e79fc8..4cc65ebd0 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.0-SNAPSHOT</version> + <version>1.7.1-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 01f64df32..790255d37 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.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </project> diff --git a/appc-core/appc-core-features/pom.xml b/appc-core/appc-core-features/pom.xml index 09ded9b1a..e4d87fe0e 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.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </project> diff --git a/appc-core/appc-core-installer/pom.xml b/appc-core/appc-core-installer/pom.xml index 0831712dc..182a10da8 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.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </parent> <artifactId>appc-core-installer</artifactId> <packaging>pom</packaging> @@ -141,5 +141,5 @@ </plugin> </plugins> </build> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </project> diff --git a/appc-core/pom.xml b/appc-core/pom.xml index 66aa8b7ce..4a974cdc7 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.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </project> |