Upversion for Dublin release 26/86926/1
authorJimmy Forsyth <jf2512@att.com>
Fri, 3 May 2019 19:50:30 +0000 (15:50 -0400)
committerJimmy Forsyth <jf2512@att.com>
Fri, 3 May 2019 19:50:32 +0000 (15:50 -0400)
Issue-ID: AAI-2403
Change-Id: I93802ce621c0701c86663ad16fbeb822db43bc2e
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
elasticsearch-sg/pom.xml
pom.xml
search-data-service-app/pom.xml
version.properties

index 6b4bd63..8c393c7 100644 (file)
@@ -27,7 +27,7 @@
        <groupId>org.onap.aai.search-data-service</groupId>
        <artifactId>elasticsearch-sg</artifactId>
        <name>ElasticSearch with SearchGuard</name>
-       <version>1.4.2-SNAPSHOT</version>
+       <version>1.4.3-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <properties>
diff --git a/pom.xml b/pom.xml
index 366c8a2..c2e19a1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
        <groupId>org.onap.aai</groupId>
        <artifactId>search-data-service</artifactId>
        <name>aai-search-data-service aggregate pom</name>
-       <version>1.4.2-SNAPSHOT</version>
+       <version>1.4.3-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <modules>
index 8c93f92..2e0b19c 100644 (file)
@@ -32,7 +32,7 @@
 
        <groupId>org.onap.aai.search-data-service</groupId>
        <artifactId>search-data-service-app</artifactId>
-       <version>1.4.2-SNAPSHOT</version>
+       <version>1.4.3-SNAPSHOT</version>
        <name>AAI Search Data Service Application</name>
 
        <properties>
index 77e67b1..44e6ad0 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=4
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}