diff options
Diffstat (limited to 'services/pom.xml')
-rw-r--r-- | services/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/pom.xml b/services/pom.xml index 3cb2336e2..f792d5ff3 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -23,7 +23,7 @@ <groupId>org.onap.appc.services</groupId> <artifactId>appc-services-root</artifactId> <packaging>pom</packaging> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <name>appc-services-root</name> <modules> <module>appc-dmaap-service</module> @@ -37,6 +37,6 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> </parent> </project> |