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/07/23 19:08:05 UTC

svn commit: r797149 - in /wicket/sandbox/ivaynberg/1.3.7: ./ archetypes/quickstart/ archetypes/quickstart/src/main/resources/archetype-resources/ jdk-1.4/ jdk-1.4/wicket-datetime/ jdk-1.4/wicket-extensions/ jdk-1.4/wicket-ioc/ jdk-1.4/wicket-quickstart...

Author: ivaynberg
Date: Thu Jul 23 17:08:04 2009
New Revision: 797149

URL: http://svn.apache.org/viewvc?rev=797149&view=rev
Log:
rebuilding 1.3.7

Modified:
    wicket/sandbox/ivaynberg/1.3.7/CHANGELOG-1.3
    wicket/sandbox/ivaynberg/1.3.7/NOTICE
    wicket/sandbox/ivaynberg/1.3.7/archetypes/quickstart/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-datetime/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-extensions/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-ioc/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-quickstart/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-spring/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-velocity/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-auth-roles/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-examples/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-guice/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-jmx/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-objectssizeof-agent/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-spring-annot/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/pom.xml
    wicket/sandbox/ivaynberg/1.3.7/testing/wicket-threadtest/pom.xml

Modified: wicket/sandbox/ivaynberg/1.3.7/CHANGELOG-1.3
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/CHANGELOG-1.3?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/CHANGELOG-1.3 (original)
+++ wicket/sandbox/ivaynberg/1.3.7/CHANGELOG-1.3 Thu Jul 23 17:08:04 2009
@@ -1,5 +1,98 @@
 This file contains the changes done to the 1.3.x releases since 1.3-final.
 
+Release Notes - Wicket - Version 1.3.7
+
+** Bug
+    * [WICKET-1912] - StatelessForm problems with query string
+    * [WICKET-1922] - AbstractTree - setting root to null causes NullPointerException
+    * [WICKET-1960] - AutoCompleteTextField - gives a type mismatch error on IE - version wicket-1.4-rc1
+    * [WICKET-1992] - SharedResourceRequestTarget allows access to almost arbitrary files under WEB-INF.
+    * [WICKET-2215] - WebClientInfo does not set browerMajorVersion for IE8
+    * [WICKET-2252] - Autocomplete text fields don't call existing JavaScript event handlers properly
+    * [WICKET-2268] - NullPointerException NPE in DiskPageStore after Session Timeout
+    * [WICKET-2289] - AutoCompleteBehavior: Selected input not modiefied when selected with keyboard
+    * [WICKET-2308] - Append lastmodified to Resources shouldnt append when the resource is a directory (ends with /)
+    * [WICKET-2313] - BaseWicketTester doesn't invoke Application.newAjaxRequestTarget for ajax request target
+    * [WICKET-2337] - IndexOutOfBoundsException when PropertyResolver is using an invalid list index
+    * [WICKET-2354] - PropertyModel does not support index only property ("[0]")
+    * [WICKET-2371] - jre 1.5 method used in wicket-extensions
+    * [WICKET-2384] - OutOfMemoryError occur for memory leak on FeedbackPanel & FeedbackMessages
+    * [WICKET-2385] - BigDecimalConverter uses jdk5
+
+** Improvement
+    * [WICKET-2168] - TableTree.html is not XHTML valid
+    * [WICKET-2315] - Backport PageReference from trunk
+
+
+Release Notes - Wicket - Version 1.3.6
+
+** Bug
+    * [WICKET-693] - What to do with the wicket dtd?
+    * [WICKET-1403] - Reinjection fails after Server restart
+    * [WICKET-1483] - Unusual ClassCastException (SimpleAttributeModifier to IBehaviorListener) processing onError.
+    * [WICKET-1504] - AutoCompleteTextField - javascript error "type mismatch" in line 227 in IE
+    * [WICKET-1567] - AutoLinkResolver does not work with <a href="#internal">Internal link</a>
+    * [WICKET-1605] - onclick is null or not an object in IE6, IE7; Form.appendDefaultButtonField
+    * [WICKET-1619] - PagingNavigator.setEnabled(false) doesn't work 
+    * [WICKET-1623] - LinkTree with IndicatingAjaxLink leaks <script> tags
+    * [WICKET-1689] - style resources not looked up correctly in markup inheritance
+    * [WICKET-1781] - ParentResourceEscapePathTest fails on OS X using cmd line maven
+    * [WICKET-1855] - Using an AjaxSubmitLink outside of a Form does not set the form property
+    * [WICKET-1868] - i18n package resource resolving depends too much on available locale
+    * [WICKET-1871] - org.apache.wicket.util.string.Strings#stripJSessionId StringIndexOutOfBoundsException
+    * [WICKET-1886] - WicketTester Cookie handling
+    * [WICKET-1890] - Palette.onBeforeRender() throws IllegalArgumentException in cases when Palette is invisible.
+    * [WICKET-1901] - Spelling error in fonts list in CaptchaImageResource
+    * [WICKET-1903] - RadioChoice disable certain choice bug
+    * [WICKET-1904] - CheckBox incorrectly converts its model value when a custom Boolean converter is installed - again
+    * [WICKET-1906] - AutocompleteTextField throws javascript error Object Required
+    * [WICKET-1909] - Wrong translation for StringValidator.range in Application_pl.properties 
+    * [WICKET-1914] - Form.appendDefaultButtonField produces invalid JavaScript if Ajax is disabled
+    * [WICKET-1915] - wicket:message sometimes broken
+    * [WICKET-1930] - FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters
+    * [WICKET-1943] - Wicket is changing the HTML within an input tag, autocomplete attribute from off to false
+    * [WICKET-1955] - Error about misplaced <wicket:head> very uninformative and incorrect
+    * [WICKET-1959] - PropertyResolver causes memory leaks with proxies
+    * [WICKET-1970] - package goal does not work , com.thoughtworks.xstream.converters.enums.EnumMapConverter issue
+    * [WICKET-1998] - setResponsePage redirects to wrong url
+    * [WICKET-2006] - The page set by setReponsePage does not process its own response.
+    * [WICKET-2037] - Should adding AJAX behaviour to a page make it stateful? 
+    * [WICKET-2038] - Missing redirects in AjaxPagingNavigationLink and AjaxPagingNavigationIncrementLink
+    * [WICKET-2048] - HtmlProblemFinder documentation bug
+    * [WICKET-2077] - SerializationChecker issue
+    * [WICKET-2079] - Component Use Check always fails for visible components inside an invisible border body
+    * [WICKET-2087] - typo in SpringBeanLocator.java
+    * [WICKET-2091] - Error feedback is hidden by lower level messages
+    * [WICKET-2095] - error in modal.js wrong use of typeof
+    * [WICKET-2096] - MultiFileUploadField.js can't find file input when serving pages as XHTML
+    * [WICKET-2100] - DynamicImageResouce blocks loading of AjaxLazyLoadPanel
+    * [WICKET-2109] - IResourceStream.close is not called by ResourceStreamRequestTarget
+    * [WICKET-2130] - Pages stored in Session.touchedPages aren't detached when part of ModalWindow
+    * [WICKET-2140] - FormComponentPanel should not add a name attribute
+    * [WICKET-2142] - Getting live sessions from RequestLogger results in NPE
+    * [WICKET-2151] - WicketSessionFilter doesn't takes into account WebApplication#getSessionAttributePrefix(WebRequest)
+    * [WICKET-2156] - StringResourceModel's Localizer cannot be overwritten
+    * [WICKET-2191] - WebApplication is not thread-safe
+    * [WICKET-2207] - Modal Window created with a page creator don't open on IE8 and direct to an invalid adress
+    * [WICKET-2234] - typo in pom.xml
+    * [WICKET-2236] - Palette problem in IE7 Problem
+    * [WICKET-2243] - WicketSessionFilter assumes that the WicketFilter has already been inited
+    * [WICKET-2253] - JavaScript null reference in IE7 for autocomplete text fields added by AJAX
+
+** Improvement
+    * [WICKET-1895] - AjaxButton should have a constructor to set the label
+    * [WICKET-1921] - Add an extension of AutoCompleteTextField which includes default css
+    * [WICKET-1965] - Remove final from MarkupCache#clear()
+    * [WICKET-1984] - MarkupContainer's add(final Component child) does not initially check for a child null reference 
+    * [WICKET-1986] - MarkupContainer's addOrReplace(final Component child) does not initially check for a child null reference
+    * [WICKET-2072] - Allow for maps in the widgetProperties
+    * [WICKET-2090] - Need reliable hook for storing/restoring data to/from page metadata that is tes compatbile
+    * [WICKET-2160] - application_nl.properties is outdated
+
+** New Feature
+    * [WICKET-1900] - Implement isEscapeLabalMarkup for RadioChoice
+
+
 Release Notes - Wicket - Version 1.3.5
 
 ** Sub-task

Modified: wicket/sandbox/ivaynberg/1.3.7/NOTICE
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/NOTICE?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/NOTICE (original)
+++ wicket/sandbox/ivaynberg/1.3.7/NOTICE Thu Jul 23 17:08:04 2009
@@ -12,6 +12,50 @@
     AUTOMATICALLY INCLUDE THE NOTICE IN THIS FILE.
 
 ---------------------------------------------------------------------------
+src/jdk-1.4/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/jdk-1.4/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/jdk-1.4/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/jdk-1.4/wicket-spring
+---------------------------------------------------------------------------
+   Apache Wicket
+   Copyright 2007 The Apache Software Foundation
+
+   This product includes software developed at
+   The Apache Software Foundation (http://www.apache.org/).
+
+---------------------------------------------------------------------------
 src/jdk-1.4/wicket
 ---------------------------------------------------------------------------
    Apache Wicket
@@ -76,23 +120,6 @@
    [1]: http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/
 
 ---------------------------------------------------------------------------
-src/jdk-1.4/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/jdk-1.4/wicket-extensions
 ---------------------------------------------------------------------------
    Apache Wicket Extensions
@@ -106,7 +133,7 @@
    (c) 2001-2005
 
 ---------------------------------------------------------------------------
-src/jdk-1.4/wicket-ioc
+src/jdk-1.5/wicket-jmx
 ---------------------------------------------------------------------------
    Apache Wicket
    Copyright 2007 The Apache Software Foundation
@@ -115,16 +142,16 @@
    The Apache Software Foundation (http://www.apache.org/).
 
 ---------------------------------------------------------------------------
-src/jdk-1.4/wicket-quickstart/NOTICE
+src/jdk-1.5/wicket-auth-roles
 ---------------------------------------------------------------------------
-   Apache Wicket
+   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/jdk-1.4/wicket-spring
+src/jdk-1.5/wicket-guice
 ---------------------------------------------------------------------------
    Apache Wicket
    Copyright 2007 The Apache Software Foundation
@@ -132,10 +159,12 @@
    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/jdk-1.5/wicket-auth-roles
+src/jdk-1.5/wicket-spring-annot
 ---------------------------------------------------------------------------
-   Apache Wicket Auth Roles
+   Apache Wicket
    Copyright 2007 The Apache Software Foundation
 
    This product includes software developed at
@@ -185,26 +214,6 @@
    which is released under CDDL 1.0 license (http://www.opensource.org/licenses/cddl1.php).
 
 ---------------------------------------------------------------------------
-src/jdk-1.5/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/jdk-1.5/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/jdk-1.5/wicket-objectssizeof-agent
 ---------------------------------------------------------------------------
    Apache Wicket
@@ -214,12 +223,3 @@
    The Apache Software Foundation (http://www.apache.org/).
 
 
----------------------------------------------------------------------------
-src/jdk-1.5/wicket-spring-annot
----------------------------------------------------------------------------
-   Apache Wicket
-   Copyright 2007 The Apache Software Foundation
-
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
-

Modified: wicket/sandbox/ivaynberg/1.3.7/archetypes/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/archetypes/quickstart/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/archetypes/quickstart/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/archetypes/quickstart/pom.xml Thu Jul 23 17:08:04 2009
@@ -3,7 +3,7 @@
   <parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: wicket/sandbox/ivaynberg/1.3.7/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml Thu Jul 23 17:08:04 2009
@@ -131,7 +131,7 @@
 	</build>
 
 	<properties>
-		<wicket.version>1.3-SNAPSHOT</wicket.version>
+		<wicket.version>1.3.7</wicket.version>
 		<jetty.version>6.1.4</jetty.version>
 	</properties>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-datetime/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-datetime/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-datetime/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-datetime/pom.xml Thu Jul 23 17:08:04 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-extensions/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-extensions/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-extensions/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-extensions/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-ioc/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-ioc/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-ioc/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-ioc/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-quickstart/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-quickstart/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-quickstart/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-spring/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-spring/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-spring/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-spring/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-velocity/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-velocity/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-velocity/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket-velocity/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.4/wicket/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/pom.xml Thu Jul 23 17:08:04 2009
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 	</parent>
 	<name>Wicket JDK 1.5 modules</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-auth-roles/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-auth-roles/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-auth-roles/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-auth-roles/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-examples/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-examples/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-examples/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-examples/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-guice/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-guice/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-guice/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-guice/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-jmx/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-jmx/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-jmx/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-jmx/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-objectssizeof-agent/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-objectssizeof-agent/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-objectssizeof-agent/pom.xml Thu Jul 23 17:08:04 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-spring-annot/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-spring-annot/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-spring-annot/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/jdk-1.5/wicket-spring-annot/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.7/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>1.3-SNAPSHOT</version>
+	<version>1.3.7</version>
 	<packaging>pom</packaging>
 
 	<name>Wicket Parent</name>
@@ -279,9 +279,9 @@
 	</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.3.7</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/wicket-1.3.7</developerConnection>
+		<url>http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.7</url>
 	</scm>
 
 	<mailingLists>

Modified: wicket/sandbox/ivaynberg/1.3.7/testing/wicket-threadtest/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.7/testing/wicket-threadtest/pom.xml?rev=797149&r1=797148&r2=797149&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.7/testing/wicket-threadtest/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.7/testing/wicket-threadtest/pom.xml Thu Jul 23 17:08:04 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.7</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>