Merge "Change of versioning strategy"
authorGary Wu <gary.i.wu@huawei.com>
Wed, 30 Aug 2017 18:46:54 +0000 (18:46 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 30 Aug 2017 18:46:54 +0000 (18:46 +0000)
oparent/pom.xml
pom.xml

index 7843e77..820e8e2 100644 (file)
     <!-- If following file exist, auto-generation of sdk will be done -->
     <swagger-json>${basedir}/src/main/resources/swagger.json</swagger-json>
   </properties>
-  <dependencies>
-    <dependency>
-      <groupId>org.onap.oparent</groupId>
-      <artifactId>version-check-maven-plugin</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
   <profiles>
     <profile>
       <id>generate-json</id>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.onap.oparent</groupId>
-        <artifactId>version-check-maven-plugin</artifactId>
-      </plugin>
     </plugins>
   </build>
 </project>
diff --git a/pom.xml b/pom.xml
index d093238..05bf820 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -98,6 +98,9 @@
                   <requireReleaseDeps>
                     <failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
                     <onlyWhenRelease>true</onlyWhenRelease>
+                    <excludes>
+                      <exclude>org.onap.oparent:*</exclude>
+                    </excludes>
                   </requireReleaseDeps>
                 </rules>
               </configuration>