[hibernate-commits] Hibernate SVN: r19014 - search/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Mar 17 12:38:46 EDT 2010


Author: hardy.ferentschik
Date: 2010-03-17 12:38:45 -0400 (Wed, 17 Mar 2010)
New Revision: 19014

Modified:
   search/trunk/pom.xml
Log:
fixed wrong SNAPSHOT location

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2010-03-17 16:30:48 UTC (rev 19013)
+++ search/trunk/pom.xml	2010-03-17 16:38:45 UTC (rev 19014)
@@ -409,8 +409,7 @@
         <snapshotRepository>
             <id>snapshots.jboss.org</id>
             <name>JBoss Snapshot Repository</name>
-            <url>file:///Users/hardy/tmp/snapshot</url>
-            <!--url>dav:https://snapshots.jboss.org/maven2</url-->
+            <url>dav:https://snapshots.jboss.org/maven2</url>
         </snapshotRepository>
     </distributionManagement>
     



More information about the hibernate-commits mailing list