Hibernate SVN: r17155 - jpa-api/trunk.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-07-17 18:07:52 -0400 (Fri, 17 Jul 2009)
New Revision: 17155
Modified:
jpa-api/trunk/pom.xml
Log:
updated maven release plugin details
Modified: jpa-api/trunk/pom.xml
===================================================================
--- jpa-api/trunk/pom.xml 2009-07-17 21:56:16 UTC (rev 17154)
+++ jpa-api/trunk/pom.xml 2009-07-17 22:07:52 UTC (rev 17155)
@@ -124,9 +124,12 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-9</version>
<configuration>
- <goals>package</goals>
+ <remoteTagging>true</remoteTagging>
+ <goals>deploy</goals>
</configuration>
</plugin>
</plugins>