[weld-commits] Weld SVN: r3944 - in core/trunk: bom and 1 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Oct 12 08:10:05 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-12 08:10:05 -0400 (Mon, 12 Oct 2009)
New Revision: 3944

Modified:
   core/trunk/bom/pom.xml
   core/trunk/parent/pom.xml
   core/trunk/pom.xml
Log:
minor

Modified: core/trunk/bom/pom.xml
===================================================================
--- core/trunk/bom/pom.xml	2009-10-12 00:03:37 UTC (rev 3943)
+++ core/trunk/bom/pom.xml	2009-10-12 12:10:05 UTC (rev 3944)
@@ -54,7 +54,7 @@
       <repository>
          <id>oss.sonatype.org/jboss-snapshots</id>
          <name>JBoss (Nexus) Snapshots Repository</name>
-         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots/</url>
+         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
          <releases>
             <enabled>false</enabled>
          </releases>

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2009-10-12 00:03:37 UTC (rev 3943)
+++ core/trunk/parent/pom.xml	2009-10-12 12:10:05 UTC (rev 3944)
@@ -73,14 +73,18 @@
 
 
    <properties>
+      <glassfish.el.version>2.1.2-b04</glassfish.el.version>
+      
+      <!-- Force encoding to UTF-8 (bug on OS X) -->
+      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+      <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+      
+      <!-- Testing deps -->
       <testng.version>5.9</testng.version>
-      <jboss.test.harness.version>1.0.0-SNAPSHOT</jboss.test.harness.version>
+      <jboss.test.harness.version>1.1.0-SNAPSHOT</jboss.test.harness.version>
       <apache.httpclient.version>3.1</apache.httpclient.version>
       <junit.version>4.7</junit.version>
       <htmlunit.version>2.4</htmlunit.version>
-      <glassfish.el.version>2.1.2-b04</glassfish.el.version>
-      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-      <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    </properties>
 
 
@@ -188,6 +192,10 @@
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.0-beta-9</version>
+               <configuration>
+                  <tagBase>https://svn.jboss.org/repos/weld/extensions/tags</tagBase>
+                  <autoVersionSubmodules>true</autoVersionSubmodules>
+               </configuration>
             </plugin>
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
@@ -372,5 +380,26 @@
          </plugins>
       </pluginManagement>
    </build>
+   
+   <!-- SCM and Distribution Management -->
+   
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/extensions</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/extensions</developerConnection>
+      <url>http://fisheye.jboss.org/browse/Weld/extensions</url>
+   </scm>
+   
+   <distributionManagement>
+      <repository>
+         <id>oss.sonatype.org/jboss-staging</id>
+         <name>Sonatype Nexus Maven Repository</name>
+         <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
+      </repository>
+      <snapshotRepository>
+         <id>oss.sonatype.org/jboss-snapshots</id>
+         <name>Sonatype Nexus Snapshot Repository</name>
+         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
+      </snapshotRepository>
+   </distributionManagement>
 
 </project>

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2009-10-12 00:03:37 UTC (rev 3943)
+++ core/trunk/pom.xml	2009-10-12 12:10:05 UTC (rev 3944)
@@ -13,8 +13,8 @@
 
    <!-- SCM and distribution management -->
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/ri/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/ri/trunk</developerConnection>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk</developerConnection>
       <url>http://fisheye.jboss.org/browse/Weld</url>
    </scm>
 
@@ -73,7 +73,7 @@
                <goals>deploy</goals>
                <arguments>-Prelease</arguments>
                <autoVersionSubmodules>true</autoVersionSubmodules>
-               <tagBase>https://svn.jboss.org/repos/weld/api/tags</tagBase>
+               <tagBase>https://svn.jboss.org/repos/weld/core/tags</tagBase>
             </configuration>
          </plugin>
          <plugin>



More information about the weld-commits mailing list