[hibernate-commits] Hibernate SVN: r17120 - beanvalidation/trunk/validation-tck.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Jul 17 08:19:15 EDT 2009


Author: hardy.ferentschik
Date: 2009-07-17 08:19:15 -0400 (Fri, 17 Jul 2009)
New Revision: 17120

Modified:
   beanvalidation/trunk/validation-tck/pom.xml
Log:
changed version of release plugin

Modified: beanvalidation/trunk/validation-tck/pom.xml
===================================================================
--- beanvalidation/trunk/validation-tck/pom.xml	2009-07-17 12:16:06 UTC (rev 17119)
+++ beanvalidation/trunk/validation-tck/pom.xml	2009-07-17 12:19:15 UTC (rev 17120)
@@ -64,8 +64,8 @@
             <version>1.0.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
-    
 
+
     <build>
         <defaultGoal>install</defaultGoal>
         <extensions>
@@ -142,10 +142,13 @@
                 </executions>
             </plugin>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
+                <version>2.0-beta-9</version>
                 <configuration>
-                    <releaseProfiles>release</releaseProfiles>
-                    <goals>install</goals>
+                    <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
+                    <remoteTagging>true</remoteTagging>
+                    <goals>deploy</goals>
                 </configuration>
             </plugin>
             <plugin>



More information about the hibernate-commits mailing list