[jboss-cvs] JBossAS SVN: r92645 - projects/vfs/tags/2.1.0.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 20 20:24:32 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-08-20 20:24:32 -0400 (Thu, 20 Aug 2009)
New Revision: 92645

Modified:
   projects/vfs/tags/2.1.0.GA/pom.xml
Log:
Fix the build by adding the jboss repo

Modified: projects/vfs/tags/2.1.0.GA/pom.xml
===================================================================
--- projects/vfs/tags/2.1.0.GA/pom.xml	2009-08-20 22:57:43 UTC (rev 92644)
+++ projects/vfs/tags/2.1.0.GA/pom.xml	2009-08-21 00:24:32 UTC (rev 92645)
@@ -119,4 +119,14 @@
     </dependency>
   </dependencies>
 
+  <repositories>
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Repository</name>
+      <url>http://repository.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
 </project>




More information about the jboss-cvs-commits mailing list