Remove config for version-check plugin 85/9985/1
authorGary Wu <gary.i.wu@huawei.com>
Fri, 1 Sep 2017 19:55:42 +0000 (12:55 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 1 Sep 2017 19:55:42 +0000 (12:55 -0700)
Change-Id: I559aa436b9a22e2490ef5c4cf9895dd4f83d6628
Issue-ID: INT-124
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
oparent/pom.xml

index 820e8e2..f86fa37 100644 (file)
           <artifactId>sonar-maven-plugin</artifactId>
           <version>3.3.0.603</version>
         </plugin>
-        <plugin>
-          <groupId>org.onap.oparent</groupId>
-          <artifactId>version-check-maven-plugin</artifactId>
-          <version>1.0.0-SNAPSHOT</version>
-          <executions>
-            <execution>
-              <id>version-check</id>
-              <phase>compile</phase>
-              <goals>
-                <goal>version-check</goal>
-              </goals>
-              <configuration>
-                <manifestUri>https://git.onap.org/integration/plain/versions/java-manifest.csv</manifestUri>
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>