You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/01/11 01:00:50 UTC

svn commit: r1431741 - /commons/proper/commons-sandbox-parent/trunk/pom.xml

Author: olamy
Date: Fri Jan 11 00:00:50 2013
New Revision: 1431741

URL: http://svn.apache.org/viewvc?rev=1431741&view=rev
Log:
configure svnpubsub url in sandox parent

Modified:
    commons/proper/commons-sandbox-parent/trunk/pom.xml

Modified: commons/proper/commons-sandbox-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/trunk/pom.xml?rev=1431741&r1=1431740&r2=1431741&view=diff
==============================================================================
--- commons/proper/commons-sandbox-parent/trunk/pom.xml (original)
+++ commons/proper/commons-sandbox-parent/trunk/pom.xml Fri Jan 11 00:00:50 2013
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>27</version>
+    <version>28-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-sandbox-parent</artifactId>
@@ -40,6 +40,9 @@ under the License.
     <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>
   </scm>
+  <properties>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox-sites/${project.artifactId}</commons.scmPubUrl>
+  </properties>
   <!-- These reports should be moved to commons-parent some day -->
   <reporting>
     <plugins>