remove not required docs and .readthedocs.yaml
[msb/discovery.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 40d242d..57ae355 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <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>
   <artifactId>msb-discovery-parent</artifactId>
-  <version>1.2.5-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>msb-discovery</name>
 
       <plugins>
         <!-- 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>