Author: frankbille
Date: Wed Jan 30 12:59:59 2008
New Revision: 616901
URL: http://svn.apache.org/viewvc?rev=616901&view=rev
Log:
Releasing Apache Wicket 1.3.1
Added:
wicket/releases/wicket-1.3.1/CHANGELOG-1.3
wicket/releases/wicket-1.3.1/migrate-13.html
- copied unchanged from r616892, wicket/trunk/migrate-13.html
Modified:
wicket/releases/wicket-1.3.1/NOTICE
wicket/releases/wicket-1.3.1/README
wicket/releases/wicket-1.3.1/archetypes/quickstart/pom.xml
wicket/releases/wicket-1.3.1/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.4/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.4/wicket-datetime/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.4/wicket-extensions/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.4/wicket-ioc/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.4/wicket-quickstart/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.4/wicket-spring/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.4/wicket-velocity/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.4/wicket/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.5/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.5/wicket-auth-roles/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.5/wicket-examples/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.5/wicket-guice/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.5/wicket-jmx/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.5/wicket-objectssizeof-agent/pom.xml
wicket/releases/wicket-1.3.1/jdk-1.5/wicket-spring-annot/pom.xml
wicket/releases/wicket-1.3.1/pom.xml
wicket/releases/wicket-1.3.1/testing/wicket-threadtest/pom.xml
wicket/releases/wicket-1.3.1/wicket-assembly-all.xml
Added: wicket/releases/wicket-1.3.1/CHANGELOG-1.3
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/CHANGELOG-1.3?rev=616901&view=auto
==============================================================================
--- wicket/releases/wicket-1.3.1/CHANGELOG-1.3 (added)
+++ wicket/releases/wicket-1.3.1/CHANGELOG-1.3 Wed Jan 30 12:59:59 2008
@@ -0,0 +1,40 @@
+This file contains the changes done to the 1.3.x releases sinse 1.3-final.
+
+Release Notes - Wicket - Version 1.3.1
+
+
+** Bug
+ * [WICKET-812] - Submit button, multipart content and UploadProgressBar
+ * [WICKET-989] - DatePicker: NaN if numerical input cannot be parsed
+ * [WICKET-1184] - PageSavingThread keeps running after undeploy
+ * [WICKET-1194] - UploadProgressBar incompatible with submit buttons
onSubmit method (in FireFox at least)
+ * [WICKET-1243] - the DatePicker show the same week title in china.
+ * [WICKET-1249] - modal.js conflicts with mootools and possibly other
javascript frameworks. + patch fix
+ * [WICKET-1254] - Binding to a BigDecimal don't honor browser locale
+ * [WICKET-1257] - iframe get request done 2x after ajax change in IE
+ * [WICKET-1258] - AjaxFormChoiceComponentUpdatingBehavior assumes
Radio/Choice items are a direct child of the group in the client-side DOM
+ * [WICKET-1260] - CheckBox.setRequired() is not picked up in 1.3-final
+ * [WICKET-1262] - Page#readResolve is not called
+ * [WICKET-1263] - Using nested wicket:enclosure throws exception
+ * [WICKET-1264] - assertComponentOnAjaxResponse does not work with
WicketTester.clickLink
+ * [WICKET-1270] - NPE in ListMultipleChoice.updateModel()
+ * [WICKET-1271] - Script in RenderHead method of
AjaxFormChoiceComponentUpdatingBehavior needs fixing
+ * [WICKET-1274] - Only properties from first panel-implementation loaded
when using different implementations of an abstract panel on the same page
+ * [WICKET-1275] - FLAG_HAS_BEEN_RENDERED is set when rendering invisible
components
+ * [WICKET-1277] - When no component is focused on AjaxRequestTarget,
wicket tries to focus element with id 'null'
+ * [WICKET-1282] - AjaxFormSubmitBehavior doesn't work well with nested
forms
+ * [WICKET-1290] - PrependingStringBuffer.equals(Object obj) is not
reflexive
+ * [WICKET-1304] - Form processing workflow is broken for
FormComponentPanels
+
+** Improvement
+ * [WICKET-1020] - expose configuration of CompoundValidator,
NumberValidator
+ * [WICKET-1193] - i18n: Translation of resource files in Korean
+ * [WICKET-1252] - Default start week day based on locale
+ * [WICKET-1272] - Better clustering support for DiskPageStore
+ * [WICKET-1283] - Allow to query component markup id without creating one
+ * [WICKET-1284] - Report last focused element id on ajax request
+ * [WICKET-1293] - Improve SelectOptions: allow customization of created
SelectOption objects
+ * [WICKET-1299] - HybridUrlCodingStrategy should throw a
PageExpiredException if a RequestListenerInterface is targeted on a
non-existent page-id/version
+ * [WICKET-1309] - Properties files translation (_es)
+ * [WICKET-1313] - Created Norwegian translation of Application.properties
+
Modified: wicket/releases/wicket-1.3.1/NOTICE
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/NOTICE?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/NOTICE (original)
+++ wicket/releases/wicket-1.3.1/NOTICE Wed Jan 30 12:59:59 2008
@@ -1,5 +1,5 @@
Apache Wicket
-Copyright 2006 The Apache Software Foundation
+Copyright 2007 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
@@ -12,6 +12,23 @@
AUTOMATICALLY INCLUDE THE NOTICE IN THIS FILE.
---------------------------------------------------------------------------
+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
---------------------------------------------------------------------------
Apache Wicket
@@ -76,35 +93,23 @@
[1]:
http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/
---------------------------------------------------------------------------
-src/jdk-1.4/wicket-datetime
+src/jdk-1.4/wicket-quickstart/NOTICE
---------------------------------------------------------------------------
- Apache Wicket Date Time
+ Apache Wicket
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
+src/jdk-1.4/wicket-spring
---------------------------------------------------------------------------
- Apache Wicket Extensions
+ Apache Wicket
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/jdk-1.4/wicket-ioc
---------------------------------------------------------------------------
@@ -115,22 +120,17 @@
The Apache Software Foundation (http://www.apache.org/).
---------------------------------------------------------------------------
-src/jdk-1.4/wicket-quickstart/NOTICE
+src/jdk-1.4/wicket-extensions
---------------------------------------------------------------------------
- Apache Wicket
+ Apache Wicket Extensions
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
----------------------------------------------------------------------------
- Apache Wicket
- 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/jdk-1.5/wicket-auth-roles
@@ -196,7 +196,7 @@
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
+src/jdk-1.5/wicket-objectssizeof-agent
---------------------------------------------------------------------------
Apache Wicket
Copyright 2007 The Apache Software Foundation
@@ -204,8 +204,9 @@
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
+
---------------------------------------------------------------------------
-src/jdk-1.5/wicket-objectssizeof-agent
+src/jdk-1.5/wicket-spring-annot
---------------------------------------------------------------------------
Apache Wicket
Copyright 2007 The Apache Software Foundation
@@ -213,9 +214,8 @@
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
-
---------------------------------------------------------------------------
-src/jdk-1.5/wicket-spring-annot
+src/jdk-1.5/wicket-jmx
---------------------------------------------------------------------------
Apache Wicket
Copyright 2007 The Apache Software Foundation
Modified: wicket/releases/wicket-1.3.1/README
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/README?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/README (original)
+++ wicket/releases/wicket-1.3.1/README Wed Jan 30 12:59:59 2008
@@ -197,7 +197,11 @@
Migrating from 1.2
------------------
-There is a migration guide available on our Wiki:
+We have included a migration guide in the distribution called:
+
+ migrate-13.html
+
+This file is a copy of the migration guide from available on our Wiki:
http://cwiki.apache.org/WICKET/migrate-13.html
@@ -207,7 +211,7 @@
- Read the online documentation available on our website
(http://wicket.apache.org)
- - Read the migration guide (http://cwiki.apache.org/WICKET/migrate-13.html)
+ - Read the migration guide (migrate-13.html)
- Read the mailing archives available on Nabble, GMane and Apache
Modified: wicket/releases/wicket-1.3.1/archetypes/quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/archetypes/quickstart/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/archetypes/quickstart/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/archetypes/quickstart/pom.xml Wed Jan 30
12:59:59 2008
@@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
wicket/releases/wicket-1.3.1/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
---
wicket/releases/wicket-1.3.1/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
(original)
+++
wicket/releases/wicket-1.3.1/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Wed Jan 30 12:59:59 2008
@@ -124,7 +124,7 @@
</build>
<properties>
- <wicket.version>1.3.0-SNAPSHOT</wicket.version>
+ <wicket.version>1.3.1</wicket.version>
<jetty.version>6.1.4</jetty.version>
</properties>
Modified: wicket/releases/wicket-1.3.1/jdk-1.4/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.4/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.4/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.4/pom.xml Wed Jan 30 12:59:59 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/jdk-1.4/wicket-datetime/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.4/wicket-datetime/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.4/wicket-datetime/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.4/wicket-datetime/pom.xml Wed Jan 30
12:59:59 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/jdk-1.4/wicket-extensions/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.4/wicket-extensions/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.4/wicket-extensions/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.4/wicket-extensions/pom.xml Wed Jan 30
12:59:59 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/jdk-1.4/wicket-ioc/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.4/wicket-ioc/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.4/wicket-ioc/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.4/wicket-ioc/pom.xml Wed Jan 30 12:59:59
2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/jdk-1.4/wicket-quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.4/wicket-quickstart/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.4/wicket-quickstart/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.4/wicket-quickstart/pom.xml Wed Jan 30
12:59:59 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/jdk-1.4/wicket-spring/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.4/wicket-spring/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.4/wicket-spring/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.4/wicket-spring/pom.xml Wed Jan 30
12:59:59 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/jdk-1.4/wicket-velocity/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.4/wicket-velocity/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.4/wicket-velocity/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.4/wicket-velocity/pom.xml Wed Jan 30
12:59:59 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/jdk-1.4/wicket/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.4/wicket/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.4/wicket/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.4/wicket/pom.xml Wed Jan 30 12:59:59 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/jdk-1.5/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.5/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.5/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.5/pom.xml Wed Jan 30 12:59:59 2008
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
</parent>
<name>Wicket JDK 1.5 modules</name>
<description>Wicket is a Java-based open source component web
application framework.</description>
Modified: wicket/releases/wicket-1.3.1/jdk-1.5/wicket-auth-roles/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.5/wicket-auth-roles/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.5/wicket-auth-roles/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.5/wicket-auth-roles/pom.xml Wed Jan 30
12:59:59 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/jdk-1.5/wicket-examples/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.5/wicket-examples/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.5/wicket-examples/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.5/wicket-examples/pom.xml Wed Jan 30
12:59:59 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/jdk-1.5/wicket-guice/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.5/wicket-guice/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.5/wicket-guice/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.5/wicket-guice/pom.xml Wed Jan 30
12:59:59 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/jdk-1.5/wicket-jmx/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.5/wicket-jmx/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.5/wicket-jmx/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.5/wicket-jmx/pom.xml Wed Jan 30 12:59:59
2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified:
wicket/releases/wicket-1.3.1/jdk-1.5/wicket-objectssizeof-agent/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.5/wicket-objectssizeof-agent/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.5/wicket-objectssizeof-agent/pom.xml
(original)
+++ wicket/releases/wicket-1.3.1/jdk-1.5/wicket-objectssizeof-agent/pom.xml Wed
Jan 30 12:59:59 2008
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/jdk-1.5/wicket-spring-annot/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/jdk-1.5/wicket-spring-annot/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/jdk-1.5/wicket-spring-annot/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/jdk-1.5/wicket-spring-annot/pom.xml Wed Jan 30
12:59:59 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/pom.xml Wed Jan 30 12:59:59 2008
@@ -23,7 +23,7 @@
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<packaging>pom</packaging>
<name>Wicket Parent</name>
Modified: wicket/releases/wicket-1.3.1/testing/wicket-threadtest/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/testing/wicket-threadtest/pom.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/testing/wicket-threadtest/pom.xml (original)
+++ wicket/releases/wicket-1.3.1/testing/wicket-threadtest/pom.xml Wed Jan 30
12:59:59 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: wicket/releases/wicket-1.3.1/wicket-assembly-all.xml
URL:
http://svn.apache.org/viewvc/wicket/releases/wicket-1.3.1/wicket-assembly-all.xml?rev=616901&r1=616900&r2=616901&view=diff
==============================================================================
--- wicket/releases/wicket-1.3.1/wicket-assembly-all.xml (original)
+++ wicket/releases/wicket-1.3.1/wicket-assembly-all.xml Wed Jan 30 12:59:59
2008
@@ -101,6 +101,8 @@
<include>LICENSE</include>
<include>NOTICE</include>
<include>README</include>
+ <include>migrate-13.html</include>
+ <include>CHANGELOG-1.3</include>
<include>DISCLAIMER</include>
<include>licenses/**</include>
</includes>