1.5.5 setup

git-svn-id: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.5@891482 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGELOG-1.4 b/CHANGELOG-1.4
index 33e01fd..27d755e 100644
--- a/CHANGELOG-1.4
+++ b/CHANGELOG-1.4
@@ -1,5 +1,27 @@
 This file contains all changes done on the 1.4 version.
 
+Release Notes - Wicket - Version 1.4.5
+
+** Bug
+    * [WICKET-2598] - Some components still escape non-ASCII symbols by default
+    * [WICKET-2599] - Missing XML prolog in wicket-extensions panel htmls
+    * [WICKET-2600] - Redirect to home page still does not work (regression)
+    * [WICKET-2606] - Enclosure reports incorrect component id for missing components inside the enclosure
+    * [WICKET-2609] - EnumChoiceRenderer misbehaves with anonymous enum classes
+    * [WICKET-2613] - Content-Length Issue with 1.4.4
+    * [WICKET-2617] - ModalWindow can't be shown when it is rendered with ajax request
+    * [WICKET-2621] - Ajax buttons inside ModalWindows don't submit properly
+
+** Improvement
+    * [WICKET-1888] - FormComponents (and subclasses) should be able to provide their own resource bundles
+    * [WICKET-2247] - IndexedHybridUrlCodingStrategy constructor should accept a redirectOnBookmarkableRequest boolan
+    * [WICKET-2428] - AbstractSingleSelectChoice: custom resource key for null option
+    * [WICKET-2592] - Add support for arbitrary PageParameters values in QueryStringUrlCodingStrategy
+    * [WICKET-2597] - The PagingNavigator.newNavigation method does not provide a markup id of the element to create an navigation for
+    * [WICKET-2602] - Display upload progress bar only when a file is selected
+    * [WICKET-2603] - javadoc update
+    * [WICKET-2604] - Add another german Wicket book 
+
 Release Notes - Wicket - Version 1.4.4
 
 ** Bug
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 7bd0a8f..08d23d5 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../../pom.xml</relativePath>
   </parent>
   
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index e426f74..cc6cf17 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -127,7 +127,7 @@
 		</plugins>
 	</build>
 	<properties>
-		<wicket.version>1.4-SNAPSHOT</wicket.version>
+		<wicket.version>1.4.5</wicket.version>
 		<jetty.version>6.1.4</jetty.version>
 	</properties>
 	#end
diff --git a/pom.xml b/pom.xml
index dfb1a48..c52c19f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>1.4-SNAPSHOT</version>
+	<version>1.4.5</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
@@ -219,9 +219,9 @@
 		<url>http://wicketstuff.org/bamboo</url>
 	</ciManagement>
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/wicket/trunk</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/trunk</developerConnection>
-		<url>http://svn.apache.org/viewvc/wicket/trunk</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.5</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.5</developerConnection>
+		<url>http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.5</url>
 	</scm>
 	<mailingLists>
 		<mailingList>
diff --git a/testing/wicket-threadtest/pom.xml b/testing/wicket-threadtest/pom.xml
index 5cc0932..afaa221 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index 212ba9d..37274b8 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index f20d2c6..809f74c 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index 67131aa..eb79ab9 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index d4b5bf4..8daec52 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index f396479..34173c9 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index c4ca8d7..90a4983 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 078752a..53eb1a1 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index 5166fd0..4b58757 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml
index 8712b60..f4742a2 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-quickstart/pom.xml b/wicket-quickstart/pom.xml
index c140ed0..f02880d 100644
--- a/wicket-quickstart/pom.xml
+++ b/wicket-quickstart/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index 10d65ad..200017d 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index 6a1e429..5730dde 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.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket/pom.xml b/wicket/pom.xml
index d0859ff..c17716f 100644
--- a/wicket/pom.xml
+++ b/wicket/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.5</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>