You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/02/04 02:59:47 UTC

svn commit: r1442006 - in /commons/proper/commons-sandbox-parent/tags/commons-sandbox-parent-10-RC1: ./ pom.xml

Author: sebb
Date: Mon Feb  4 01:59:47 2013
New Revision: 1442006

URL: http://svn.apache.org/viewvc?rev=1442006&view=rev
Log:
Tag sandbox parent 10 RC1

Added:
    commons/proper/commons-sandbox-parent/tags/commons-sandbox-parent-10-RC1/
      - copied from r1442005, commons/proper/commons-sandbox-parent/trunk/
Modified:
    commons/proper/commons-sandbox-parent/tags/commons-sandbox-parent-10-RC1/pom.xml

Modified: commons/proper/commons-sandbox-parent/tags/commons-sandbox-parent-10-RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/tags/commons-sandbox-parent-10-RC1/pom.xml?rev=1442006&r1=1442005&r2=1442006&view=diff
==============================================================================
--- commons/proper/commons-sandbox-parent/tags/commons-sandbox-parent-10-RC1/pom.xml (original)
+++ commons/proper/commons-sandbox-parent/tags/commons-sandbox-parent-10-RC1/pom.xml Mon Feb  4 01:59:47 2013
@@ -27,7 +27,7 @@ under the License.
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-sandbox-parent</artifactId>
   <packaging>pom</packaging>
-  <version>10-SNAPSHOT</version>
+  <version>10</version>
   <name>Commons Sandbox Parent</name>
   <url>http://commons.apache.org/sandbox/</url>
   <issueManagement>
@@ -35,9 +35,9 @@ under the License.
     <url>http://issues.apache.org/jira/browse/SANDBOX</url>
   </issueManagement>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-sandbox-parent/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-sandbox-parent/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-sandbox-parent/tags/commons-sandbox-parent-10/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-sandbox-parent/tags/commons-sandbox-parent-10/</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/tags/commons-sandbox-parent-10/</url>
   </scm>
   <properties>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/${project.artifactId}</commons.scmPubUrl>