Skip to content

Commit

Permalink
Remove versions plugin from pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn committed Nov 14, 2017
1 parent 5f80fa1 commit 5ac2834
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions appengine-java8/endpoints-v2-skeleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,6 @@
<hostname>YOUR_PROJECT_ID.appspot.com</hostname>
</configuration>
</plugin>
<!--
The versions-maven-plugin is used for dependency updates and
is not required.
-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>display-dependency-updates</goal>
<goal>display-plugin-updates</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<!-- [END pom_build] -->
Expand Down

0 comments on commit 5ac2834

Please sign in to comment.