diff options
Diffstat (limited to 'generic-resource-api/client/pom.xml')
-rw-r--r-- | generic-resource-api/client/pom.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml index 6be91ec1..0e447cce 100644 --- a/generic-resource-api/client/pom.xml +++ b/generic-resource-api/client/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>client-parent</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-client</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.2-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-northbound :: generic-resource-api:: ${project.artifactId}</name> @@ -18,7 +18,7 @@ <url>http://wiki.onap.org</url> <properties> - <java.version>17</java.version> + <java.version>11</java.version> <maven-surefire-plugin.version>3.0.0-M8</maven-surefire-plugin.version> <maven-failsafe-plugin.version>3.0.0-M8</maven-failsafe-plugin.version> <bundle.plugin.version>5.1.1</bundle.plugin.version> @@ -51,6 +51,15 @@ <build> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.8.0</version> + <configuration> + <release>11</release> + </configuration> + </plugin> + + <plugin> <groupId>io.swagger</groupId> <artifactId>swagger-codegen-maven-plugin</artifactId> <dependencies> |