[jboss-cvs] JBossAS SVN: r104209 - in trunk: dist and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 23 17:28:19 EDT 2010


Author: pgier
Date: 2010-04-23 17:28:19 -0400 (Fri, 23 Apr 2010)
New Revision: 104209

Modified:
   trunk/build/pom.xml
   trunk/dist/pom.xml
Log:
[JBAS-7961] Update for new Maven repositories.

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2010-04-23 20:19:35 UTC (rev 104208)
+++ trunk/build/pom.xml	2010-04-23 21:28:19 UTC (rev 104209)
@@ -84,15 +84,5 @@
       </build>
     </profile>    
   </profiles>
-  
-  <distributionManagement>
-    <snapshotRepository>
-      <id>jboss-snapshots</id>
-      <name>JBoss Snapshot Repository</name>
-      <url>dav:https://snapshots.jboss.org/maven2</url>
-      <!-- Need to set unique version to false to prevent large amounts of data building up in the snapshot repo -->
-      <uniqueVersion>false</uniqueVersion>
-    </snapshotRepository>
-  </distributionManagement>
-  
+
 </project>

Modified: trunk/dist/pom.xml
===================================================================
--- trunk/dist/pom.xml	2010-04-23 20:19:35 UTC (rev 104208)
+++ trunk/dist/pom.xml	2010-04-23 21:28:19 UTC (rev 104209)
@@ -140,7 +140,7 @@
   
   <distributionManagement>
     <snapshotRepository>
-      <id>jboss-snapshots</id>
+      <id>jboss-snapshots-repository</id>
       <name>JBoss Snapshot Repository</name>
       <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
       <!-- Need to set unique version to false to prevent large amounts of data building up in the snapshot repo -->




More information about the jboss-cvs-commits mailing list