[weld-commits] Weld SVN: r6726 - in core/branches/glassfish-31-integration-01: bom and 8 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Jul 19 10:40:48 EDT 2010


Author: rogerk
Date: 2010-07-19 10:40:47 -0400 (Mon, 19 Jul 2010)
New Revision: 6726

Modified:
   core/branches/glassfish-31-integration-01/bom/pom.xml
   core/branches/glassfish-31-integration-01/impl/pom.xml
   core/branches/glassfish-31-integration-01/inject-tck-runner/pom.xml
   core/branches/glassfish-31-integration-01/jboss-tck-runner/pom.xml
   core/branches/glassfish-31-integration-01/osgi-bundle/pom.xml
   core/branches/glassfish-31-integration-01/parent/pom.xml
   core/branches/glassfish-31-integration-01/pom.xml
   core/branches/glassfish-31-integration-01/porting-package/pom.xml
   core/branches/glassfish-31-integration-01/tests-arquillian/pom.xml
   core/branches/glassfish-31-integration-01/tests/pom.xml
Log:
Updates For Weld Integration Into GlassFish 3.1

Modified: core/branches/glassfish-31-integration-01/bom/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/bom/pom.xml	2010-07-19 14:39:19 UTC (rev 6725)
+++ core/branches/glassfish-31-integration-01/bom/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
@@ -136,11 +136,50 @@
       </dependencies>
    </dependencyManagement>
 
+   <!-- Dependency management, including extra repositories if needed -->
+   <repositories>
+      <repository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Release Repository</name>
+         <url>http://repository.jboss.org/nexus/content/groups/public/</url>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+         <snapshots>
+            <enabled>false</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>old.repository.jboss.org</id>
+         <name>JBoss Release Old Repository</name>
+         <url>http://repository.jboss.org/maven2/</url>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+         <snapshots>
+            <enabled>false</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>oss.sonatype.org/snapshots</id>
+         <name>OSS Snapshots Repository</name>
+         <url>http://oss.sonatype.org/content/repositories/snapshots</url>
+         <releases>
+            <enabled>false</enabled>
+         </releases>
+         <snapshots>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+      </repository>
+   </repositories>
    <!-- SCM and distribution management -->
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/bom</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/bom</developerConnection>
-      <url>http://fisheye.jboss.org/browse/weld/core/branches/1.1.0-glassfish-b1/bom</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/bom</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/bom</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/core/tags/1.1.0-01-glassfish/bom</url>
    </scm>
 
 </project>

Modified: core/branches/glassfish-31-integration-01/impl/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/impl/pom.xml	2010-07-19 14:39:19 UTC (rev 6725)
+++ core/branches/glassfish-31-integration-01/impl/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
@@ -226,9 +226,9 @@
    </profiles>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/impl</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/impl</developerConnection>
-      <url>http://fisheye.jboss.org/browse/weld/core/branches/1.1.0-glassfish-b1/impl</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/impl</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/impl</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/core/tags/1.1.0-01-glassfish/impl</url>
    </scm>
 
 </project>

Modified: core/branches/glassfish-31-integration-01/inject-tck-runner/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/inject-tck-runner/pom.xml	2010-07-19 14:39:19 UTC (rev 6725)
+++ core/branches/glassfish-31-integration-01/inject-tck-runner/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
@@ -104,9 +104,9 @@
    </build>
 
    <scm> 
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/inject-tck-runner</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/inject-tck-runner</developerConnection>
-      <url>http://fisheye.jboss.org/browse/weld/core/branches/1.1.0-glassfish-b1/inject-tck-runner</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/inject-tck-runner</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/inject-tck-runner</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/core/tags/1.1.0-01-glassfish/inject-tck-runner</url>
    </scm>
 
 </project>

Modified: core/branches/glassfish-31-integration-01/jboss-tck-runner/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/jboss-tck-runner/pom.xml	2010-07-19 14:39:19 UTC (rev 6725)
+++ core/branches/glassfish-31-integration-01/jboss-tck-runner/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
@@ -314,9 +314,9 @@
    </profiles>
 
    <scm> 
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/jboss-tck-runner</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/jboss-tck-runner</developerConnection>
-      <url>http://fisheye.jboss.org/browse/weld/core/branches/1.1.0-glassfish-b1/jboss-tck-runner</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/jboss-tck-runner</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/jboss-tck-runner</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/core/tags/1.1.0-01-glassfish/jboss-tck-runner</url>
    </scm>
    
 </project>

Modified: core/branches/glassfish-31-integration-01/osgi-bundle/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/osgi-bundle/pom.xml	2010-07-19 14:39:19 UTC (rev 6725)
+++ core/branches/glassfish-31-integration-01/osgi-bundle/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
@@ -200,9 +200,9 @@
    </dependencies>
 
    <scm> 
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/osgi-bundle</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/osgi-bundle</developerConnection>
-      <url>http://fisheye.jboss.org/browse/weld/core/branches/1.1.0-glassfish-b1/osgi-bundle</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/osgi-bundle</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/osgi-bundle</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/core/tags/1.1.0-01-glassfish/osgi-bundle</url>
    </scm>
    
 </project>

Modified: core/branches/glassfish-31-integration-01/parent/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/parent/pom.xml	2010-07-19 14:39:19 UTC (rev 6725)
+++ core/branches/glassfish-31-integration-01/parent/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
@@ -217,9 +217,9 @@
    </dependencyManagement>
 
    <scm> 
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/parent</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/parent</developerConnection>
-      <url>http://fisheye.jboss.org/browse/weld/core/branches/1.1.0-glassfish-b1/parent</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/parent</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/parent</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/core/tags/1.1.0-01-glassfish/parent</url>
    </scm>
 
 </project>

Modified: core/branches/glassfish-31-integration-01/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/pom.xml	2010-07-19 14:39:19 UTC (rev 6725)
+++ core/branches/glassfish-31-integration-01/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
@@ -34,8 +34,8 @@
 
    <!-- SCM and distribution management -->
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1</developerConnection>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish</developerConnection>
       <url>http://fisheye.jboss.org/browse/Weld</url>
    </scm>
 

Modified: core/branches/glassfish-31-integration-01/porting-package/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/porting-package/pom.xml	2010-07-19 14:39:19 UTC (rev 6725)
+++ core/branches/glassfish-31-integration-01/porting-package/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
@@ -55,9 +55,9 @@
    </dependencies>
 
    <scm> 
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/porting-package</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/porting-package</developerConnection>
-      <url>http://fisheye.jboss.org/browse/weld/core/branches/1.1.0-glassfish-b1/porting-package</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/porting-package</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/porting-package</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/core/tags/1.1.0-01-glassfish/porting-package</url>
    </scm>
    
 </project>

Modified: core/branches/glassfish-31-integration-01/tests/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/tests/pom.xml	2010-07-19 14:39:19 UTC (rev 6725)
+++ core/branches/glassfish-31-integration-01/tests/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
@@ -284,9 +284,9 @@
    </profiles>
 
    <scm> 
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/tests</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/tests</developerConnection>
-      <url>http://fisheye.jboss.org/browse/weld/core/branches/1.1.0-glassfish-b1/tests</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/tests</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/tests</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/core/tags/1.1.0-01-glassfish/tests</url>
    </scm>
 
 </project>

Modified: core/branches/glassfish-31-integration-01/tests-arquillian/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/tests-arquillian/pom.xml	2010-07-19 14:39:19 UTC (rev 6725)
+++ core/branches/glassfish-31-integration-01/tests-arquillian/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
@@ -268,9 +268,9 @@
    </profiles>
 
    <scm> 
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/tests-arquillian</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/branches/1.1.0-glassfish-b1/tests-arquillian</developerConnection>
-      <url>http://fisheye.jboss.org/browse/weld/core/branches/1.1.0-glassfish-b1/tests-arquillian</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/tests-arquillian</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.1.0-01-glassfish/tests-arquillian</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/core/tags/1.1.0-01-glassfish/tests-arquillian</url>
    </scm>
 
 </project>



More information about the weld-commits mailing list