You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/09/04 10:02:13 UTC

[1/3] git commit: Add the changelog for 1.5.11 and 1.5.12

Repository: wicket
Updated Branches:
  refs/heads/build/wicket-1.5.12 [created] c4705e27a


Add the changelog for 1.5.11 and 1.5.12


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

Branch: refs/heads/build/wicket-1.5.12
Commit: 18787f8bad40d4236fc2be3ea2ec5efca7c0f4cc
Parents: 149cc36
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Sep 4 10:33:04 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Sep 4 10:33:04 2014 +0300

----------------------------------------------------------------------
 CHANGELOG-1.5 | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/18787f8b/CHANGELOG-1.5
----------------------------------------------------------------------
diff --git a/CHANGELOG-1.5 b/CHANGELOG-1.5
index 144b9b5..555f9fb 100644
--- a/CHANGELOG-1.5
+++ b/CHANGELOG-1.5
@@ -1,5 +1,60 @@
 This file contains all changes done on the 1.5 version.
 
+Release Notes - Wicket - Version 1.5.12
+
+** Bug
+    * [WICKET-5491] - Wicket.DateTime.getViewportHeight() returning undefined on IE8, positions calendar out of viewport
+    * [WICKET-5492] - WebApplication ignores a SecurityException when reading the configuration type
+    * [WICKET-5502] - Patch FileUploadBase to fix CVE-2014-0050
+    * [WICKET-5643] - WebPageRenderer should bind a Session if redirect is required and the session is temporary.
+
+** Improvement
+    * [WICKET-5668] - StringResourceModel with custom locale 
+
+
+Release Notes - Wicket - Version 1.5.11
+
+** Sub-task
+    * [WICKET-5162] - InlineEnclosure markup id could collide in the final page markup
+
+** Bug
+    * [WICKET-5049] - Wicket Session may be null in SessionBindingListener after deserialization
+    * [WICKET-5052] - @SpringBean fails to invoke methods on bean with non-public methods
+    * [WICKET-5054] - Possible bug in org.apache.wicket.util.lang.Packages when building path with repeating names
+    * [WICKET-5072] - Cookies#isEqual(Cookie, Cookie) may fail with NullPointerException
+    * [WICKET-5073] - UrlRenderer#removeCommonPrefixes() fails when contextPath+filterPrefix has more segments than the argument
+    * [WICKET-5076] - form#onSubmit() is called on just replaced nested forms
+    * [WICKET-5078] - RestartResponseException broken with page instance and bookmarkable page
+    * [WICKET-5085] - InlineEnclosure are piling up on each render
+    * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true) prevents access to *all* non-mounted bookmarkable pages
+    * [WICKET-5112] - Parantheses problem with UrlValidator
+    * [WICKET-5114] - Url#toString(StringMode.FULL) throws exception if a segment contains two dots
+    * [WICKET-5119] - PopupSettings IE8 - dosen't work second time a link is clicked.
+    * [WICKET-5123] - Component.continueToOriginalDestination() can redirect to ./.
+    * [WICKET-5131] - Problems with cookies disabled when using 301/302 and also 303 (even with cookies)
+    * [WICKET-5140] - InterceptData never gets cleared from session after continueToOriginalDestination is called and another page is requested afterwards
+    * [WICKET-5146] - Application not destroyed if WicketFilter#init() fails
+    * [WICKET-5149] - PageRequestHandlerTracker doesn't track resolves of handlers caused by Exception 
+    * [WICKET-5157] - URL query parameter values containing equals sign get cut off
+    * [WICKET-5191] - Session is created unnecessarily
+    * [WICKET-5202] - Page redirects can fail when using url encoding
+    * [WICKET-5203] - Base url is incorrect for error dispatched pages
+    * [WICKET-5204] - The DateTimeField.onBeforeRender() method does not format the fields correctly.
+    * [WICKET-5218] - EnclosureContainer calls child#configure() way before rendering
+    * [WICKET-5230] - AjaxFormChoiceComponentUpdatingBehavior fails for choices containing other invalid FormComponents
+    * [WICKET-5234] - OnEventHeaderItem can't be applied via AJAX
+    * [WICKET-5247] - Broken Link in Tomcat because of Page Mount
+    * [WICKET-5256] - Allow configuring the resource used by ResourceStreamRequestHandler
+    * [WICKET-5259] - Url can't parse urls with username and password
+    * [WICKET-5351] - ResourceStreamResource should use #getResourceStream() instead of directly using the 'stream' field
+    * [WICKET-5416] - BOM in UTF markup file breaks encoding detection
+
+** Improvement
+    * [WICKET-5150] - Log additional info when FormComponent fails in updateCollectionModel
+    * [WICKET-5158] - Ignore missing Page in StatelessForm#process()
+    * [WICKET-5219] - ServletWebResponse should call #setHeader() to set Ajax-Location for redirect
+
+
 Release Notes - Wicket - Version 1.5.10
 
 ** Sub-task


[3/3] git commit: changes to notice files

Posted by mg...@apache.org.
changes to notice files


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

Branch: refs/heads/build/wicket-1.5.12
Commit: c4705e27ae5d9641356cf24174c6bb549b584847
Parents: f13d7d4
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Sep 4 10:51:32 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Sep 4 10:51:32 2014 +0300

----------------------------------------------------------------------
 NOTICE | 78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c4705e27/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 61a0b9b..2c2a5da 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Wicket
-Copyright 2006-2012 The Apache Software Foundation
+Copyright 2006-2014 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
@@ -12,10 +12,45 @@ NB: DO NOT ADD LICENSES/NOTICES/ATTRIBUTIONS TO THIS FILE, BUT IN THE
     AUTOMATICALLY INCLUDE THE NOTICE IN THIS FILE.
 
 ---------------------------------------------------------------------------
+src/./wicket-core
+---------------------------------------------------------------------------
+   Apache Wicket
+   Copyright 2006-2011 Apache Software Foundation
+
+   This product includes software developed at
+   The Apache Software Foundation (http://www.apache.org/).
+
+   This product includes software from QOS.ch (http://slf4j.org) licensed under the X11 license
+   Copyright (c) 2004-2008 QOS.ch
+   
+   Contains Diff library from Mavens JRCS, released under
+   The Apache Software License, Version 1.1.
+   (c) 1999-2003
+
+   org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js is taken from [1]
+   and has the following notice:
+      "Licence:
+       Use this however/wherever you like, just don't blame me if it breaks
+       anything.
+
+       Credit:
+       If you're nice, you'll leave this bit:
+
+       Class by Stickman -- http://www.the-stickman.com
+       with thanks to:
+       [for Safari fixes]
+          Luis Torrefranca -- http://www.law.pitt.edu
+          and
+          Shawn Parker & John Pennypacker -- http://www.fuzzycoconut.com
+       [for duplicate name bug]
+          'neal'"
+   [1]: http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/
+
+---------------------------------------------------------------------------
 src/./wicket-guice
 ---------------------------------------------------------------------------
    Apache Wicket
-   Copyright 2006-2012 Apache Software Foundation
+   Copyright 2006-2011 Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
@@ -26,7 +61,7 @@ src/./wicket-guice
 src/./wicket-examples
 ---------------------------------------------------------------------------
    Apache Wicket Examples
-   Copyright 2006-2012 Apache Software Foundation
+   Copyright 2006-2011 Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
@@ -66,45 +101,10 @@ src/./wicket-examples
    which is released under CDDL 1.0 license (http://www.opensource.org/licenses/cddl1.php).
 
 ---------------------------------------------------------------------------
-src/./wicket-core
----------------------------------------------------------------------------
-   Apache Wicket
-   Copyright 2006-2012 Apache Software Foundation
-
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
-
-   This product includes software from QOS.ch (http://slf4j.org) licensed under the X11 license
-   Copyright (c) 2004-2008 QOS.ch
-   
-   Contains Diff library from Mavens JRCS, released under
-   The Apache Software License, Version 1.1.
-   (c) 1999-2003
-
-   org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js is taken from [1]
-   and has the following notice:
-      "Licence:
-       Use this however/wherever you like, just don't blame me if it breaks
-       anything.
-
-       Credit:
-       If you're nice, you'll leave this bit:
-
-       Class by Stickman -- http://www.the-stickman.com
-       with thanks to:
-       [for Safari fixes]
-          Luis Torrefranca -- http://www.law.pitt.edu
-          and
-          Shawn Parker & John Pennypacker -- http://www.fuzzycoconut.com
-       [for duplicate name bug]
-          'neal'"
-   [1]: http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/
-
----------------------------------------------------------------------------
 src/./wicket-datetime
 ---------------------------------------------------------------------------
    Apache Wicket Date Time
-   Copyright 2006-2012 Apache Software Foundation
+   Copyright 2006-2011 Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).


[2/3] git commit: modified poms for release 1.5.12

Posted by mg...@apache.org.
modified poms for release 1.5.12


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

Branch: refs/heads/build/wicket-1.5.12
Commit: f13d7d42024c7435131ab296201e006ac406cdec
Parents: 18787f8
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Sep 4 10:51:32 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Sep 4 10:51:32 2014 +0300

----------------------------------------------------------------------
 archetypes/quickstart/pom.xml                                    | 2 +-
 .../quickstart/src/main/resources/archetype-resources/pom.xml    | 2 +-
 pom.xml                                                          | 2 +-
 testing/wicket-threadtest/pom.xml                                | 2 +-
 wicket-auth-roles/pom.xml                                        | 2 +-
 wicket-core/pom.xml                                              | 2 +-
 wicket-datetime/pom.xml                                          | 2 +-
 wicket-devutils/pom.xml                                          | 2 +-
 wicket-examples/pom.xml                                          | 2 +-
 wicket-extensions/pom.xml                                        | 2 +-
 wicket-guice/pom.xml                                             | 2 +-
 wicket-ioc/pom.xml                                               | 2 +-
 wicket-jmx/pom.xml                                               | 2 +-
 wicket-objectssizeof-agent/pom.xml                               | 2 +-
 wicket-request/pom.xml                                           | 4 ++--
 wicket-spring/pom.xml                                            | 2 +-
 wicket-util/pom.xml                                              | 4 ++--
 wicket-velocity/pom.xml                                          | 2 +-
 wicket/pom.xml                                                   | 2 +-
 19 files changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 727c107..a744f79 100644
--- a/archetypes/quickstart/pom.xml
+++ b/archetypes/quickstart/pom.xml
@@ -3,7 +3,7 @@
   <parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../../pom.xml</relativePath>
   </parent>
   

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index 839b1ec..9b76170 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -20,7 +20,7 @@
 		</license>
 	</licenses>
 	<properties>
-		<wicket.version>1.5-SNAPSHOT</wicket.version>
+		<wicket.version>1.5.12</wicket.version>
 		<jetty.version>7.5.0.v20110901</jetty.version>
 	</properties>
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a295820..02a8cf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>1.5-SNAPSHOT</version>
+	<version>1.5.12</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/testing/wicket-threadtest/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-threadtest/pom.xml b/testing/wicket-threadtest/pom.xml
index f2ca2e3..6ef9085 100644
--- a/testing/wicket-threadtest/pom.xml
+++ b/testing/wicket-threadtest/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-auth-roles/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index 9f5631e..b4108b9 100644
--- a/wicket-auth-roles/pom.xml
+++ b/wicket-auth-roles/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index 93cde91..5151a58 100644
--- a/wicket-core/pom.xml
+++ b/wicket-core/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-datetime/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index 8ab6e83..ca6bca0 100644
--- a/wicket-datetime/pom.xml
+++ b/wicket-datetime/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-devutils/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index 7178c59..7f2ee22 100644
--- a/wicket-devutils/pom.xml
+++ b/wicket-devutils/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 5e574b8..cb1db8d 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index b7b04ac..85aa818 100644
--- a/wicket-extensions/pom.xml
+++ b/wicket-extensions/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-guice/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index 232ae3f..cd88e62 100644
--- a/wicket-guice/pom.xml
+++ b/wicket-guice/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-ioc/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 77deafd..123c51c 100644
--- a/wicket-ioc/pom.xml
+++ b/wicket-ioc/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index 39250ec..4e0b35d 100644
--- a/wicket-jmx/pom.xml
+++ b/wicket-jmx/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-objectssizeof-agent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml
index 7b5cca8..443fcc4 100644
--- a/wicket-objectssizeof-agent/pom.xml
+++ b/wicket-objectssizeof-agent/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-request/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index 0207c6d..8738017 100755
--- a/wicket-request/pom.xml
+++ b/wicket-request/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <artifactId>wicket-parent</artifactId>
     <groupId>org.apache.wicket</groupId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5.12</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-request</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5.12</version>
   <name>Wicket Request</name>
   <url>http://maven.apache.org</url>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-spring/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index 0df5911..baa28c1 100644
--- a/wicket-spring/pom.xml
+++ b/wicket-spring/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-util/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index 078f35e..a548f90 100755
--- a/wicket-util/pom.xml
+++ b/wicket-util/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <artifactId>wicket-parent</artifactId>
     <groupId>org.apache.wicket</groupId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5.12</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-util</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5.12</version>
   <name>Wicket Util</name>
   <url>http://maven.apache.org</url>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index 91d24b9..19ebb1e 100644
--- a/wicket-velocity/pom.xml
+++ b/wicket-velocity/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.12</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/f13d7d42/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket/pom.xml b/wicket/pom.xml
index 995ae0a..20a1e05 100644
--- a/wicket/pom.xml
+++ b/wicket/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.wicket</groupId>
     <artifactId>wicket-parent</artifactId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5.12</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>wicket</artifactId>