diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -21,7 +21,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.0.0</version> + <version>3.0.0</version> </parent> <groupId>org.onap.msb.discovery</groupId> @@ -89,6 +89,15 @@ <!-- 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> |