diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -20,7 +20,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.1.0</version> + <version>3.0.0</version> </parent> <groupId>org.onap.msb.apigateway</groupId> <artifactId>msb-apigateway-parent</artifactId> @@ -81,6 +81,14 @@ <!-- Official maven plugins, alpha-sorted by artifactId. We do not need to specify the groupId. --> <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <release combine.self="override"></release> + <source>1.8</source> + <target>1.8</target> + </configuration> + </plugin> + <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.8</version> </plugin> |