[jbosscache-commits] JBoss Cache SVN: r4849 - pojo/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Dec 13 09:15:28 EST 2007


Author: jason.greene at jboss.com
Date: 2007-12-13 09:15:28 -0500 (Thu, 13 Dec 2007)
New Revision: 4849

Modified:
   pojo/trunk/pom.xml
Log:
add missing snapshot repo


Modified: pojo/trunk/pom.xml
===================================================================
--- pojo/trunk/pom.xml	2007-12-12 22:42:28 UTC (rev 4848)
+++ pojo/trunk/pom.xml	2007-12-13 14:15:28 UTC (rev 4849)
@@ -279,9 +279,14 @@
 
   <!-- basic JBoss repository so that the common parent POM in jbosscache-support can be found -->
   <repositories>
-    <repository>
-      <id>repository.jboss.org</id>
-      <url>http://repository.jboss.org/maven2</url>
-    </repository>
+      <repository>
+         <id>repository.jboss.org</id>
+         <url>http://repository.jboss.org/maven2</url>
+      </repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <url>http://snapshots.jboss.org/maven2</url>
+      </repository>
   </repositories>
+
 </project>




More information about the jbosscache-commits mailing list