You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/02/27 13:28:59 UTC

commons-release-plugin git commit: Update distSvnStagingUrl

Repository: commons-release-plugin
Updated Branches:
  refs/heads/1.1 79019d2c6 -> 852adedb3


Update distSvnStagingUrl


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/852adedb
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/852adedb
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/852adedb

Branch: refs/heads/1.1
Commit: 852adedb34ba0ec6f93dd633e22344058647697c
Parents: 79019d2
Author: Rob Tompkins <ch...@gmail.com>
Authored: Tue Feb 27 08:28:43 2018 -0500
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Tue Feb 27 08:28:43 2018 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/852adedb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index be4abf8..dfec286 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,7 +373,7 @@
                 <artifactId>commons-release-plugin</artifactId>
                 <version>1.0</version>
                 <configuration>
-                    <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/foo</distSvnStagingUrl>
+                    <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin</distSvnStagingUrl>
                     <dryRun>${dryRun}</dryRun>
                 </configuration>
                 <executions>