remove not required docs and .readthedocs.yaml
[msb/discovery.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f2a6f94..57ae355 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.2.0</version>
+    <version>3.0.0</version>
   </parent>
-  
+
   <groupId>org.onap.msb.discovery</groupId>
   <artifactId>msb-discovery-parent</artifactId>
-  <version>1.2.2-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>msb-discovery</name> 
+  <name>msb-discovery</name>
 
   <properties>
 
@@ -48,7 +48,7 @@
     <dockerFileDir>src/main/docker</dockerFileDir>
     <blueprintFileDir>src/main/blueprint</blueprintFileDir>
     <version.output>target/version</version.output>
-    
+
     <onap.nexus.javadocs-url>dav:https://nexus.onap.org/content/sites/site/org/onap/msb/discovery/${project.version}</onap.nexus.javadocs-url>
    </properties>
 
@@ -63,9 +63,9 @@
     <site>
       <id>ecomp-site</id>
       <url>${onap.nexus.javadocs-url}</url>
-    </site>         
+    </site>
   </distributionManagement>
-  
+
   <build>
     <resources>
         <resource>
       <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>
         </plugin>
-        
+
         <plugin>
           <artifactId>maven-clean-plugin</artifactId>
           <version>2.6.1</version>
         </plugin>
       </plugins>
     </pluginManagement>
-  </build> 
+  </build>
+
 
 
 </project>