diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2021-02-24 21:37:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-24 21:37:05 +0000 |
commit | f64cb0565a5856f8824d3496aa934f413df77e56 (patch) | |
tree | 1fa8633d55ef862778274951445e13707e1a0e09 | |
parent | 46bb0efe14228e0815a3d69a1630a273bc39725d (diff) | |
parent | 3f384fbb73c2bf380e060df78e80997bea006723 (diff) |
Merge "Upversion to 1.8.3-SNAPSHOT"honolulu
-rw-r--r-- | aai-resources/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 378a75f..0540c53 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.3-SNAPSHOT</version> </parent> <properties> <java.version>1.8</java.version> @@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.3-SNAPSHOT</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> diff --git a/version.properties b/version.properties index 8d611d2..f05b75a 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=8 -patch_version=2 +patch_version=3 base_version=${major_version}.${minor_version}.${patch_version} |