[hibernate-commits] Hibernate SVN: r19644 - in validator/trunk: hibernate-validator and 1 other directory.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Tue Jun 1 11:54:39 EDT 2010
Author: hardy.ferentschik
Date: 2010-06-01 11:54:38 -0400 (Tue, 01 Jun 2010)
New Revision: 19644
Modified:
validator/trunk/hibernate-validator/pom.xml
validator/trunk/pom.xml
Log:
changed the release plugin config
Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml 2010-06-01 15:38:01 UTC (rev 19643)
+++ validator/trunk/hibernate-validator/pom.xml 2010-06-01 15:54:38 UTC (rev 19644)
@@ -330,8 +330,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
- <goals>javadoc:javadoc org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.0:resources
- org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.0:generate assembly:assembly deploy
+ <goals>deploy javadoc:javadoc org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.0:resources
+ org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.0:generate assembly:assembly
</goals>
</configuration>
</plugin>
Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml 2010-06-01 15:38:01 UTC (rev 19643)
+++ validator/trunk/pom.xml 2010-06-01 15:54:38 UTC (rev 19644)
@@ -244,9 +244,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
+ <version>2.0</version>
<configuration>
- <preparationGoals>clean install</preparationGoals>
<autoVersionSubmodules>true</autoVersionSubmodules>
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
<remoteTagging>true</remoteTagging>
More information about the hibernate-commits
mailing list