diff options
author | wr148d <wr148d@att.com> | 2022-01-27 10:18:41 -0500 |
---|---|---|
committer | William Reehil <william.reehil@att.com> | 2022-01-27 16:41:48 +0000 |
commit | c3d86a7777001c81ff5323b381b4bb1af4613648 (patch) | |
tree | de4a98de7e4d7fa148e84b9eebc608dd7254d0ca | |
parent | 722bc55e89391b5c28f223e87c11493f6d246f8b (diff) |
[AAI] Upversion resources to 1.9.3
Issue-ID: AAI-3431
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I27ccb511f0f8243392eb53ac37a27b33eb035505
-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 4e07cc4..48102ae 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.9.2-SNAPSHOT</version> + <version>1.9.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.9.2-SNAPSHOT</version> + <version>1.9.3-SNAPSHOT</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> diff --git a/version.properties b/version.properties index 8c30688..91deacb 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=9 -patch_version=2 +patch_version=3 base_version=${major_version}.${minor_version}.${patch_version} |