revert the paree-version tweak

This commit is contained in:
Jesse McConnell 2011-08-19 14:13:25 -05:00
parent 9d73866c43
commit 82b3267dcc
1 changed files with 2 additions and 5 deletions

View File

@ -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>