aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
-rw-r--r--version.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 09d0012..1343611 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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}