Author: frankbille
Date: Wed Jan 30 13:55:16 2008
New Revision: 616916
URL: http://svn.apache.org/viewvc?rev=616916&view=rev
Log:
Return to 1.3-SNAPSHOT numbering. See discussion here:
http://mail-archives.apache.org/mod_mbox/wicket-dev/200801.mbox/[EMAIL
PROTECTED]
Modified:
wicket/trunk/archetypes/quickstart/pom.xml
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
wicket/trunk/jdk-1.4/pom.xml
wicket/trunk/jdk-1.4/wicket-datetime/pom.xml
wicket/trunk/jdk-1.4/wicket-extensions/pom.xml
wicket/trunk/jdk-1.4/wicket-ioc/pom.xml
wicket/trunk/jdk-1.4/wicket-quickstart/pom.xml
wicket/trunk/jdk-1.4/wicket-spring/pom.xml
wicket/trunk/jdk-1.4/wicket-velocity/pom.xml
wicket/trunk/jdk-1.4/wicket/pom.xml
wicket/trunk/jdk-1.5/pom.xml
wicket/trunk/jdk-1.5/wicket-auth-roles/pom.xml
wicket/trunk/jdk-1.5/wicket-examples/pom.xml
wicket/trunk/jdk-1.5/wicket-guice/pom.xml
wicket/trunk/jdk-1.5/wicket-jmx/pom.xml
wicket/trunk/jdk-1.5/wicket-objectssizeof-agent/pom.xml
wicket/trunk/jdk-1.5/wicket-spring-annot/pom.xml
wicket/trunk/pom.xml
wicket/trunk/testing/wicket-threadtest/pom.xml
Modified: wicket/trunk/archetypes/quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/archetypes/quickstart/pom.xml (original)
+++ wicket/trunk/archetypes/quickstart/pom.xml Wed Jan 30 13:55:16 2008
@@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
---
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
(original)
+++
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Wed Jan 30 13:55:16 2008
@@ -124,7 +124,7 @@
</build>
<properties>
- <wicket.version>1.3.0-SNAPSHOT</wicket.version>
+ <wicket.version>1.3-SNAPSHOT</wicket.version>
<jetty.version>6.1.4</jetty.version>
</properties>
Modified: wicket/trunk/jdk-1.4/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/pom.xml (original)
+++ wicket/trunk/jdk-1.4/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.4/wicket-datetime/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-datetime/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-datetime/pom.xml (original)
+++ wicket/trunk/jdk-1.4/wicket-datetime/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.4/wicket-extensions/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/pom.xml (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.4/wicket-ioc/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-ioc/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-ioc/pom.xml (original)
+++ wicket/trunk/jdk-1.4/wicket-ioc/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.4/wicket-quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-quickstart/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-quickstart/pom.xml (original)
+++ wicket/trunk/jdk-1.4/wicket-quickstart/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.4/wicket-spring/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-spring/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-spring/pom.xml (original)
+++ wicket/trunk/jdk-1.4/wicket-spring/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.4/wicket-velocity/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-velocity/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-velocity/pom.xml (original)
+++ wicket/trunk/jdk-1.4/wicket-velocity/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.4/wicket/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/pom.xml (original)
+++ wicket/trunk/jdk-1.4/wicket/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk14</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.5/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/pom.xml (original)
+++ wicket/trunk/jdk-1.5/pom.xml Wed Jan 30 13:55:16 2008
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
</parent>
<name>Wicket JDK 1.5 modules</name>
<description>Wicket is a Java-based open source component web
application framework.</description>
Modified: wicket/trunk/jdk-1.5/wicket-auth-roles/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-auth-roles/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-auth-roles/pom.xml (original)
+++ wicket/trunk/jdk-1.5/wicket-auth-roles/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.5/wicket-examples/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-examples/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-examples/pom.xml (original)
+++ wicket/trunk/jdk-1.5/wicket-examples/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.5/wicket-guice/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-guice/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-guice/pom.xml (original)
+++ wicket/trunk/jdk-1.5/wicket-guice/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.5/wicket-jmx/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-jmx/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-jmx/pom.xml (original)
+++ wicket/trunk/jdk-1.5/wicket-jmx/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.5/wicket-objectssizeof-agent/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-objectssizeof-agent/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/trunk/jdk-1.5/wicket-objectssizeof-agent/pom.xml Wed Jan 30 13:55:16
2008
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/jdk-1.5/wicket-spring-annot/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-spring-annot/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-spring-annot/pom.xml (original)
+++ wicket/trunk/jdk-1.5/wicket-spring-annot/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: wicket/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Wicket Parent</name>
Modified: wicket/trunk/testing/wicket-threadtest/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/testing/wicket-threadtest/pom.xml?rev=616916&r1=616915&r2=616916&view=diff
==============================================================================
--- wicket/trunk/testing/wicket-threadtest/pom.xml (original)
+++ wicket/trunk/testing/wicket-threadtest/pom.xml Wed Jan 30 13:55:16 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jdk15</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>