diff options
author | Nandkishor Patke <nandkishor-laxman.patke@t-systems.com> | 2024-05-24 11:18:23 +0200 |
---|---|---|
committer | Nandkishor Patke <nandkishor-laxman.patke@t-systems.com> | 2024-05-24 11:18:55 +0200 |
commit | cc4c9501a296e7f1306df23ec770fe8e047b7615 (patch) | |
tree | f230b27af2c8cbcfd585815a5abb982f713590ea | |
parent | 50f852797e655436b46707ba1d1211e547a03965 (diff) |
[AAI] Bump babel version to 1.13.1
Issue-ID: AAI-3843
Change-Id: If536fe94a7214c9c6505247ea54ffb847942ab00
Signed-off-by: Nandkishor Patke <nandkishor-laxman.patke@t-systems.com>
-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.13.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <packaging>jar</packaging> <name>aai-babel</name> diff --git a/version.properties b/version.properties index 2ed82f6..da75b02 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=13 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |