You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jr...@apache.org on 2009/04/27 01:00:08 UTC

svn commit: r768827 - in /wicket/sandbox/jthomerson/1.4-rc3: ./ archetypes/quickstart/ archetypes/quickstart/src/main/resources/archetype-resources/ testing/wicket-threadtest/ wicket-auth-roles/ wicket-datetime/ wicket-devutils/ wicket-examples/ wicket...

Author: jrthomerson
Date: Sun Apr 26 23:00:07 2009
New Revision: 768827

URL: http://svn.apache.org/viewvc?rev=768827&view=rev
Log:
changing tags to 1.4-rc3

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

Modified: wicket/sandbox/jthomerson/1.4-rc3/archetypes/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/archetypes/quickstart/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/archetypes/quickstart/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/archetypes/quickstart/pom.xml Sun Apr 26 23:00:07 2009
@@ -3,7 +3,7 @@
   <parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: wicket/sandbox/jthomerson/1.4-rc3/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml Sun Apr 26 23:00:07 2009
@@ -127,7 +127,7 @@
 		</plugins>
 	</build>
 	<properties>
-		<wicket.version>1.4-SNAPSHOT</wicket.version>
+		<wicket.version>1.4-rc3</wicket.version>
 		<jetty.version>6.1.4</jetty.version>
 	</properties>
 	#end

Modified: wicket/sandbox/jthomerson/1.4-rc3/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/pom.xml Sun Apr 26 23:00:07 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-rc3</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-rc3</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4-rc3</developerConnection>
+		<url>http://svn.apache.org/viewvc/wicket/releases/wicket-1.4-rc3</url>
 	</scm>
 	<mailingLists>
 		<mailingList>

Modified: wicket/sandbox/jthomerson/1.4-rc3/testing/wicket-threadtest/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/testing/wicket-threadtest/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/testing/wicket-threadtest/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/testing/wicket-threadtest/pom.xml Sun Apr 26 23:00:07 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-auth-roles/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-auth-roles/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-auth-roles/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-auth-roles/pom.xml Sun Apr 26 23:00:07 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-datetime/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-datetime/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-datetime/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-datetime/pom.xml Sun Apr 26 23:00:07 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-devutils/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-devutils/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-devutils/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-devutils/pom.xml Sun Apr 26 23:00:07 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-examples/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-examples/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-examples/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-examples/pom.xml Sun Apr 26 23:00:07 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-extensions/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-extensions/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-extensions/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-extensions/pom.xml Sun Apr 26 23:00:07 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-guice/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-guice/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-guice/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-guice/pom.xml Sun Apr 26 23:00:07 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-ioc/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-ioc/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-ioc/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-ioc/pom.xml Sun Apr 26 23:00:07 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-jmx/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-jmx/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-jmx/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-jmx/pom.xml Sun Apr 26 23:00:07 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-objectssizeof-agent/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-objectssizeof-agent/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-objectssizeof-agent/pom.xml Sun Apr 26 23:00:07 2009
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-quickstart/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-quickstart/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-quickstart/pom.xml Sun Apr 26 23:00:07 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-spring/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-spring/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-spring/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-spring/pom.xml Sun Apr 26 23:00:07 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-velocity/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-velocity/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-velocity/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-velocity/pom.xml Sun Apr 26 23:00:07 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket/pom.xml
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket/pom.xml?rev=768827&r1=768826&r2=768827&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket/pom.xml (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket/pom.xml Sun Apr 26 23:00:07 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4-rc3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>