Author: sebb
Date: Wed Jun 23 11:17:19 2010
New Revision: 957161
URL: http://svn.apache.org/viewvc?rev=957161&view=rev
Log:
RC2 - fix announce mod-mbox URL
Added:
commons/proper/commons-parent/tags/commons-parent-16-RC2/
- copied from r957157, commons/proper/commons-parent/trunk/
Modified:
commons/proper/commons-parent/tags/commons-parent-16-RC2/pom.xml
Modified: commons/proper/commons-parent/tags/commons-parent-16-RC2/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/tags/commons-parent-16-RC2/pom.xml?rev=957161&r1=957157&r2=957161&view=diff
==============================================================================
--- commons/proper/commons-parent/tags/commons-parent-16-RC2/pom.xml (original)
+++ commons/proper/commons-parent/tags/commons-parent-16-RC2/pom.xml Wed Jun 23
11:17:19 2010
@@ -28,7 +28,7 @@
<artifactId>commons-parent</artifactId>
<packaging>pom</packaging>
<!-- TODO: dummy version. In Maven 2.1, this will be auto-versioned being a
generic parent -->
- <version>16-SNAPSHOT</version>
+ <version>16</version>
<name>Commons Parent</name>
<url>http://commons.apache.org/</url>
@@ -42,9 +42,9 @@
a release of the commons-parent POM.
-->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-16</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-16</developerConnection>
+
<url>http://svn.apache.org/viewvc/commons/proper/commons-parent/tags/commons-parent-16</url>
</scm>
<mailingLists>