You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2009/09/29 18:41:54 UTC

svn commit: r820027 - in /wicket/branches/wicket-1.4.2: ./ archetypes/quickstart/ archetypes/quickstart/src/main/resources/archetype-resources/ testing/wicket-threadtest/ wicket-auth-roles/ wicket-datetime/ wicket-devutils/ wicket-examples/ wicket-exte...

Author: ivaynberg
Date: Tue Sep 29 16:41:53 2009
New Revision: 820027

URL: http://svn.apache.org/viewvc?rev=820027&view=rev
Log:
changelog and version numbers

Modified:
    wicket/branches/wicket-1.4.2/CHANGELOG-1.4
    wicket/branches/wicket-1.4.2/NOTICE
    wicket/branches/wicket-1.4.2/archetypes/quickstart/pom.xml
    wicket/branches/wicket-1.4.2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
    wicket/branches/wicket-1.4.2/pom.xml
    wicket/branches/wicket-1.4.2/testing/wicket-threadtest/pom.xml
    wicket/branches/wicket-1.4.2/wicket-auth-roles/pom.xml
    wicket/branches/wicket-1.4.2/wicket-datetime/pom.xml
    wicket/branches/wicket-1.4.2/wicket-devutils/pom.xml
    wicket/branches/wicket-1.4.2/wicket-examples/pom.xml
    wicket/branches/wicket-1.4.2/wicket-extensions/pom.xml
    wicket/branches/wicket-1.4.2/wicket-guice/pom.xml
    wicket/branches/wicket-1.4.2/wicket-ioc/pom.xml
    wicket/branches/wicket-1.4.2/wicket-jmx/pom.xml
    wicket/branches/wicket-1.4.2/wicket-objectssizeof-agent/pom.xml
    wicket/branches/wicket-1.4.2/wicket-quickstart/pom.xml
    wicket/branches/wicket-1.4.2/wicket-spring/pom.xml
    wicket/branches/wicket-1.4.2/wicket-velocity/pom.xml
    wicket/branches/wicket-1.4.2/wicket/pom.xml

Modified: wicket/branches/wicket-1.4.2/CHANGELOG-1.4
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/CHANGELOG-1.4?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/CHANGELOG-1.4 (original)
+++ wicket/branches/wicket-1.4.2/CHANGELOG-1.4 Tue Sep 29 16:41:53 2009
@@ -1,5 +1,49 @@
 This file contains all changes done on the 1.4 version.
 
+Release Notes - Wicket - Version 1.4.2
+
+** Bug
+    * [WICKET-2393] - Passwords should not be trimmed
+    * [WICKET-2430] - Malformed \uxxxx encoding in MultipleUploadField_sl.properties
+    * [WICKET-2433] - Ajax support for multipart forms broken in a nested form
+    * [WICKET-2434] - RequestCycle urlFor ignores existing parameters when appending provided params
+    * [WICKET-2436] - invalid DataTable markup breaks table layout
+    * [WICKET-2438] - AjaxEventBehavior not working on feedback message components
+    * [WICKET-2453] - Form.findForm(Component c) bug. When form is part of Border and form component like TextField is inside another Border , component cannot resolve its form.
+    * [WICKET-2456] - DateTextField cannot work with default converter (or javadoc wrong)
+    * [WICKET-2457] - Flash/ExternalInterface does not work in IE if movie is fetched via Wicket/Ajax
+    * [WICKET-2458] - JavascriptUtils.escapeQuotes() misses escaping double quotes
+    * [WICKET-2461] - AjaxPagingNavigationIncrementLink does not work without AjaxPagingNavigator component
+    * [WICKET-2463] - Ajax miltipart form submitting ignores setDefaultFormProcessing(false)
+    * [WICKET-2466] - javadoc the CryptedUrlWebRequestCodingStrategy needs to be update/corrected to reflect the usage of session-id for encryption and hence URLs which were bookmarkable before will NOT remain bookmarkable.
+    * [WICKET-2475] - NPE after application hot redeployment
+    * [WICKET-2477] - AjaxEditableChoiceLabel does not detach choices model
+    * [WICKET-2478] - TabbedPanel rendering bug
+    * [WICKET-2485] - IComponentResolvers are not supported inside wicket:enclosure
+    * [WICKET-2488] - QuickFix proposal WicketTesterHelper.assertEquals(final Collection<?> expects, final Collection<?> actuals) should compare list sizes
+
+** Improvement
+    * [WICKET-626] - profile Wicket for 1.4.0
+    * [WICKET-2435] - TabbedPanel extract factory method for tabs-container
+    * [WICKET-2439] - Improve MixedParamUrlCodingStrategy, introduce Hybrid
+    * [WICKET-2444] - Internal Spring beans should be ignored
+    * [WICKET-2445] - FormInput.java needs the validators updated.
+    * [WICKET-2449] - Fix javadoc biggest mistakes - mainly @Deprecated tags
+    * [WICKET-2451] - Add ability to load UTF-8 encoded properties not in XML format.
+    * [WICKET-2454] - IE8: be more verbose if ajax refresh fails
+    * [WICKET-2469] - Allow using a different FileItemFactory by extracting a method in MultipartServletWebRequest class
+    * [WICKET-2492] - Application_pt_BR.properties path
+
+** New Feature
+    * [WICKET-2395] - add MixedParamHybridUrlCodingStrategy
+    * [WICKET-2483] - Access to WizardModel.conditions
+
+** Wish
+    * [WICKET-2120] - widen visibiliy of GuiceProxyTargetLocator  and  findBindingAnnotation
+    * [WICKET-2462] - Would it possible add chinese resource label for WizardButton eg. CancelButton, NextButton and PreviousButton etc.
+    * [WICKET-2489] - need to know if a component has been added to the AjaxRequestTarget
+
+
 Release Notes - Wicket - Version 1.4.1
 
 

Modified: wicket/branches/wicket-1.4.2/NOTICE
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/NOTICE?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/NOTICE (original)
+++ wicket/branches/wicket-1.4.2/NOTICE Tue Sep 29 16:41:53 2009
@@ -12,6 +12,26 @@
     AUTOMATICALLY INCLUDE THE NOTICE IN THIS FILE.
 
 ---------------------------------------------------------------------------
+src/./wicket-guice
+---------------------------------------------------------------------------
+   Apache Wicket
+   Copyright 2007 The Apache Software Foundation
+
+   This product includes software developed at
+   The Apache Software Foundation (http://www.apache.org/).
+
+   This product includes Guice, developed at Google, and licensed
+   under the Apache License 2.0. (http://code.google.com/p/google-guice/).
+---------------------------------------------------------------------------
+src/./wicket-quickstart/NOTICE
+---------------------------------------------------------------------------
+   Apache Wicket
+   Copyright 2007 The Apache Software Foundation
+
+   This product includes software developed at
+   The Apache Software Foundation (http://www.apache.org/).
+
+---------------------------------------------------------------------------
 src/./wicket
 ---------------------------------------------------------------------------
    Apache Wicket
@@ -76,9 +96,9 @@
    [1]: http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/
 
 ---------------------------------------------------------------------------
-src/./wicket-auth-roles
+src/./wicket-jmx
 ---------------------------------------------------------------------------
-   Apache Wicket Auth Roles
+   Apache Wicket
    Copyright 2007 The Apache Software Foundation
 
    This product includes software developed at
@@ -102,6 +122,47 @@
    Joda.org (http://www.joda.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-objectssizeof-agent
+---------------------------------------------------------------------------
+   Apache Wicket
+   Copyright 2007 The Apache Software Foundation
+
+   This product includes software developed at
+   The Apache Software Foundation (http://www.apache.org/).
+
+
+---------------------------------------------------------------------------
+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/).
+
+---------------------------------------------------------------------------
+src/./wicket-extensions
+---------------------------------------------------------------------------
+   Apache Wicket Extensions
+   Copyright 2007 The Apache Software Foundation
+
+   This product includes software developed at
+   The Apache Software Foundation (http://www.apache.org/).
+
+   Contains software developed in Apache Turbine, released
+   under the Apache Software License, Version 2.0. 
+   (c) 2001-2005
+
+---------------------------------------------------------------------------
 src/./wicket-examples
 ---------------------------------------------------------------------------
    Apache Wicket Examples
@@ -145,67 +206,6 @@
    which is released under CDDL 1.0 license (http://www.opensource.org/licenses/cddl1.php).
 
 ---------------------------------------------------------------------------
-src/./wicket-extensions
----------------------------------------------------------------------------
-   Apache Wicket Extensions
-   Copyright 2007 The Apache Software Foundation
-
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
-
-   Contains software developed in Apache Turbine, released
-   under the Apache Software License, Version 2.0. 
-   (c) 2001-2005
-
----------------------------------------------------------------------------
-src/./wicket-guice
----------------------------------------------------------------------------
-   Apache Wicket
-   Copyright 2007 The Apache Software Foundation
-
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
-
-   This product includes Guice, developed at Google, and licensed
-   under the Apache License 2.0. (http://code.google.com/p/google-guice/).
----------------------------------------------------------------------------
-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-jmx
----------------------------------------------------------------------------
-   Apache Wicket
-   Copyright 2007 The Apache Software Foundation
-
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
-
----------------------------------------------------------------------------
-src/./wicket-objectssizeof-agent
----------------------------------------------------------------------------
-   Apache Wicket
-   Copyright 2007 The Apache Software Foundation
-
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
-
-
----------------------------------------------------------------------------
-src/./wicket-quickstart/NOTICE
----------------------------------------------------------------------------
-   Apache Wicket
-   Copyright 2007 The Apache Software Foundation
-
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
-
----------------------------------------------------------------------------
 src/./wicket-spring
 ---------------------------------------------------------------------------
    Apache Wicket

Modified: wicket/branches/wicket-1.4.2/archetypes/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/archetypes/quickstart/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/archetypes/quickstart/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/archetypes/quickstart/pom.xml Tue Sep 29 16:41:53 2009
@@ -3,7 +3,7 @@
   <parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: wicket/branches/wicket-1.4.2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml Tue Sep 29 16:41:53 2009
@@ -127,7 +127,7 @@
 		</plugins>
 	</build>
 	<properties>
-		<wicket.version>1.4-SNAPSHOT</wicket.version>
+		<wicket.version>1.4.2</wicket.version>
 		<jetty.version>6.1.4</jetty.version>
 	</properties>
 	#end

Modified: wicket/branches/wicket-1.4.2/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/pom.xml Tue Sep 29 16:41:53 2009
@@ -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.2</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.2</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.2</developerConnection>
+		<url>http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.2</url>
 	</scm>
 	<mailingLists>
 		<mailingList>

Modified: wicket/branches/wicket-1.4.2/testing/wicket-threadtest/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/testing/wicket-threadtest/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/testing/wicket-threadtest/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/testing/wicket-threadtest/pom.xml Tue Sep 29 16:41:53 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.2/wicket-auth-roles/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket-auth-roles/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket-auth-roles/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket-auth-roles/pom.xml Tue Sep 29 16:41:53 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.2/wicket-datetime/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket-datetime/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket-datetime/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket-datetime/pom.xml Tue Sep 29 16:41:53 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>

Modified: wicket/branches/wicket-1.4.2/wicket-devutils/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket-devutils/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket-devutils/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket-devutils/pom.xml Tue Sep 29 16:41:53 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.2/wicket-examples/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket-examples/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket-examples/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket-examples/pom.xml Tue Sep 29 16:41:53 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>

Modified: wicket/branches/wicket-1.4.2/wicket-extensions/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket-extensions/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket-extensions/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket-extensions/pom.xml Tue Sep 29 16:41:53 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.2/wicket-guice/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket-guice/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket-guice/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket-guice/pom.xml Tue Sep 29 16:41:53 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.2/wicket-ioc/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket-ioc/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket-ioc/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket-ioc/pom.xml Tue Sep 29 16:41:53 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.2/wicket-jmx/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket-jmx/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket-jmx/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket-jmx/pom.xml Tue Sep 29 16:41:53 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.2/wicket-objectssizeof-agent/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket-objectssizeof-agent/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket-objectssizeof-agent/pom.xml Tue Sep 29 16:41:53 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.2/wicket-quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket-quickstart/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket-quickstart/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket-quickstart/pom.xml Tue Sep 29 16:41:53 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.2/wicket-spring/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket-spring/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket-spring/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket-spring/pom.xml Tue Sep 29 16:41:53 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.2/wicket-velocity/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket-velocity/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket-velocity/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket-velocity/pom.xml Tue Sep 29 16:41:53 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.2/wicket/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.2/wicket/pom.xml?rev=820027&r1=820026&r2=820027&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.2/wicket/pom.xml (original)
+++ wicket/branches/wicket-1.4.2/wicket/pom.xml Tue Sep 29 16:41:53 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>