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 2010/11/24 02:53:06 UTC

svn commit: r1038435 - in /wicket/branches/wicket-1.4.14: ./ archetypes/quickstart/ archetypes/quickstart/src/main/resources/archetype-resources/ testing/wicket-threadtest/ wicket-auth-roles/ wicket-datetime/ wicket-devutils/ wicket-examples/ wicket-ex...

Author: jrthomerson
Date: Wed Nov 24 01:53:05 2010
New Revision: 1038435

URL: http://svn.apache.org/viewvc?rev=1038435&view=rev
Log:
update pom files for release branch

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

Modified: wicket/branches/wicket-1.4.14/archetypes/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/archetypes/quickstart/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/archetypes/quickstart/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/archetypes/quickstart/pom.xml Wed Nov 24 01:53:05 2010
@@ -3,7 +3,7 @@
   <parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: wicket/branches/wicket-1.4.14/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml Wed Nov 24 01:53:05 2010
@@ -20,7 +20,7 @@
 		</license>
 	</licenses>
 	<properties>
-		<wicket.version>1.4-SNAPSHOT</wicket.version>
+		<wicket.version>1.4.14</wicket.version>
 		<jetty.version>6.1.25</jetty.version>
 		<slf4j.version>1.5.8</slf4j.version>
 		<log4j.version>1.2.14</log4j.version>
@@ -134,4 +134,4 @@
 		</plugins>
 	</build>
 	#end
-</project>
\ No newline at end of file
+</project>

Modified: wicket/branches/wicket-1.4.14/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/pom.xml Wed Nov 24 01:53:05 2010
@@ -26,7 +26,7 @@
 
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>1.4-SNAPSHOT</version>
+	<version>1.4.14</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
@@ -285,9 +285,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.14</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.14</developerConnection>
+		<url>http://svn.apache.org/viewvc/wicket/releases/wicket-1.4.14</url>
 	</scm>
 	<mailingLists>
 		<mailingList>

Modified: wicket/branches/wicket-1.4.14/testing/wicket-threadtest/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/testing/wicket-threadtest/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/testing/wicket-threadtest/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/testing/wicket-threadtest/pom.xml Wed Nov 24 01:53:05 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.14/wicket-auth-roles/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/wicket-auth-roles/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/wicket-auth-roles/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/wicket-auth-roles/pom.xml Wed Nov 24 01:53:05 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.14/wicket-datetime/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/wicket-datetime/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/wicket-datetime/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/wicket-datetime/pom.xml Wed Nov 24 01:53:05 2010
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>
@@ -63,4 +63,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: wicket/branches/wicket-1.4.14/wicket-devutils/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/wicket-devutils/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/wicket-devutils/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/wicket-devutils/pom.xml Wed Nov 24 01:53:05 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.14/wicket-examples/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/wicket-examples/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/wicket-examples/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/wicket-examples/pom.xml Wed Nov 24 01:53:05 2010
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>
@@ -147,4 +147,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: wicket/branches/wicket-1.4.14/wicket-extensions/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/wicket-extensions/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/wicket-extensions/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/wicket-extensions/pom.xml Wed Nov 24 01:53:05 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.14/wicket-guice/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/wicket-guice/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/wicket-guice/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/wicket-guice/pom.xml Wed Nov 24 01:53:05 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.14/wicket-ioc/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/wicket-ioc/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/wicket-ioc/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/wicket-ioc/pom.xml Wed Nov 24 01:53:05 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.14/wicket-jmx/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/wicket-jmx/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/wicket-jmx/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/wicket-jmx/pom.xml Wed Nov 24 01:53:05 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.14/wicket-objectssizeof-agent/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/wicket-objectssizeof-agent/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/wicket-objectssizeof-agent/pom.xml Wed Nov 24 01:53:05 2010
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.14/wicket-spring/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/wicket-spring/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/wicket-spring/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/wicket-spring/pom.xml Wed Nov 24 01:53:05 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.14/wicket-velocity/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/wicket-velocity/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/wicket-velocity/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/wicket-velocity/pom.xml Wed Nov 24 01:53:05 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.4.14/wicket/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.14/wicket/pom.xml?rev=1038435&r1=1038434&r2=1038435&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.14/wicket/pom.xml (original)
+++ wicket/branches/wicket-1.4.14/wicket/pom.xml Wed Nov 24 01:53:05 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.14</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>