diff options
author | wr148d <wr148d@att.com> | 2022-01-27 10:18:41 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-01-27 10:18:41 -0500 |
commit | 0c4ef10f4854a801838ffc964166b7b97b6452a1 (patch) | |
tree | de4a98de7e4d7fa148e84b9eebc608dd7254d0ca | |
parent | 8f3af10e15418d59815925ed0bd6ab54b6ea7d67 (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} |