modified poms for release 1.4.19

git-svn-id: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.19@1182434 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/NOTICE b/NOTICE
index e20cd77..90c97e2 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Wicket
-Copyright 2008 The Apache Software Foundation
+Copyright 2006-2011 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
@@ -12,9 +12,9 @@
     AUTOMATICALLY INCLUDE THE NOTICE IN THIS FILE.
 
 ---------------------------------------------------------------------------
-src/./wicket-jmx
+src/./wicket-auth-roles
 ---------------------------------------------------------------------------
-   Apache Wicket
+   Apache Wicket Auth Roles
    Copyright 2007 The Apache Software Foundation
 
    This product includes software developed at
@@ -41,7 +41,7 @@
    The Apache Software Foundation (http://www.apache.org/).
 
 ---------------------------------------------------------------------------
-src/./wicket-quickstart/NOTICE
+src/./wicket-jmx
 ---------------------------------------------------------------------------
    Apache Wicket
    Copyright 2007 The Apache Software Foundation
@@ -50,32 +50,6 @@
    The Apache Software Foundation (http://www.apache.org/).
 
 ---------------------------------------------------------------------------
-src/./wicket-ioc
----------------------------------------------------------------------------
-   Apache Wicket
-   Copyright 2007 The Apache Software Foundation
-
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
-
----------------------------------------------------------------------------
-src/./wicket-datetime
----------------------------------------------------------------------------
-   Apache Wicket Date Time
-   Copyright 2007 The Apache Software Foundation
-
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
-   
-   Contains code of the Yahoo User Interface library (version: 0.12.2),
-   released under the BSD License:
-   http://developer.yahoo.net/yui/license.txt
-   Copyright (c) 2006, Yahoo!
-
-   This product includes software developed by
-   Joda.org (http://www.joda.org/).
-   
----------------------------------------------------------------------------
 src/./wicket-examples
 ---------------------------------------------------------------------------
    Apache Wicket Examples
@@ -132,6 +106,32 @@
    (c) 2001-2005
 
 ---------------------------------------------------------------------------
+src/./wicket-ioc
+---------------------------------------------------------------------------
+   Apache Wicket
+   Copyright 2007 The Apache Software Foundation
+
+   This product includes software developed at
+   The Apache Software Foundation (http://www.apache.org/).
+
+---------------------------------------------------------------------------
+src/./wicket-datetime
+---------------------------------------------------------------------------
+   Apache Wicket Date Time
+   Copyright 2007 The Apache Software Foundation
+
+   This product includes software developed at
+   The Apache Software Foundation (http://www.apache.org/).
+   
+   Contains code of the Yahoo User Interface library (version: 0.12.2),
+   released under the BSD License:
+   http://developer.yahoo.net/yui/license.txt
+   Copyright (c) 2006, Yahoo!
+
+   This product includes software developed by
+   Joda.org (http://www.joda.org/).
+   
+---------------------------------------------------------------------------
 src/./wicket-objectssizeof-agent
 ---------------------------------------------------------------------------
    Apache Wicket
@@ -205,12 +205,3 @@
           'neal'"
    [1]: http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/
 
----------------------------------------------------------------------------
-src/./wicket-auth-roles
----------------------------------------------------------------------------
-   Apache Wicket Auth Roles
-   Copyright 2007 The Apache Software Foundation
-
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
-
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index ecd0ca2..d623812 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.19</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 6ce2f95..ec461ba 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.4-SNAPSHOT</wicket.version>
+		<wicket.version>1.4.19</wicket.version>
 		<jetty.version>6.1.25</jetty.version>
 		<slf4j.version>1.5.8</slf4j.version>
 		<log4j.version>1.2.14</log4j.version>
diff --git a/pom.xml b/pom.xml
index 69fc06d..9155cbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>1.4-SNAPSHOT</version>
+	<version>1.4.19</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
@@ -273,9 +273,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/1.4.19</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/1.4.19</developerConnection>
+		<url>http://svn.apache.org/viewvc/wicket/releases/1.4.19</url>
 	</scm>
 	<mailingLists>
 		<mailingList>
diff --git a/testing/wicket-threadtest/pom.xml b/testing/wicket-threadtest/pom.xml
index 7ef361e..5611981 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.19</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index 212ba9d..1d54c47 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.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index f20d2c6..346ccc7 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.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index 67131aa..5ae98fd 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.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index d6a95ce..ca71675 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.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index f396479..371192c 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.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index c4ca8d7..6c217e3 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.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 078752a..90aa6a7 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.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index 5166fd0..2b7c8f6 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.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml
index 8712b60..affab8c 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.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index 10d65ad..5f8c84b 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.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index 6a1e429..f9178a6 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.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/wicket/pom.xml b/wicket/pom.xml
index 5ef39c5..337af9a 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.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>