Updating jetty-version-maven-plugin
This commit is contained in:
parent
a15f8964c4
commit
4bfb312a8c
3
pom.xml
3
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue