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/07/22 17:57:08 UTC

svn commit: r1505724 - /commons/dev/plugins/commonsdev-example-plugin/pom.xml

Author: sebb
Date: Mon Jul 22 15:57:08 2013
New Revision: 1505724

URL: http://svn.apache.org/r1505724
Log:
Fix up SVN URLs; add comment

Modified:
    commons/dev/plugins/commonsdev-example-plugin/pom.xml

Modified: commons/dev/plugins/commonsdev-example-plugin/pom.xml
URL: http://svn.apache.org/viewvc/commons/dev/plugins/commonsdev-example-plugin/pom.xml?rev=1505724&r1=1505723&r2=1505724&view=diff
==============================================================================
--- commons/dev/plugins/commonsdev-example-plugin/pom.xml (original)
+++ commons/dev/plugins/commonsdev-example-plugin/pom.xml Mon Jul 22 15:57:08 2013
@@ -42,6 +42,10 @@
       <id>apache.releases.https</id>
       <name>Apache Release Distribution Repository</name>
       <!-- We override the default release repo to ensure there are no accidental deployments  -->
+      <!-- 
+          The following property should be defined in settings.xml and should point to the workspace for
+          https://dist.apache.org/repos/dist/dev/commons/dev_plugins
+       -->
       <url>${commons.dev.plugins.repo}</url>
       <!-- c.f. distMgmtSnapshotsUrl -->
     </repository>
@@ -49,9 +53,9 @@
 
  <!-- Is this section needed? -->
   <scm>
-             <connection>scm:svn:http://svn.apache.org/repos/asf/commons/dev/plugins/commons-example-plugin/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/dev/plugins/commons-example-plugin/trunk/</developerConnection>
-                                <url>http://svn.apache.org/viewvc/commons/dev/plugins/commons-example-plugin/trunk/</url>
+             <connection>scm:svn:http://svn.apache.org/repos/asf/commons/dev/plugins/commonsdev-example-plugin/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/dev/plugins/commonsdev-example-plugin/trunk/</developerConnection>
+                                <url>http://svn.apache.org/viewvc/commons/dev/plugins/commonsdev-example-plugin/trunk/</url>
   </scm>
 
   <prerequisites>