diff options
author | wr148d <wr148d@att.com> | 2022-02-08 13:20:21 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-02-08 13:20:21 -0500 |
commit | a302d9c89be7b5a879800979afa2fe53a9b988ae (patch) | |
tree | 85b372129bbfe5a2c0dfc9a8c5532d2028523b6e /sparkybe-onap-service | |
parent | 28fd048dcd052449ac2f8da76ccb9255f33fa387 (diff) |
[AAI] Attempting to fix a compile run version mismatch in sparky
Issue-ID: AAI-3428
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I0b2678c7bef13e264b323a48767c472494136348
Diffstat (limited to 'sparkybe-onap-service')
-rw-r--r-- | sparkybe-onap-service/pom.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 9d1b311..ef1961e 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -4,16 +4,16 @@ <parent> <groupId>org.onap.aai</groupId> <artifactId>sparky-be</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.3-SNAPSHOT</version> </parent> <groupId>org.onap.aai.sparky-be</groupId> <artifactId>sparkybe-onap-service</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.3-SNAPSHOT</version> <packaging>jar</packaging> <properties> - <java.version>1.11</java.version> + <java.version>11</java.version> <frontEndGroupdId>org.onap.aai</frontEndGroupdId> <frontEndArtifactId>sparky-fe</frontEndArtifactId> <frontEndVersion>2.0.0</frontEndVersion> @@ -388,8 +388,9 @@ some of the depedencies should probably have a scope of provided so they don't a <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> + <version>3.8.0</version> <configuration> - <release>11</release> + <release>11</release> <!--or <release>10</release>--> </configuration> </plugin> |