summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2021-02-17 10:33:25 -0500
committerwr148d <wr148d@att.com>2021-02-17 11:07:21 -0500
commitdef6eff19818e5ab73261db4a006fcc78fe7c422 (patch)
treee231049e63d1711d2103a1ef774e0d6f44d84260
parentd1754d18d2bf460d5f9b0008742dcccf7c1778a4 (diff)
Update for sparky-be to work on Java 11
Issue-ID: AAI-3011 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Id105baed6bff4eebd22eec4ed1a1dfac76c95f1d Signed-off-by: wr148d <wr148d@att.com>
-rw-r--r--sparkybe-onap-application/pom.xml5
-rw-r--r--sparkybe-onap-service/pom.xml5
2 files changed, 4 insertions, 6 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml
index 79d3c70..7b4996f 100644
--- a/sparkybe-onap-application/pom.xml
+++ b/sparkybe-onap-application/pom.xml
@@ -14,7 +14,7 @@
<packaging>jar</packaging>
<properties>
- <java.version>1.8</java.version>
+ <java.version>1.11</java.version>
<frontEndGroupdId>org.onap.aai</frontEndGroupdId>
<frontEndArtifactId>sparky-fe</frontEndArtifactId>
<frontEndVersion>1.5.0</frontEndVersion>
@@ -486,8 +486,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <release>11</release>
</configuration>
</plugin>
</plugins>
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml
index f8b76b6..b4fd702 100644
--- a/sparkybe-onap-service/pom.xml
+++ b/sparkybe-onap-service/pom.xml
@@ -13,7 +13,7 @@
<packaging>jar</packaging>
<properties>
- <java.version>1.8</java.version>
+ <java.version>1.11</java.version>
<frontEndGroupdId>org.onap.aai</frontEndGroupdId>
<frontEndArtifactId>sparky-fe</frontEndArtifactId>
<frontEndVersion>1.3.0</frontEndVersion>
@@ -389,8 +389,7 @@ some of the depedencies should probably have a scope of provided so they don't a
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <release>11</release>
</configuration>
</plugin>