diff options
author | wr148d <wr148d@att.com> | 2022-01-27 10:02:50 -0500 |
---|---|---|
committer | William Reehil <william.reehil@att.com> | 2022-01-27 16:42:17 +0000 |
commit | a33f22a0374346c74b456fc26ccdbb343dcfbc59 (patch) | |
tree | ec5b3fe2ff18b1570b78de9731c792b8c0665130 | |
parent | 70a63fd44ef411e85b8f2dcf3a87e220b8d0fe92 (diff) |
[AAI] Upversion babel to 1.9.2
Issue-ID: AAI-3431
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I953c2f7711cc71e320356438e7d9672a35dd4d8f
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ <groupId>org.onap.aai</groupId> <artifactId>babel</artifactId> - <version>1.9.1-SNAPSHOT</version> + <version>1.9.2-SNAPSHOT</version> <packaging>jar</packaging> <name>aai-babel</name> diff --git a/version.properties b/version.properties index ece2980..ccc7b61 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=9 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |