diff options
Diffstat (limited to 'appc-config/pom.xml')
-rw-r--r-- | appc-config/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-config/pom.xml b/appc-config/pom.xml index 7deda84f2..d431876f0 100644 --- a/appc-config/pom.xml +++ b/appc-config/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <groupId>org.onap.appc</groupId> @@ -113,5 +113,5 @@ <module>appc-config-audit</module> </modules> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.3</version> </project> |