[hibernate-commits] Hibernate SVN: r18943 - commons-annotations/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Mar 9 11:37:53 EST 2010


Author: epbernard
Date: 2010-03-09 11:37:53 -0500 (Tue, 09 Mar 2010)
New Revision: 18943

Modified:
   commons-annotations/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 3.2.0.Final

Modified: commons-annotations/trunk/pom.xml
===================================================================
--- commons-annotations/trunk/pom.xml	2010-03-09 15:40:15 UTC (rev 18942)
+++ commons-annotations/trunk/pom.xml	2010-03-09 16:37:53 UTC (rev 18943)
@@ -5,7 +5,7 @@
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-commons-annotations</artifactId>
     <packaging>jar</packaging>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.2.0.Final</version>
 
     <name>Hibernate Commons Annotations</name>
     <description>Common reflection code used in support of annotation processing</description>
@@ -74,9 +74,9 @@
     </issueManagement>
 
     <scm>
-        <connection>scm:svn:https://svn.jboss.org/repos/hibernate/commons-annotations/trunk</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/commons-annotations/trunk</developerConnection>
-        <url>https://svn.jboss.org/repos/hibernate/commons-annotations/trunk</url>
+        <connection>scm:svn:https://svn.jboss.org/repos/hibernate/commons-annotations/tags/3.2.0.Final</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/commons-annotations/tags/3.2.0.Final</developerConnection>
+        <url>https://svn.jboss.org/repos/hibernate/commons-annotations/tags/3.2.0.Final</url>
     </scm>
 
     <dependencies>



More information about the hibernate-commits mailing list