diff options
Diffstat (limited to 'appc-core/appc-core-installer/pom.xml')
-rw-r--r-- | appc-core/appc-core-installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |