[weld-commits] Weld SVN: r4596 - build/trunk/parent.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Tue Nov 3 07:38:17 EST 2009
Author: pete.muir at jboss.org
Date: 2009-11-03 07:38:17 -0500 (Tue, 03 Nov 2009)
New Revision: 4596
Modified:
build/trunk/parent/pom.xml
Log:
[maven-release-plugin] prepare release weld-parent-5
Modified: build/trunk/parent/pom.xml
===================================================================
--- build/trunk/parent/pom.xml 2009-11-03 12:31:17 UTC (rev 4595)
+++ build/trunk/parent/pom.xml 2009-11-03 12:38:17 UTC (rev 4596)
@@ -3,7 +3,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
<packaging>pom</packaging>
- <version>5-SNAPSHOT</version>
+ <version>5</version>
<name>Weld Parent</name>
@@ -454,6 +454,19 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>staging-close</id>
+ <phase>deploy</phase>
+ <goals>
+ <goal>staging-close</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</profile>
@@ -462,9 +475,9 @@
<!-- SCM and Distribution Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/build/trunk/parent</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/build/trunk/parent</developerConnection>
- <url>http://fisheye.jboss.org/browse/Weld/build/trunk/parent</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/build/tags/weld-parent-5</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/build/tags/weld-parent-5</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Weld/build/tags/weld-parent-5</url>
</scm>
<distributionManagement>
More information about the weld-commits
mailing list