diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-08-13 02:42:05 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-08-13 02:42:05 +0000 |
commit | ffcde90869da489abeccbacb737c376e01da0c4a (patch) | |
tree | 0ddb37f8cce51f2603fad462a0f24e8cf9070019 | |
parent | 03c2309a310bd4d959f476736bd00c8422af4954 (diff) |
Release aai/search-data-service1.5.0
-rw-r--r-- | elasticsearch-sg/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | search-data-service-app/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index ae92121..eecc7ca 100644 --- a/elasticsearch-sg/pom.xml +++ b/elasticsearch-sg/pom.xml @@ -27,14 +27,14 @@ <parent> <artifactId>search-data-service</artifactId> <groupId>org.onap.aai</groupId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> </parent> <groupId>org.onap.aai.search-data-service</groupId> <artifactId>elasticsearch-sg</artifactId> <name>ElasticSearch with SearchGuard</name> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> <packaging>pom</packaging> <properties> @@ -31,7 +31,7 @@ <groupId>org.onap.aai</groupId> <artifactId>search-data-service</artifactId> <name>aai-search-data-service aggregate pom</name> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> <packaging>pom</packaging> <modules> diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index ea768b8..6f6e0a6 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.5.0-SNAPSHOT</version> + <version>1.5.0</version> </parent> <groupId>org.onap.aai.search-data-service</groupId> <artifactId>search-data-service-app</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> <name>AAI Search Data Service Application</name> <properties> |