summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--search-data-service-app/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index c411e6b..4e3592c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>search-data-service</artifactId>
<name>aai-search-data-service aggregate pom</name>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.6.2</version>
<packaging>pom</packaging>
<modules>
diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml
index 28bdccd..15e31ac 100644
--- a/search-data-service-app/pom.xml
+++ b/search-data-service-app/pom.xml
@@ -27,12 +27,12 @@
<parent>
<artifactId>search-data-service</artifactId>
<groupId>org.onap.aai</groupId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.6.2</version>
</parent>
<groupId>org.onap.aai.search-data-service</groupId>
<artifactId>search-data-service-app</artifactId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.6.2</version>
<name>AAI Search Data Service Application</name>
<properties>