Skip to content

Commit 5ac2834

Browse files
author
Frank Natividad
committed
Remove versions plugin from pom.xml
1 parent 5f80fa1 commit 5ac2834

File tree

1 file changed

+0
-18
lines changed
  • appengine-java8/endpoints-v2-skeleton

1 file changed

+0
-18
lines changed

appengine-java8/endpoints-v2-skeleton/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -103,24 +103,6 @@
103103
<hostname>YOUR_PROJECT_ID.appspot.com</hostname>
104104
</configuration>
105105
</plugin>
106-
<!--
107-
The versions-maven-plugin is used for dependency updates and
108-
is not required.
109-
-->
110-
<plugin>
111-
<groupId>org.codehaus.mojo</groupId>
112-
<artifactId>versions-maven-plugin</artifactId>
113-
<version>2.3</version>
114-
<executions>
115-
<execution>
116-
<phase>compile</phase>
117-
<goals>
118-
<goal>display-dependency-updates</goal>
119-
<goal>display-plugin-updates</goal>
120-
</goals>
121-
</execution>
122-
</executions>
123-
</plugin>
124106
</plugins>
125107
</build>
126108
<!-- [END pom_build] -->

0 commit comments

Comments
 (0)