[webbeans-commits] Webbeans SVN: r3790 - in ri/tags/1.0.0.PREVIEW4.SP1: parent and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Sep 25 15:32:22 EDT 2009


Author: rogerk
Date: 2009-09-25 15:32:22 -0400 (Fri, 25 Sep 2009)
New Revision: 3790

Modified:
   ri/tags/1.0.0.PREVIEW4.SP1/parent/pom.xml
   ri/tags/1.0.0.PREVIEW4.SP1/pom.xml
   ri/tags/1.0.0.PREVIEW4.SP1/version-matrix/pom.xml
Log:
pom updates for publish

Modified: ri/tags/1.0.0.PREVIEW4.SP1/parent/pom.xml
===================================================================
--- ri/tags/1.0.0.PREVIEW4.SP1/parent/pom.xml	2009-09-25 19:25:40 UTC (rev 3789)
+++ ri/tags/1.0.0.PREVIEW4.SP1/parent/pom.xml	2009-09-25 19:32:22 UTC (rev 3790)
@@ -232,18 +232,14 @@
       <url>http://fisheye.jboss.org/browse/WebBeans/ri</url>
    </scm>
 
-   <distributionManagement>
-      <repository>
-         <id>repository.jboss.org</id>
-         <name>JBoss Releases Repository</name>
-         <url>dav:https://svn.jboss.org/repos/repository.jboss.org/maven2</url>
-      </repository>
-      <snapshotRepository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Snapshot Repository</name>
-         <url>dav:https://snapshots.jboss.org/maven2</url>
-      </snapshotRepository>
-   </distributionManagement>
+  <distributionManagement>
+    <repository>
+      <!-- Copy the distribution jar file to a local checkout of the maven repository
+        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+      <id>repository.jboss.org</id>
+      <url>file://${maven.repository.root}</url>
+    </repository>
+  </distributionManagement>
 
    <reporting>
       <plugins>

Modified: ri/tags/1.0.0.PREVIEW4.SP1/pom.xml
===================================================================
--- ri/tags/1.0.0.PREVIEW4.SP1/pom.xml	2009-09-25 19:25:40 UTC (rev 3789)
+++ ri/tags/1.0.0.PREVIEW4.SP1/pom.xml	2009-09-25 19:32:22 UTC (rev 3790)
@@ -14,18 +14,14 @@
       <url>http://fisheye.jboss.org/browse/WebBeans</url>
    </scm>
 
-   <distributionManagement>
-       <repository>
-          <id>repository.jboss.org</id>
-          <name>JBoss Releases Repository</name>
-          <url>dav:https://svn.jboss.org/repos/repository.jboss.org/maven2</url>
-      </repository>
-      <snapshotRepository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Snapshot Repository</name>
-         <url>dav:https://snapshots.jboss.org/maven2</url>
-      </snapshotRepository>
-   </distributionManagement>
+  <distributionManagement>
+    <repository>
+      <!-- Copy the distribution jar file to a local checkout of the maven repository
+        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+      <id>repository.jboss.org</id>
+      <url>file://${maven.repository.root}</url>
+    </repository>
+  </distributionManagement>
 
    <profiles>
       <profile>

Modified: ri/tags/1.0.0.PREVIEW4.SP1/version-matrix/pom.xml
===================================================================
--- ri/tags/1.0.0.PREVIEW4.SP1/version-matrix/pom.xml	2009-09-25 19:25:40 UTC (rev 3789)
+++ ri/tags/1.0.0.PREVIEW4.SP1/version-matrix/pom.xml	2009-09-25 19:32:22 UTC (rev 3790)
@@ -537,19 +537,15 @@
       </pluginManagement>
    </build>
 
-   <distributionManagement>
-      <repository>
-         <id>repository.jboss.org</id>
-          <name>JBoss Releases Repository</name>
-         <url>dav:https://svn.jboss.org/repos/repository.jboss.org/maven2</url>
-      </repository>
-      <snapshotRepository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Snapshot Repository</name>
-         <url>dav:https://snapshots.jboss.org/maven2</url>
-      </snapshotRepository>
-   </distributionManagement>
-   
+  <distributionManagement>
+    <repository>
+      <!-- Copy the distribution jar file to a local checkout of the maven repository
+        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+      <id>repository.jboss.org</id>
+      <url>file://${maven.repository.root}</url>
+    </repository>
+  </distributionManagement>
+
    <scm>
       <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW4.SP1/version-matrix</connection>
       <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW4.SP1/version-matrix</developerConnection>




More information about the weld-commits mailing list