Author: ivaynberg
Date: Wed Aug 24 15:05:45 2011
New Revision: 1161138

URL: http://svn.apache.org/viewvc?rev=1161138&view=rev
Log:
changelog and release script tweaks

Modified:
    wicket/trunk/CHANGELOG-1.5
    wicket/trunk/release-igor.sh

Modified: wicket/trunk/CHANGELOG-1.5
URL: 
http://svn.apache.org/viewvc/wicket/trunk/CHANGELOG-1.5?rev=1161138&r1=1161137&r2=1161138&view=diff
==============================================================================
--- wicket/trunk/CHANGELOG-1.5 (original)
+++ wicket/trunk/CHANGELOG-1.5 Wed Aug 24 15:05:45 2011
@@ -1,5 +1,13 @@
 This file contains all changes done on the 1.5 version.
 
+Release Notes - Wicket - Version 1.5-RC7
+
+** Bug
+    * [WICKET-3989] - MarkupNotFoundException when refreshing a component with 
AJAX inside a TransparentWebMarkupContainer
+
+** Improvement
+    * [WICKET-3988] - Make AbstractMapper.getPlaceholder and similar methods 
as public methods
+
 Release Notes - Wicket - Version 1.5-RC6
 
 ** Bug

Modified: wicket/trunk/release-igor.sh
URL: 
http://svn.apache.org/viewvc/wicket/trunk/release-igor.sh?rev=1161138&r1=1161137&r2=1161138&view=diff
==============================================================================
--- wicket/trunk/release-igor.sh (original)
+++ wicket/trunk/release-igor.sh Wed Aug 24 15:05:45 2011
@@ -34,8 +34,8 @@ read passphrase
 stty $stty_orig
 
 echo "modifying poms with the new version: $version"
-mvn versions:set -DnewVersion=$version
-mvn versions:commit
+mvn5 versions:set -DnewVersion=$version
+mvn5 versions:commit
 find . -name "pom.xml" | xargs sed -i -e "s/1.5-SNAPSHOT/$version/g"
 find . -name "pom.xml" | xargs sed -i -e 
"s/wicket\/trunk/wicket\/releases\/$version/g"
 
@@ -72,8 +72,8 @@ do
 done
 
 # prebuilding to work around javadoc generation problem
-mvn clean install -Dmaven.test.skip=true
-mvn javadoc:jar
+mvn5 clean install -DskipTests=true
+mvn5 javadoc:jar
 
 # clean all projects
 echo "Clean all projects"


Reply via email to