You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/06/11 18:16:44 UTC

[06/10] git commit: update maven-release-plugin to 2.5 (fixes issue where release fails to tag properly)

update maven-release-plugin to 2.5 (fixes issue where release fails to tag properly)


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

Branch: refs/heads/security
Commit: 7483d9b8859a932cdd0e9919b9112d53277cd978
Parents: d178bdc
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Jun 10 14:31:34 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Jun 10 14:31:34 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/7483d9b8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2c0cbc1..d8711df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.4.1</version>
+                    <version>2.5</version>
                 </plugin>
                 <plugin>
                     <groupId>com.theoryinpractise</groupId>