[seam-commits] Seam SVN: r12359 - build/trunk/parent.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Apr 1 12:41:50 EDT 2010


Author: tsurdilovic
Date: 2010-04-01 12:41:50 -0400 (Thu, 01 Apr 2010)
New Revision: 12359

Modified:
   build/trunk/parent/pom.xml
Log:
added repository

<repository>
         <id>apache-incubating</id>
         <name>Apache Snapshot Repository</name>
         <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
      </repository>
      
needed by drools-workflowitems dependency for drools module to get commons-cli snapshot

Modified: build/trunk/parent/pom.xml
===================================================================
--- build/trunk/parent/pom.xml	2010-04-01 16:40:55 UTC (rev 12358)
+++ build/trunk/parent/pom.xml	2010-04-01 16:41:50 UTC (rev 12359)
@@ -59,6 +59,11 @@
             <updatePolicy>never</updatePolicy>
          </snapshots>
       </repository>
+      <repository>
+         <id>apache-incubating</id>
+         <name>Apache Snapshot Repository</name>
+         <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      </repository>
    </repositories>
 
    <pluginRepositories>



More information about the seam-commits mailing list