You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/03/22 16:15:49 UTC

svn commit: r521305 - /activemq/trunk/pom.xml

Author: jstrachan
Date: Thu Mar 22 08:15:48 2007
New Revision: 521305

URL: http://svn.apache.org/viewvc?view=rev&rev=521305
Log:
Added jetty repo to fix build for some folks

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?view=diff&rev=521305&r1=521304&r2=521305
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Thu Mar 22 08:15:48 2007
@@ -55,6 +55,8 @@
     <jdom-version>1.0</jdom-version>
 
     <!-- replace with one of these when available
+		TODO - zap the jetty snapshot repo when we do this!!
+		
     <jetty-version>6.1.2</jetty-version>
     <jetty-version>6.1.2rc2</jetty-version>
      -->
@@ -143,6 +145,16 @@
         <enabled>false</enabled>
       </releases>
     </repository>
+
+		<!-- TODO REMOVE ME ASAP when 6.1.2rc goes out -->
+    <repository>
+      <id>codehaus.snapshots</id>
+      <name>Codehaus Snapshot Repository</name>
+      <url>http://snapshots.repository.codehaus.org/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
   </repositories>
 
   <pluginRepositories>
@@ -158,6 +170,16 @@
       <releases>
         <enabled>false</enabled>
       </releases>
+    </pluginRepository>
+
+		<!-- TODO REMOVE ME ASAP when 6.1.2rc goes out -->
+    <pluginRepository>
+      <id>codehaus.snapshots</id>
+      <name>Codehaus Snapshot Repository</name>
+      <url>http://snapshots.repository.codehaus.org/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
     </pluginRepository>
   </pluginRepositories>