Updating jetty-version-maven-plugin

This commit is contained in:
Joakim Erdfelt 2016-12-20 12:28:48 -07:00
parent a15f8964c4
commit 4bfb312a8c
1 changed files with 2 additions and 1 deletions

View File

@ -320,7 +320,7 @@
<plugin>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-version-maven-plugin</artifactId>
<version>2.3</version>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -823,6 +823,7 @@
<phase>generate-resources</phase>
<goals>
<goal>update-version-text</goal>
<goal>tag</goal>
</goals>
<configuration>
<refreshTags>true</refreshTags>