aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Maharajh <rx2202@us.att.com>2022-03-15 14:54:45 +0000
committerGerrit Code Review <gerrit@onap.org>2022-03-15 14:54:45 +0000
commit2fdd79bea82337c7ddaa25bd0f85c46c97f48dd1 (patch)
treee059d61cf26288c6f3dab962d68f2733f771238f
parent4ff8b4fa8deb8c6a79c608261bf3537da408517a (diff)
parent9f7c01337824e9d7dbf8b43be6083a271ebc3746 (diff)
Merge "[AAI] Updating Babel to have common versions properly set together and upversion babel to 1.9.4"
-rw-r--r--pom.xml10
-rw-r--r--version.properties2
2 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 1fa10cf..0a38764 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>babel</artifactId>
- <version>1.9.3-SNAPSHOT</version>
+ <version>1.9.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>aai-babel</name>
@@ -69,10 +69,10 @@
<!-- java 11 related properties -->
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
- <maven-compiler-plugin.source>1.8</maven-compiler-plugin.source>
- <maven-compiler-plugin.target>1.8</maven-compiler-plugin.target>
- <maven-compiler-plugin.test.source>1.8</maven-compiler-plugin.test.source>
- <maven-compiler-plugin.test.target>1.8</maven-compiler-plugin.test.target>
+ <maven-compiler-plugin.source>11</maven-compiler-plugin.source>
+ <maven-compiler-plugin.target>11</maven-compiler-plugin.target>
+ <maven-compiler-plugin.test.source>11</maven-compiler-plugin.test.source>
+ <maven-compiler-plugin.test.target>11</maven-compiler-plugin.test.target>
<sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
<!-- docker related properties -->
diff --git a/version.properties b/version.properties
index a4dddcd..ac570a7 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=9
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}