Author: ivaynberg
Date: Fri Jul 10 15:59:02 2009
New Revision: 793000

URL: http://svn.apache.org/viewvc?rev=793000&view=rev
Log:
preparing rc7

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

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/CHANGELOG-1.4
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/CHANGELOG-1.4?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/CHANGELOG-1.4 (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/CHANGELOG-1.4 Fri Jul 10 15:59:02 
2009
@@ -1,5 +1,16 @@
 This file contains all changes done on the 1.4 version.
 
+Release Notes - Wicket - Version 1.4-RC7
+
+** Bug
+    * [WICKET-2337] - IndexOutOfBoundsException when PropertyResolver is using 
an invalid list index
+    * [WICKET-2346] - Problem with displaying expired page.
+    * [WICKET-2354] - PropertyModel does not support index only property 
("[0]")
+    * [WICKET-2358] - EmailAddressValidator property has a typo in French 
version
+
+** Improvement
+    * [WICKET-2351] - Make TimeFrame, Duration, Time and related classes 
Serializable.
+    * [WICKET-2360] - Checkbox: Make setters fluid
 
 Release Notes - Wicket - Version 1.4-RC5
 

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/archetypes/quickstart/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/archetypes/quickstart/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/archetypes/quickstart/pom.xml 
(original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/archetypes/quickstart/pom.xml Fri 
Jul 10 15:59:02 2009
@@ -3,7 +3,7 @@
   <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: 
wicket/sandbox/ivaynberg/wicket-1.4-rc7/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- 
wicket/sandbox/ivaynberg/wicket-1.4-rc7/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
wicket/sandbox/ivaynberg/wicket-1.4-rc7/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
 Fri Jul 10 15:59:02 2009
@@ -127,7 +127,7 @@
                </plugins>
        </build>
        <properties>
-               <wicket.version>1.4-SNAPSHOT</wicket.version>
+               <wicket.version>1.4-rc7</wicket.version>
                <jetty.version>6.1.4</jetty.version>
        </properties>
        #end

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/pom.xml Fri Jul 10 15:59:02 2009
@@ -19,7 +19,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket-parent</artifactId>
-       <version>1.4-SNAPSHOT</version>
+       <version>1.4-rc7</version>
        <packaging>pom</packaging>
        <name>Wicket Parent</name>
        <description>Wicket is a Java-based open source component web 
application framework.</description>
@@ -219,9 +219,9 @@
                <url>http://wicketstuff.org/bamboo</url>
        </ciManagement>
        <scm>
-               
<connection>scm:svn:http://svn.apache.org/repos/asf/wicket/trunk</connection>
-               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/trunk</developerConnection>
-               <url>http://svn.apache.org/viewvc/wicket/trunk</url>
+               
<connection>scm:svn:http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4-rc7</connection>
+               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4-rc7</developerConnection>
+               
<url>http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-rc7</url>
        </scm>
        <mailingLists>
                <mailingList>

Modified: 
wicket/sandbox/ivaynberg/wicket-1.4-rc7/testing/wicket-threadtest/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/testing/wicket-threadtest/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/testing/wicket-threadtest/pom.xml 
(original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/testing/wicket-threadtest/pom.xml 
Fri Jul 10 15:59:02 2009
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-auth-roles/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-auth-roles/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-auth-roles/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-auth-roles/pom.xml Fri Jul 
10 15:59:02 2009
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-datetime/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-datetime/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-datetime/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-datetime/pom.xml Fri Jul 10 
15:59:02 2009
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-datetime</artifactId>

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-devutils/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-devutils/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-devutils/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-devutils/pom.xml Fri Jul 10 
15:59:02 2009
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-examples/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-examples/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-examples/pom.xml Fri Jul 10 
15:59:02 2009
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-examples</artifactId>

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-extensions/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-extensions/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-extensions/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-extensions/pom.xml Fri Jul 
10 15:59:02 2009
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-guice/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-guice/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-guice/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-guice/pom.xml Fri Jul 10 
15:59:02 2009
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-ioc/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-ioc/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-ioc/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-ioc/pom.xml Fri Jul 10 
15:59:02 2009
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-jmx/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-jmx/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-jmx/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-jmx/pom.xml Fri Jul 10 
15:59:02 2009
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: 
wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-objectssizeof-agent/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-objectssizeof-agent/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-objectssizeof-agent/pom.xml 
(original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-objectssizeof-agent/pom.xml 
Fri Jul 10 15:59:02 2009
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-quickstart/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-quickstart/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-quickstart/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-quickstart/pom.xml Fri Jul 
10 15:59:02 2009
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-spring/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-spring/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-spring/pom.xml Fri Jul 10 
15:59:02 2009
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-velocity/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-velocity/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-velocity/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket-velocity/pom.xml Fri Jul 10 
15:59:02 2009
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket/pom.xml?rev=793000&r1=792999&r2=793000&view=diff
==============================================================================
--- wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket/pom.xml (original)
+++ wicket/sandbox/ivaynberg/wicket-1.4-rc7/wicket/pom.xml Fri Jul 10 15:59:02 
2009
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc7</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 


Reply via email to