Author: pete.muir(a)jboss.org
Date: 2009-10-09 09:42:39 -0400 (Fri, 09 Oct 2009)
New Revision: 3908
Modified:
core/trunk/parent/pom.xml
core/trunk/pom.xml
core/trunk/version-matrix/pom.xml
Log:
update distributionManagement for sonatype
Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml 2009-10-09 13:18:41 UTC (rev 3907)
+++ core/trunk/parent/pom.xml 2009-10-09 13:42:39 UTC (rev 3908)
@@ -233,19 +233,6 @@
<
url>http://fisheye.jboss.org/browse/Weld/ri</url>
</scm>
- <distributionManagement>
- <repository>
- <id>oss.sonatype.org</id>
- <name>Sonatype Nexus Maven Repository</name>
-
<
url>dav:https://oss.sonatype.org/content/repositories/jboss-releases/&...
- </repository>
- <snapshotRepository>
- <id>oss.sonatype.org</id>
- <name>Sonatype Nexus Snapshot Repository</name>
-
<
url>dav:https://oss.sonatype.org/content/repositories/jboss-snapshots/...
- </snapshotRepository>
- </distributionManagement>
-
<reporting>
<plugins>
<plugin>
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2009-10-09 13:18:41 UTC (rev 3907)
+++ core/trunk/pom.xml 2009-10-09 13:42:39 UTC (rev 3908)
@@ -16,14 +16,14 @@
<distributionManagement>
<repository>
- <id>oss.sonatype.org</id>
+ <id>jboss-releases</id>
<name>Sonatype Nexus Maven Repository</name>
-
<
url>dav:http://oss.sonatype.org/content/repositories/jboss-releases/&l...
+
<
url>http://oss.sonatype.org/service/local/staging/deploy/maven2</ur...
</repository>
<snapshotRepository>
- <id>snapshots.jboss.org</id>
+ <id>jboss-snapshots</id>
<name>Sonatype Nexus Snapshot Repository</name>
-
<
url>dav:http://oss.sonatype.org/content/repositories/jboss-snapshots/&...
+
<
url>http://oss.sonatype.org/content/repositories/jboss-snapshots</u...
</snapshotRepository>
</distributionManagement>
Modified: core/trunk/version-matrix/pom.xml
===================================================================
--- core/trunk/version-matrix/pom.xml 2009-10-09 13:18:41 UTC (rev 3907)
+++ core/trunk/version-matrix/pom.xml 2009-10-09 13:42:39 UTC (rev 3908)
@@ -8,9 +8,7 @@
<name>Weld Version Matrix</name>
<
url>http://www.seamframework.org/Weld</url>
- <description>
- A version matrix for Weld projects
- </description>
+ <description>Version Matrix for Weld. JSR-299: Contexts and Dependency Injection
for Java EE is an elegant set of new services for Java that draws upon ideas from JBoss
Seam and Google Guice. While many of the features provided (dependency injection,
contextual lifecycle, configuration, interception, event notification) are familiar, the
innovative use of meta-annotations is uniquely expressive and typesafe. Weld is the
Reference Implementation of CDI.</description>
<repositories>
<repository>
@@ -628,23 +626,23 @@
</pluginManagement>
</build>
- <distributionManagement>
- <repository>
- <id>oss.sonatype.org</id>
- <name>Sonatype Nexus Releases Repository</name>
-
<
url>dav:http://oss.sonatype.org/content/repositories/jboss-releases/&l...
- </repository>
- <snapshotRepository>
- <id>oss.sonatype.org</id>
- <name>Sonatype Nexus Snapshots Repository</name>
-
<
url>dav:https://oss.sonatype.org/content/repositories/jboss-snapshots/...
- </snapshotRepository>
- </distributionManagement>
-
<scm>
<
connection>scm:svn:http://anonsvn.jboss.org/repos/weld/ri/trunk/versio...
<
developerConnection>scm:svn:https://svn.jboss.org/repos/weld/ri/trunk/...
<
url>http://fisheye.jboss.org/browse/Weld/ri</url>
</scm>
+ <distributionManagement>
+ <repository>
+ <id>jboss-releases</id>
+ <name>Sonatype Nexus Maven Repository</name>
+
<
url>http://oss.sonatype.org/service/local/staging/deploy/maven2</ur...
+ </repository>
+ <snapshotRepository>
+ <id>jboss-snapshots</id>
+ <name>Sonatype Nexus Snapshot Repository</name>
+
<
url>http://oss.sonatype.org/content/repositories/jboss-snapshots</u...
+ </snapshotRepository>
+ </distributionManagement>
+
</project>