diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-03 12:06:26 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-05-03 12:06:27 -0400 |
commit | e25f4959c9e3f1992b3f5a8303500bd13488e5cd (patch) | |
tree | e791cbbaa8d253cc291d63347fff76c507942984 | |
parent | 08a9ac083da20357ccff34463079d319738645db (diff) |
Upversion for Dublin release1.4.2
Issue-ID: AAI-2403
Change-Id: I311b3549c75cc2beb5e13aa1c43774f7324d78f8
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | elasticsearch-sg/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | search-data-service-app/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index e581748..6b4bd63 100644 --- a/elasticsearch-sg/pom.xml +++ b/elasticsearch-sg/pom.xml @@ -27,7 +27,7 @@ <groupId>org.onap.aai.search-data-service</groupId> <artifactId>elasticsearch-sg</artifactId> <name>ElasticSearch with SearchGuard</name> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -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.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 3ba6fe0..8c93f92 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.aai.search-data-service</groupId> <artifactId>search-data-service-app</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <name>AAI Search Data Service Application</name> <properties> diff --git a/version.properties b/version.properties index eff345c..77e67b1 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=4 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |