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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Aug 15 14:23:24 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-08-15 14:23:24 -0400 (Sat, 15 Aug 2009)
New Revision: 17318

Modified:
   commons-annotations/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: commons-annotations/trunk/pom.xml
===================================================================
--- commons-annotations/trunk/pom.xml	2009-08-15 18:23:20 UTC (rev 17317)
+++ commons-annotations/trunk/pom.xml	2009-08-15 18:23:24 UTC (rev 17318)
@@ -5,7 +5,7 @@
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-commons-annotations</artifactId>
     <packaging>jar</packaging>
-    <version>3.2.0.Beta1</version>
+    <version>3.2.0-SNAPSHOT</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/tags/hibernate-commons-annotations-3.2.0.Beta1</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/commons-annotations/tags/hibernate-commons-annotations-3.2.0.Beta1</developerConnection>
-        <url>https://svn.jboss.org/repos/hibernate/commons-annotations/tags/hibernate-commons-annotations-3.2.0.Beta1</url>
+        <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>
     </scm>
 
     <dependencies>



More information about the hibernate-commits mailing list