[hibernate-commits] Hibernate SVN: r19321 - core/trunk/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Apr 28 22:44:59 EDT 2010


Author: stliu
Date: 2010-04-28 22:44:58 -0400 (Wed, 28 Apr 2010)
New Revision: 19321

Modified:
   core/trunk/parent/pom.xml
Log:
correct snapshot group id

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-04-28 18:01:12 UTC (rev 19320)
+++ core/trunk/parent/pom.xml	2010-04-29 02:44:58 UTC (rev 19321)
@@ -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