[hibernate-commits] Hibernate SVN: r16119 - validator/tags/tck-utils-0.9.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Mar 8 20:08:08 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-08 20:08:08 -0400 (Sun, 08 Mar 2009)
New Revision: 16119

Modified:
   validator/tags/tck-utils-0.9/pom.xml
Log:
fix pom in tag

Modified: validator/tags/tck-utils-0.9/pom.xml
===================================================================
--- validator/tags/tck-utils-0.9/pom.xml	2009-03-09 00:06:56 UTC (rev 16118)
+++ validator/tags/tck-utils-0.9/pom.xml	2009-03-09 00:08:08 UTC (rev 16119)
@@ -49,13 +49,6 @@
             <name>JBoss Repository</name>
             <url>http://repository.jboss.org/maven2</url>
         </repository>
-      <repository>
-         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
-         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
-         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
-         <id>repository.jboss.org</id>
-         <url>file://${maven.repository.root}</url>
-      </repository>
     </repositories>
 
     <pluginRepositories>
@@ -72,6 +65,13 @@
             <name>JBoss Snapshot Repository</name>
             <url>dav:https://snapshots.jboss.org/maven2</url>
         </snapshotRepository>
+      <repository>
+         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+         <id>repository.jboss.org</id>
+         <url>file://${maven.repository.root}</url>
+      </repository>
     </distributionManagement>
    
     <build>




More information about the hibernate-commits mailing list