You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by cm...@apache.org on 2012/08/29 14:18:08 UTC

[1/2] git commit: modified poms for release 1.4.21

Updated Branches:
  refs/heads/build/wicket-1.4.21 [created] 2adf60cab


modified poms for release 1.4.21


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/33befccc
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/33befccc
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/33befccc

Branch: refs/heads/build/wicket-1.4.21
Commit: 33befcccc08d513914e5f5946d03a2444be29fc8
Parents: 36f20b6
Author: Carl-Eric Menzel <cm...@wicketbuch.de>
Authored: Wed Aug 29 13:54:48 2012 +0200
Committer: Carl-Eric Menzel <cm...@wicketbuch.de>
Committed: Wed Aug 29 13:54:48 2012 +0200

----------------------------------------------------------------------
 archetypes/quickstart/pom.xml                      |    2 +-
 .../src/main/resources/archetype-resources/pom.xml |    2 +-
 pom.xml                                            |    8 ++++----
 testing/wicket-threadtest/pom.xml                  |    2 +-
 wicket-auth-roles/pom.xml                          |    2 +-
 wicket-datetime/pom.xml                            |    2 +-
 wicket-devutils/pom.xml                            |    2 +-
 wicket-examples/pom.xml                            |    2 +-
 wicket-extensions/pom.xml                          |    2 +-
 wicket-guice/pom.xml                               |    2 +-
 wicket-ioc/pom.xml                                 |    2 +-
 wicket-jmx/pom.xml                                 |    2 +-
 wicket-objectssizeof-agent/pom.xml                 |    2 +-
 wicket-spring/pom.xml                              |    2 +-
 wicket-velocity/pom.xml                            |    2 +-
 wicket/pom.xml                                     |    2 +-
 16 files changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index ecd0ca2..1c5ff0c 100644
--- a/archetypes/quickstart/pom.xml
+++ b/archetypes/quickstart/pom.xml
@@ -3,7 +3,7 @@
   <parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../../pom.xml</relativePath>
   </parent>
   

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index 6ce2f95..88e1d92 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -20,7 +20,7 @@
 		</license>
 	</licenses>
 	<properties>
-		<wicket.version>1.4-SNAPSHOT</wicket.version>
+		<wicket.version>1.4.21</wicket.version>
 		<jetty.version>6.1.25</jetty.version>
 		<slf4j.version>1.5.8</slf4j.version>
 		<log4j.version>1.2.14</log4j.version>

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 418b558..c968319 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>1.4-SNAPSHOT</version>
+	<version>1.4.21</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
@@ -273,9 +273,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/1.4.21</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/1.4.21</developerConnection>
+		<url>http://svn.apache.org/viewvc/wicket/releases/1.4.21</url>
 	</scm>
 	<mailingLists>
 		<mailingList>

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/testing/wicket-threadtest/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-threadtest/pom.xml b/testing/wicket-threadtest/pom.xml
index 7ef361e..7a50934 100644
--- a/testing/wicket-threadtest/pom.xml
+++ b/testing/wicket-threadtest/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/wicket-auth-roles/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index 212ba9d..cd6e161 100644
--- a/wicket-auth-roles/pom.xml
+++ b/wicket-auth-roles/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/wicket-datetime/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index f20d2c6..797dda2 100644
--- a/wicket-datetime/pom.xml
+++ b/wicket-datetime/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/wicket-devutils/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index 67131aa..305e154 100644
--- a/wicket-devutils/pom.xml
+++ b/wicket-devutils/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index d6a95ce..8fd697c 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/wicket-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index f396479..f8cbe28 100644
--- a/wicket-extensions/pom.xml
+++ b/wicket-extensions/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/wicket-guice/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index c4ca8d7..0a8ca4c 100644
--- a/wicket-guice/pom.xml
+++ b/wicket-guice/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/wicket-ioc/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 078752a..e254507 100644
--- a/wicket-ioc/pom.xml
+++ b/wicket-ioc/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/wicket-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index 5166fd0..5f88bac 100644
--- a/wicket-jmx/pom.xml
+++ b/wicket-jmx/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/wicket-objectssizeof-agent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml
index 8712b60..9fdbb72 100644
--- a/wicket-objectssizeof-agent/pom.xml
+++ b/wicket-objectssizeof-agent/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/wicket-spring/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index 10d65ad..162bbf0 100644
--- a/wicket-spring/pom.xml
+++ b/wicket-spring/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/wicket-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index 6a1e429..f578e35 100644
--- a/wicket-velocity/pom.xml
+++ b/wicket-velocity/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/33befccc/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket/pom.xml b/wicket/pom.xml
index 3059ed9..96389f7 100644
--- a/wicket/pom.xml
+++ b/wicket/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.4-SNAPSHOT</version>
+		<version>1.4.21</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>