From 0775c59211291505a49fbc36a08d695e4aa7af93 Mon Sep 17 00:00:00 2001 From: Francis Paquette Date: Wed, 1 May 2019 14:41:13 -0400 Subject: [PATCH] Trying the fix auto-release Issue-ID: AAI-2401 Change-Id: I7bb5517535294dfd36ef08cec4d8ae895890d9df Signed-off-by: Francis Paquette --- elasticsearch-sg/pom.xml | 4 ++-- pom.xml | 31 +++++++++++++++++++++++++++++-- search-data-service-app/pom.xml | 2 +- version.properties | 2 +- 4 files changed, 33 insertions(+), 6 deletions(-) diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index 0c6f67b..322c742 100644 --- a/elasticsearch-sg/pom.xml +++ b/elasticsearch-sg/pom.xml @@ -27,7 +27,7 @@ org.onap.aai elasticsearch-sg ElasticSearch with SearchGuard - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT pom @@ -101,4 +101,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 8fe939f..456185b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.aai search-data-service aai-search-data-service aggregate pom - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT pom @@ -40,6 +40,33 @@ + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + default-deploy + none + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${onap.nexus.url} + 176c31dfe190a + ecomp-staging + + + + com.spotify @@ -72,4 +99,4 @@ - \ No newline at end of file + diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 98fce2a..5cc0ab3 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -32,7 +32,7 @@ org.onap.aai.search-data-service search-data-service-app - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT AAI Search Data Service Application diff --git a/version.properties b/version.properties index 668657e..eff345c 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=4 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6