You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2016/04/25 23:02:35 UTC

[2/3] storm git commit: Revert "Added distributionManagement repoUrl." since it broke the release process.

Revert "Added distributionManagement repoUrl." since it broke the release process.

This reverts commit 705951ebf33e84b28af345b7680abf94264d8b68.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/1c60553f
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/1c60553f
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/1c60553f

Branch: refs/heads/1.x-branch
Commit: 1c60553f0cd5723daff247305f6f679f343e35fa
Parents: 187fc37
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Mon Apr 25 16:49:53 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Mon Apr 25 16:49:53 2016 -0400

----------------------------------------------------------------------
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/1c60553f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2a8ca0e..33da388 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,11 +486,6 @@
             <name>Storm Website</name>
             <url>file:///tmp/site</url>
         </site>
-        <repository>
-          <id>${repoid}</id>
-          <name>${reponame}</name>
-          <url>${repourl}</url>
-        </repository>
     </distributionManagement>
 
     <dependencyManagement>