aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-10-08 13:08:24 -0400
committerJimmy Forsyth <jf2512@att.com>2019-10-08 13:21:25 -0400
commit1836341391da866d2e1c1e5987fa77a19ca55998 (patch)
treea5ea75b46155b15607a00619369ef8a674d23543
parent878bd0e79b5a96a0c16c5f78cf9b74db9e32937e (diff)
Release search-data-service artifacts and cntr
Issue-ID: AAI-2617 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I7dd95b3b8953ff1a82947a9aca1ec07b33b4ec29
-rw-r--r--pom.xml2
-rw-r--r--releases/1.5.1-container.yaml8
-rw-r--r--search-data-service-app/pom.xml4
-rw-r--r--version.properties2
4 files changed, 12 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index ea7e027..f7700e5 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.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/releases/1.5.1-container.yaml b/releases/1.5.1-container.yaml
new file mode 100644
index 0000000..19818e5
--- /dev/null
+++ b/releases/1.5.1-container.yaml
@@ -0,0 +1,8 @@
+distribution_type: 'container'
+container_release_tag: '1.5.1'
+project: 'aai-search-data-service'
+log_dir: 'aai-search-data-service-maven-docker-stage-elalto/89/'
+ref: 878bd0e79b5a96a0c16c5f78cf9b74db9e32937e
+containers:
+ - name: 'search-data-service'
+ version: '1.5-STAGING-20191008T170151Z'
diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml
index b4a7e81..1a35e50 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.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.search-data-service</groupId>
<artifactId>search-data-service-app</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<name>AAI Search Data Service Application</name>
<properties>
diff --git a/version.properties b/version.properties
index f78f30b..45a2df9 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=5
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}