revert the paree-version tweak
This commit is contained in:
parent
9d73866c43
commit
82b3267dcc
7
pom.xml
7
pom.xml
|
@ -49,7 +49,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>1.0.1</version>
|
<version>1.0.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>gen-versiontxt</id>
|
<id>gen-versiontxt</id>
|
||||||
|
@ -111,13 +111,10 @@
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>set-osgi-version</id>
|
<id>set-osgi-version</id>
|
||||||
<phase>validate</phase>
|
<phase>validate</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>parse-version</goal>
|
<goal>parse-version</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
|
||||||
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>attach-version-classifier</id>
|
<id>attach-version-classifier</id>
|
||||||
|
|
Loading…
Reference in New Issue