[weld-commits] Weld SVN: r6941 - cdi-tck/branches/1.0.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Aug 6 12:07:29 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-08-06 12:07:28 -0400 (Fri, 06 Aug 2010)
New Revision: 6941

Modified:
   cdi-tck/branches/1.0/pom.xml
Log:
switch to jboss repo

Modified: cdi-tck/branches/1.0/pom.xml
===================================================================
--- cdi-tck/branches/1.0/pom.xml	2010-08-05 22:17:21 UTC (rev 6940)
+++ cdi-tck/branches/1.0/pom.xml	2010-08-06 16:07:28 UTC (rev 6941)
@@ -10,7 +10,7 @@
    <parent>
       <groupId>org.jboss.weld</groupId>
       <artifactId>weld-parent</artifactId>
-      <version>12</version>
+      <version>13</version>
    </parent>
 
    <!-- Metadata -->
@@ -321,6 +321,45 @@
          </build>
       </profile>
 
+      <profile>
+         <id>jboss-public-repository</id>
+         <activation>
+            <property>
+               <name>jboss-public-repository</name>
+               <value>!false</value>
+            </property>
+         </activation>
+         <repositories>
+            <repository>
+               <id>jboss-public-repository-group</id>
+               <name>JBoss Public Maven Repository Group</name>
+               <url>http://repository.jboss.org/nexus/content/groups/public</url>
+               <releases>
+                  <enabled>true</enabled>
+                  <updatePolicy>never</updatePolicy>
+               </releases>
+               <snapshots>
+                  <enabled>false</enabled>
+                  <updatePolicy>never</updatePolicy>
+               </snapshots>
+            </repository>
+         </repositories>
+         <pluginRepositories>
+            <pluginRepository>
+               <id>jboss-public-repository-group</id>
+               <name>JBoss Public Maven Repository Group</name>
+               <url>http://repository.jboss.org/nexus/content/groups/public</url>
+               <releases>
+                  <enabled>true</enabled>
+                  <updatePolicy>never</updatePolicy>
+               </releases>
+               <snapshots>
+                  <enabled>false</enabled>
+                  <updatePolicy>never</updatePolicy>
+               </snapshots>
+            </pluginRepository>
+         </pluginRepositories>
+      </profile>
    </profiles>
 
 </project>



More information about the weld-commits mailing list