diff options
author | 2022-10-19 11:35:25 -0400 | |
---|---|---|
committer | 2022-10-19 16:26:24 -0400 | |
commit | e9bfa53fa9e471cd449b10c31bfe8d7ceb930f63 (patch) | |
tree | 6e2335813a6ca1df9c31a5c2daf223c37ab88194 | |
parent | eb452fff4934e65b25128a2557cb4e7d3b44d854 (diff) |
[AAI] Upversion babel to 1.11.0 for Kohn
Issue-ID: AAI-3537
Change-Id: Ieabfcf86e878514406326eb958dcc587601c973d
Signed-off-by: wr148d <wr148d@att.com>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -33,7 +33,7 @@ <groupId>org.onap.aai</groupId> <artifactId>babel</artifactId> - <version>1.9.6-SNAPSHOT</version> + <version>1.11.0-SNAPSHOT</version> <packaging>jar</packaging> <name>aai-babel</name> @@ -87,7 +87,7 @@ <!-- Dependency Versions --> <sdc.tosca.version>1.5.1</sdc.tosca.version> - <aai.common.version>1.9.3</aai.common.version> + <aai.common.version>1.9.4</aai.common.version> <aaf.version>2.1.21</aaf.version> <common.logging.version>1.2.2</common.logging.version> <logback.core.version>1.2.7</logback.core.version> diff --git a/version.properties b/version.properties index c8a3ba9..f6bcc5a 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=9 -patch=6 +minor=11 +patch=0 base_version=${major}.${minor}.${patch} |