fix for releasedVersion in pom.xml

This commit is contained in:
jendave
2011-08-15 15:50:35 +00:00
parent 1683e8477a
commit 1c3fca5c30

14
pom.xml
View File

@@ -770,6 +770,13 @@
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>released-version</id>
<phase>validate</phase>
<goals>
<goal>released-version</goal>
</goals>
</execution>
<execution>
<id>attach-distribution</id>
<phase>package</phase>
@@ -881,6 +888,13 @@
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>released-version</id>
<phase>validate</phase>
<goals>
<goal>released-version</goal>
</goals>
</execution>
<execution>
<id>attach-distribution-osx</id>
<phase>package</phase>