You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/06/25 23:30:00 UTC

svn commit: r550615 - in /incubator/wicket/releases/wicket-1.3.0-beta2: ./ jdk-1.4/ jdk-1.4/wicket-datetime/ jdk-1.4/wicket-extensions/ jdk-1.4/wicket-ioc/ jdk-1.4/wicket-quickstart/ jdk-1.4/wicket-spring/ jdk-1.4/wicket-velocity/ jdk-1.4/wicket/ jdk-1...

Author: dashorst
Date: Mon Jun 25 14:29:59 2007
New Revision: 550615

URL: http://svn.apache.org/viewvc?view=rev&rev=550615
Log:
First steps to release, added RELEASENOTES, fixed pom versions

Added:
    incubator/wicket/releases/wicket-1.3.0-beta2/RELEASENOTES
Modified:
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-datetime/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-extensions/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-ioc/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-quickstart/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-spring/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-velocity/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-auth-roles/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-examples/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-guice/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-jmx/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-objectssizeof-agent/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-spring-annot/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/pom.xml
    incubator/wicket/releases/wicket-1.3.0-beta2/testing/wicket-threadtest/pom.xml

Added: incubator/wicket/releases/wicket-1.3.0-beta2/RELEASENOTES
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/RELEASENOTES?view=auto&rev=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/RELEASENOTES (added)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/RELEASENOTES Mon Jun 25 14:29:59 2007
@@ -0,0 +1,113 @@
+
+Release Notes - Wicket - Version 1.3.0-beta2
+
+
+** Bug
+    * [WICKET-4] - Page.onBeginRequest() [and consequently .onAttach()] not called when form on page is submitted.
+    * [WICKET-40] - Parameters of nice URL's pages with 'sensitive' characters
+    * [WICKET-65] - Handle String array in PageParameters
+    * [WICKET-139] - DefaultTreeState allowSelectMultiple == false not evaluated when selecting node already selected
+    * [WICKET-175] - Page.onDetach is called by each ComponentResourceRequestTarget
+    * [WICKET-254] - Allow to set field values before submitting a form with Ajax in WicketTester
+    * [WICKET-293] - PackageRequestTargetUrlCodingStrategy should interrupts the cycle and sends a 404 when a page/class cannot be found.
+    * [WICKET-319] - No java source code in examples
+    * [WICKET-323] - AjaxEditableLabel on setModel does not update the labels model only the editors
+    * [WICKET-341] - [Patch] AjaxServerAndClientTimeFilter either throws an exception or displays a wrong text
+    * [WICKET-370] - wicket.jmx.Application.getHomePageClass() returns Application's class name
+    * [WICKET-373] - Some components miss localization (NavigatorLabel, Palette)
+    * [WICKET-377] - Editing an AjaxEditableLabel, going to a new page, clicking the back button and editing the label again makes the page expire.
+    * [WICKET-405] - StatelessForm and setRedirect(true) in the onSubmit method
+    * [WICKET-409] - Page constructed twice when a BookmarkableLink has PopupSettings
+    * [WICKET-444] - src attribute path not processed by wicket for INPUT type=image and any IMG with wicket:message in it
+    * [WICKET-455] - mvn jetty:run; maven-jetty-plugin not configured
+    * [WICKET-464] - Add global override to disable gzip compression (SAP double-compresses).
+    * [WICKET-478] - WicketTester.clickLink() does not recognize SubmitLink.
+    * [WICKET-501] - JavaScript comment stripping doesn't handle regexps
+    * [WICKET-504] - Allow to use <button> in AjaxSubmitLink
+    * [WICKET-513] - Example "pub" doesn't work any more. The images are no longer localized
+    * [WICKET-514] - authorization and authentication examples throw exceptions
+    * [WICKET-526] - URL mounting doesn't work well together with stateless pages
+    * [WICKET-557] - RedirectPage inside ListView causes page expiration issues
+    * [WICKET-558] - New attach->beforeRender refactor breaks ajax updating of list views
+    * [WICKET-565] - parent poms missing in 1.3.0-beta1
+    * [WICKET-566] - <scope>tests</scope> should be <scope>test</scope>
+    * [WICKET-567] - relative paths generated incorrectly for HeaderContributor for mounted page
+    * [WICKET-568] - Form url handled wrong when using QueryStringUrlCodingStrategy
+    * [WICKET-576] - PopupSettings with no window name set generates invalid xhtml on Link
+    * [WICKET-578] - AbstractTextComponent is using onAttach when it should be onBeforeRender
+    * [WICKET-583] - Header Contribution in ModalWindow doesn't work properly
+    * [WICKET-586] - Quickstart web.xml
+    * [WICKET-589] - problem with Ajax and rendering
+    * [WICKET-590] - RelativePathPrefixHandler and WicketMessageTagHandler conflict
+    * [WICKET-591] - SignInPanel is not returning raw input
+    * [WICKET-593] - equals() in ResourceStreamRequestTarget compares the wrong filename
+    * [WICKET-595] - TimeOfDay.next(Calendar) can return time on same day rather than next day
+    * [WICKET-600] - getClientInfo throws ClassCastException when Javascript is Disabled 
+    * [WICKET-603] - Injecting a reference to a bean which is of a final class fails
+    * [WICKET-606] - AbstractTextComponent#setConvertEmptyInputStringToNull(true) does not work with IObjectClassAwareModels (affects TextField, etc.)
+    * [WICKET-610] - header contributions fail on <error-pages>
+    * [WICKET-612] - HeaderContributor forces relative URL
+    * [WICKET-613] - Prototype scoped Spring beans
+    * [WICKET-615] - BookmarkablePageRequestTarget respond method
+    * [WICKET-621] - detach() is not called when nested object is IDetachable but not IModel in CompoundPropertyModel
+    * [WICKET-624] - AbstractSingleChoice: components can't have specific null or nullValid messages
+    * [WICKET-628] - WicketFilter tries to call setClassLoader() even if it's not changing the default - doesn't work on strict SecurityManagers.
+    * [WICKET-629] - NPE when using DatePicker with DateTextField
+    * [WICKET-644] - SpringWebApplicationFactory references wrong package in javadoc.
+    * [WICKET-659] - Null form fields are converted to empty strings
+    * [WICKET-667] - [PATCH] remove XX in firefox and palette 
+    * [WICKET-673] - synchronize AbstractBehavior#isEnabled(Component component) with Component#isEnabled
+    * [WICKET-684] - JavaScript complains if an AjaxButton has the name "submit"
+    * [WICKET-687] - DatePicker refers to gif files on Yahoo
+    * [WICKET-688] - DatePicker doesn't work with TextField
+
+** Improvement
+    * [WICKET-6] - Configuration of app mode isn't customisable
+    * [WICKET-49] - Upgrade all war-type projects (examples, quickstart) to use jetty 6 and jetty-maven-plugin
+    * [WICKET-301] - Translation for Czech language
+    * [WICKET-344] - clock component doesn't display seconds in some Locales
+    * [WICKET-348] - Propose removing 'final' modifier to AbstractSingleSelectChoice.convertValue()
+    * [WICKET-362] - Add ability to manage disabled items from subclasses of AbstractChoice
+    * [WICKET-388] - Change log statement in Objects#setObjectStreamFactory()
+    * [WICKET-394] - [Patch] do not serialize choices and select in palette. 
+    * [WICKET-416] - Handle / servlet mapping or fail consistenly
+    * [WICKET-481] - Take into account the button and input tags in AbstractLink#disableLink()
+    * [WICKET-531] - FormComponentLabel and Radio
+    * [WICKET-549] - HeaderContributions are missing if <html> is a Component.
+    * [WICKET-556] - Prevent setTimeout for AjaxSelfUpdatingTimerBehavior from firing after its contributing component has been replaced
+    * [WICKET-561] - TextField should determine the object type from the model if the model supports it
+    * [WICKET-577] - Improve TabbedPanel component - add ability to change tab-row container
+    * [WICKET-582] - Enhancement of exception message in WebExternalResourceStream
+    * [WICKET-587] - Entity references in DTD are missing the path to w3.com
+    * [WICKET-614] - Markup ids from markup should be honored for CSS reasons, even with outputMarkupId == true
+    * [WICKET-616] - Provide default CSS for UploadProgressBar
+    * [WICKET-619] - Models that can should be able to provide information about field/getter/setter  
+    * [WICKET-633] - Tree components cleanup
+    * [WICKET-636] - Get the ability to add some properties to the html "<option>" tag for the palette component
+    * [WICKET-637] - wicket-examples grey-on-white colour scheme is very hard to read
+    * [WICKET-638] - wicket-examples source code view is not resizable
+    * [WICKET-664] - Allow users to hook into onbeforeunload event so they can tell when a page is closed in the browser
+    * [WICKET-671] - InlineFrame page constructor doesn't behave as expected
+    * [WICKET-672] - DateTextField is too session-heavy
+    * [WICKET-674] - when setting stripJavascriptCommentsAndWhitespace is true, also strip comments and whitespace of PackagedTextTemplates
+    * [WICKET-689] - Please make it easier to use a custom RequestCycle
+    * [WICKET-692] - upgrade YUI dependencies to version 2.2.2 for wicket-datetime
+
+** New Feature
+    * [WICKET-580] - add EmptyPanel class
+    * [WICKET-608] - Add possibility to output markup class as html comment
+    * [WICKET-630] - It should be possible to specify different CSS class names for certain columns in DataTable
+
+
+
+** Task
+    * [WICKET-264] - stockquote app
+    * [WICKET-508] - Move TextTemplate to core
+    * [WICKET-562] - include SLF4J jar in the Wicket 1.3 zip distribution
+
+
+
+** Wish
+    * [WICKET-383] - Wicket-Examples war file needs slf4j
+
+

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-datetime/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-datetime/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-datetime/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-datetime/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-extensions/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-extensions/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-extensions/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-extensions/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-ioc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-ioc/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-ioc/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-ioc/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-quickstart/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-quickstart/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-quickstart/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-quickstart/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-spring/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-spring/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-spring/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-velocity/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-velocity/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-velocity/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket-velocity/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.4/wicket/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk14</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/pom.xml Mon Jun 25 14:29:59 2007
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 	</parent>
 	<name>Wicket JDK 1.5 modules</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-auth-roles/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-auth-roles/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-auth-roles/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-auth-roles/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-examples/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-examples/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-examples/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-guice/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-guice/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-guice/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-guice/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-jmx/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-jmx/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-jmx/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-jmx/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-objectssizeof-agent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-objectssizeof-agent/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-objectssizeof-agent/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-objectssizeof-agent/pom.xml Mon Jun 25 14:29:59 2007
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-spring-annot/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-spring-annot/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-spring-annot/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/jdk-1.5/wicket-spring-annot/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/pom.xml Mon Jun 25 14:29:59 2007
@@ -23,7 +23,7 @@
 
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>1.3.0-SNAPSHOT</version>
+	<version>1.3.0-beta2</version>
 	<packaging>pom</packaging>
 
 	<name>Wicket Parent</name>

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/testing/wicket-threadtest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/testing/wicket-threadtest/pom.xml?view=diff&rev=550615&r1=550614&r2=550615
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/testing/wicket-threadtest/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/testing/wicket-threadtest/pom.xml Mon Jun 25 14:29:59 2007
@@ -41,7 +41,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-jdk15</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0-beta2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>