diff options
-rw-r--r-- | elasticsearch-sg/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | search-data-service-app/pom.xml | 8 | ||||
-rw-r--r-- | version.properties | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index 8c393c7..210aa2c 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.3-SNAPSHOT</version> + <version>1.5.0-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.3-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 4b28a2a..a61232e 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.3-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <name>AAI Search Data Service Application</name> <properties> @@ -101,19 +101,19 @@ <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>common-logging</artifactId> - <version>1.2.2</version> + <version>1.5.0</version> </dependency> <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-api</artifactId> - <version>1.2.2</version> + <version>1.5.0</version> </dependency> <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>eelf-logging</artifactId> - <version>1.2.2</version> + <version>1.5.0</version> </dependency> <!-- For JSON Mapping Support. --> diff --git a/version.properties b/version.properties index 44e6ad0..99af342 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 -patch=3 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} |