Merging version-updates
This commit is contained in:
commit
64605e9129
1734
VERSION.txt
1734
VERSION.txt
File diff suppressed because it is too large
Load Diff
14
pom.xml
14
pom.xml
|
@ -46,6 +46,20 @@
|
|||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.jetty.toolchain</groupId>
|
||||
<artifactId>jetty-version-maven-plugin</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>gen-versiontxt</id>
|
||||
<phase>compile</phase>
|
||||
<goals>
|
||||
<goal>gen-version-text</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-remote-resources-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue