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/04/26 22:27:42 UTC

svn commit: r768765 - in /wicket/sandbox/ivaynberg/1.3.6: ./ 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: Sun Apr 26 20:27:41 2009
New Revision: 768765

URL: http://svn.apache.org/viewvc?rev=768765&view=rev
Log:
build artifacts

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

Modified: wicket/sandbox/ivaynberg/1.3.6/CHANGELOG-1.3
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/CHANGELOG-1.3?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/CHANGELOG-1.3 (original)
+++ wicket/sandbox/ivaynberg/1.3.6/CHANGELOG-1.3 Sun Apr 26 20:27:41 2009
@@ -1,5 +1,75 @@
 This file contains the changes done to the 1.3.x releases since 1.3-final.
 
+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-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-1864] - MockHttpServletRequest does not support absolute redirection URLs.
+    * [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-2131] - RequestCycle.urlFor does not escape & properly
+    * [WICKET-2140] - FormComponentPanel should not add a name attribute
+    * [WICKET-2142] - Getting live sessions from RequestLogger results in NPE
+    * [WICKET-2150] - Wizard executes onSubmit() of wrong nested form
+    * [WICKET-2151] - WicketSessionFilter doesn't takes into account WebApplication#getSessionAttributePrefix(WebRequest)
+    * [WICKET-2154] - ServletWebRequest#getURL does not return relative URLs
+    * [WICKET-2156] - StringResourceModel's Localizer cannot be overwritten
+    * [WICKET-2191] - WebApplication is not thread-safe
+    * [WICKET-2234] - typo in pom.xml
+    * [WICKET-2236] - Palette problem in IE7 Problem
+    * [WICKET-2243] - WicketSessionFilter assumes that the WicketFilter has already been inited
+
+** 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-2111] - Ability to generate markup ids in alternate fashion
+    * [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.6/NOTICE
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/NOTICE?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/NOTICE (original)
+++ wicket/sandbox/ivaynberg/1.3.6/NOTICE Sun Apr 26 20:27:41 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.6/archetypes/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/archetypes/quickstart/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/archetypes/quickstart/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/archetypes/quickstart/pom.xml Sun Apr 26 20:27:41 2009
@@ -3,7 +3,7 @@
   <parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: wicket/sandbox/ivaynberg/1.3.6/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml Sun Apr 26 20:27:41 2009
@@ -131,7 +131,7 @@
 	</build>
 
 	<properties>
-		<wicket.version>1.3-SNAPSHOT</wicket.version>
+		<wicket.version>1.3.6</wicket.version>
 		<jetty.version>6.1.4</jetty.version>
 	</properties>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-datetime/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-datetime/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-datetime/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-datetime/pom.xml Sun Apr 26 20:27:41 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-extensions/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-extensions/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-extensions/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-extensions/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-ioc/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-ioc/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-ioc/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-ioc/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-quickstart/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-quickstart/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-quickstart/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-spring/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-spring/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-spring/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-spring/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-velocity/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-velocity/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-velocity/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket-velocity/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.4/wicket/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/pom.xml Sun Apr 26 20:27:41 2009
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</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.6/jdk-1.5/wicket-auth-roles/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-auth-roles/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-auth-roles/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-auth-roles/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-examples/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-examples/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-examples/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-examples/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-guice/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-guice/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-guice/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-guice/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-jmx/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-jmx/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-jmx/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-jmx/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-objectssizeof-agent/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-objectssizeof-agent/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-objectssizeof-agent/pom.xml Sun Apr 26 20:27:41 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-spring-annot/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-spring-annot/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-spring-annot/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/jdk-1.5/wicket-spring-annot/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/ivaynberg/1.3.6/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>1.3-SNAPSHOT</version>
+	<version>1.3.6</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.6</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/wicket-1.3.6</developerConnection>
+		<url>http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.6</url>
 	</scm>
 
 	<mailingLists>

Modified: wicket/sandbox/ivaynberg/1.3.6/testing/wicket-threadtest/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/1.3.6/testing/wicket-threadtest/pom.xml?rev=768765&r1=768764&r2=768765&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/1.3.6/testing/wicket-threadtest/pom.xml (original)
+++ wicket/sandbox/ivaynberg/1.3.6/testing/wicket-threadtest/pom.xml Sun Apr 26 20:27:41 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3.6</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>