Release search-data-service artifacts and cntr 40/96740/3
authorJimmy Forsyth <jf2512@att.com>
Tue, 8 Oct 2019 17:08:24 +0000 (13:08 -0400)
committerJimmy Forsyth <jf2512@att.com>
Tue, 8 Oct 2019 17:21:25 +0000 (13:21 -0400)
Issue-ID: AAI-2617
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I7dd95b3b8953ff1a82947a9aca1ec07b33b4ec29

pom.xml
releases/1.5.1-container.yaml [new file with mode: 0644]
search-data-service-app/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index ea7e027..f7700e5 100644 (file)
--- 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 (file)
index 0000000..19818e5
--- /dev/null
@@ -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'
index b4a7e81..1a35e50 100644 (file)
     <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>
index f78f30b..45a2df9 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=5
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}