Remove config for version-check plugin
[oparent.git] / 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>