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