Version bump oparent to 1.2.2-SNAPSHOT
[oparent.git] / oparent / pom.xml
index f821332..faafd12 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>oparent</artifactId>
@@ -32,7 +32,7 @@
     <url>https://wiki.onap.org/display/DW/Integration+Project</url>
   </scm>
   <properties>
-    <jacoco.version>0.7.7.201606060606</jacoco.version>
+    <jacoco.version>0.8.2</jacoco.version>
     <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
     <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
     <!-- Default Sonar configuration -->
       <url>http://repo2.maven.org/maven2/</url>
     </repository>
     <repository>
-      <id>releases</id>
+      <id>ecomp-releases</id>
       <name>ONAP Release Repository</name>
       <url>https://nexus.onap.org/content/repositories/releases/</url>
     </repository>
     <repository>
-      <id>snapshots</id>
+      <id>ecomp-snapshots</id>
       <name>ONAP Snapshot Repository</name>
       <url>https://nexus.onap.org/content/repositories/snapshots/</url>
       <snapshots>
       <url>http://repo2.maven.org/maven2/</url>
     </pluginRepository>
     <pluginRepository>
-      <id>releases</id>
+      <id>ecomp-releases</id>
       <name>ONAP Release Repository</name>
       <url>https://nexus.onap.org/content/repositories/releases/</url>
     </pluginRepository>
     <pluginRepository>
-      <id>snapshots</id>
+      <id>ecomp-snapshots</id>
       <name>ONAP Snapshot Repository</name>
       <url>https://nexus.onap.org/content/repositories/snapshots/</url>
       <snapshots>
         <dependency>
           <groupId>org.onap.msb.swagger-sdk</groupId>
           <artifactId>swagger-sdk</artifactId>
-          <version>1.0.0-SNAPSHOT</version>
+          <version>1.0.0</version>
         </dependency>
       </dependencies>
     </profile>
   </profiles>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.onap.oparent</groupId>
+        <artifactId>dependencies</artifactId>
+        <version>1.2.2-SNAPSHOT</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
   <build>
     <pluginManagement>
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.19.1</version>
+          <version>2.22.0</version>
           <configuration>
             <!-- Sets the VM argument line used when unit tests are run. -->
             <argLine>${surefireArgLine}</argLine>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.19.1</version>
+          <version>2.22.0</version>
           <executions>
             <!--
         Ensures that both integration-test and verify goals of the Failsafe Maven
         <plugin>
           <groupId>org.sonarsource.scanner.maven</groupId>
           <artifactId>sonar-maven-plugin</artifactId>
-          <version>3.3.0.603</version>
+          <version>3.2</version>
         </plugin>
       </plugins>
     </pluginManagement>
           <dependency>
             <groupId>org.onap.oparent</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.2.2-SNAPSHOT</version>
           </dependency>
         </dependencies>
         <executions>