Updated Branches:
  refs/heads/wicket-6.x 84baf973d -> 536f3334e

Upgrade release plugin to something that might work

Issue with 2.3.2 appears to be that it tags the snapshot version instead of the 
final version,
causing the perform step to start building and uploading snapshot releases.


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/536f3334
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/536f3334
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/536f3334

Branch: refs/heads/wicket-6.x
Commit: 536f3334e2ff5a8b5c0729a16b489c2ed8cc450b
Parents: 84baf97
Author: Martijn Dashorst <martijn.dasho...@gmail.com>
Authored: Tue Dec 10 16:25:28 2013 +0100
Committer: Martijn Dashorst <martijn.dasho...@gmail.com>
Committed: Tue Dec 10 16:25:28 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/536f3334/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4e90fbf..cde9c60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -622,7 +622,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-release-plugin</artifactId>
-                                       <version>2.3.2</version>
+                                       <version>2.4.2</version>
                                        <inherited>true</inherited>
                                        <configuration>
                                                <pushChanges>false</pushChanges>

Reply via email to