aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-03-15 10:42:50 -0400
committerwr148d <wr148d@att.com>2022-03-15 10:42:50 -0400
commit9f7c01337824e9d7dbf8b43be6083a271ebc3746 (patch)
treedd2ef0d6eef613ab81aad63d15155d2e50b957b8
parent51ab8dc0e003b9290ee36bb6ffa6b33baebdc07b (diff)
[AAI] Updating Babel to have common versions properly set together and upversion babel to 1.9.4
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ifa8492eb77c6dbb1e4f2bb639a38e23a1d2484ab
-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}