Add sonar config back to oparent/pom.xml
[oparent.git] / oparent-python / pom.xml
index c216f46..5236c6a 100644 (file)
@@ -5,17 +5,30 @@
        <packaging>pom</packaging>
        <groupId>org.onap.oparent</groupId>
        <artifactId>oparent-python</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
        <name>oparent/oparent-python</name>
        <description>parent/oparent-python</description>
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.1.0-SNAPSHOT</version>
+               <relativePath>../oparent</relativePath>
        </parent>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
+       <repositories>
+               <repository>
+                   <id>jitpack.io</id>
+                   <url>https://jitpack.io</url>
+               </repository>
+       </repositories> 
+    <pluginRepositories>
+        <pluginRepository>
+                <id>jitpack.io</id>
+                <url>https://jitpack.io</url>
+        </pluginRepository>
+    </pluginRepositories>      
        <build>
                <pluginManagement>
                        <plugins>