[hibernate-commits] Hibernate SVN: r19344 - core/branches/Branch_3_5/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun May 2 11:32:40 EDT 2010


Author: stliu
Date: 2010-05-02 11:32:40 -0400 (Sun, 02 May 2010)
New Revision: 19344

Modified:
   core/branches/Branch_3_5/parent/pom.xml
Log:
correct snapshot id

Modified: core/branches/Branch_3_5/parent/pom.xml
===================================================================
--- core/branches/Branch_3_5/parent/pom.xml	2010-05-02 14:58:38 UTC (rev 19343)
+++ core/branches/Branch_3_5/parent/pom.xml	2010-05-02 15:32:40 UTC (rev 19344)
@@ -549,7 +549,7 @@
             <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
         </repository>
         <snapshotRepository>
-            <id>jboss-snapshots-repositor</id>
+            <id>jboss-snapshots-repository</id>
             <name>JBoss Snapshot Repository</name>
             <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
         </snapshotRepository>



More information about the hibernate-commits mailing list