aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-09-01 12:55:42 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-09-01 12:55:42 -0700
commit895c2c9c3376fe273838ff06c398d9a47f51684c (patch)
treebe9bd0defe8a7fdee512c5dce42e9e66389bcf95
parente2181e3a152292a653ec3e712d76be25badc5064 (diff)
Remove config for version-check plugin
Change-Id: I559aa436b9a22e2490ef5c4cf9895dd4f83d6628 Issue-ID: INT-124 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--oparent/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml
index 820e8e2..f86fa37 100644
--- a/oparent/pom.xml
+++ b/oparent/pom.xml
@@ -457,23 +457,6 @@
<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>