Author: richard.opalka(a)jboss.com
Date: 2011-08-13 17:12:40 -0400 (Sat, 13 Aug 2011)
New Revision: 14829
Modified:
thirdparty/cxf/branches/cxf-2.3.1/distribution/src/main/release/samples/pom.xml
thirdparty/cxf/branches/cxf-2.3.1/pom.xml
Log:
fixing distribution management to use JBoss repositories
Modified: thirdparty/cxf/branches/cxf-2.3.1/distribution/src/main/release/samples/pom.xml
===================================================================
---
thirdparty/cxf/branches/cxf-2.3.1/distribution/src/main/release/samples/pom.xml 2011-08-13
20:06:26 UTC (rev 14828)
+++
thirdparty/cxf/branches/cxf-2.3.1/distribution/src/main/release/samples/pom.xml 2011-08-13
21:12:40 UTC (rev 14829)
@@ -186,17 +186,16 @@
still barf without this section in the pom
-->
<distributionManagement>
- <repository>
- <id>apache.releases.https</id>
- <name>Apache Release Distribution Repository</name>
-
<
url>https://repository.apache.org/service/local/staging/deploy/maven2&...
- </repository>
- <snapshotRepository>
- <id>apache.snapshots.https</id>
- <name>Apache Development Snapshot Repository</name>
-
<
url>https://repository.apache.org/content/repositories/snapshots</u...
- <uniqueVersion>false</uniqueVersion>
- </snapshotRepository>
- </distributionManagement>
+ <repository>
+ <id>jboss-releases-repository</id>
+ <name>JBoss Releases Repository</name>
+
<
url>https://repository.jboss.org/nexus/service/local/staging/deploy/ma...
+ </repository>
+ <snapshotRepository>
+ <id>jboss-snapshots-repository</id>
+ <name>JBoss Snapshots Repository</name>
+
<
url>https://repository.jboss.org/nexus/content/repositories/snapshots/...
+ </snapshotRepository>
+ </distributionManagement>
</project>
Modified: thirdparty/cxf/branches/cxf-2.3.1/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.3.1/pom.xml 2011-08-13 20:06:26 UTC (rev 14828)
+++ thirdparty/cxf/branches/cxf-2.3.1/pom.xml 2011-08-13 21:12:40 UTC (rev 14829)
@@ -49,15 +49,14 @@
<distributionManagement>
<repository>
- <id>apache.releases.https</id>
- <name>Apache Release Distribution Repository</name>
-
<
url>https://repository.apache.org/service/local/staging/deploy/maven2&...
+ <id>jboss-releases-repository</id>
+ <name>JBoss Releases Repository</name>
+
<
url>https://repository.jboss.org/nexus/service/local/staging/deploy/ma...
</repository>
<snapshotRepository>
- <id>apache.snapshots.https</id>
- <name>Apache Development Snapshot Repository</name>
-
<
url>https://repository.apache.org/content/repositories/snapshots</u...
- <uniqueVersion>false</uniqueVersion>
+ <id>jboss-snapshots-repository</id>
+ <name>JBoss Snapshots Repository</name>
+
<
url>https://repository.jboss.org/nexus/content/repositories/snapshots/...
</snapshotRepository>
<site>
<id>apache.cxf.site</id>