You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2011/09/20 17:43:49 UTC

svn commit: r1173201 - in /wicket/branches/wicket-1.5.1: ./ archetypes/quickstart/ archetypes/quickstart/src/main/resources/archetype-resources/ testing/wicket-threadtest/ wicket-auth-roles/ wicket-auth-roles/src/test/java/org/apache/wicket/authroles/a...

Author: ivaynberg
Date: Tue Sep 20 15:43:48 2011
New Revision: 1173201

URL: http://svn.apache.org/viewvc?rev=1173201&view=rev
Log:
modified poms for release 1.5.1

Modified:
    wicket/branches/wicket-1.5.1/archetypes/quickstart/pom.xml
    wicket/branches/wicket-1.5.1/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
    wicket/branches/wicket-1.5.1/pom.xml
    wicket/branches/wicket-1.5.1/testing/wicket-threadtest/pom.xml
    wicket/branches/wicket-1.5.1/wicket-auth-roles/pom.xml
    wicket/branches/wicket-1.5.1/wicket-auth-roles/src/test/java/org/apache/wicket/authroles/authorization/strategies/role/metadata/InstantiationPermissionsTest.java
    wicket/branches/wicket-1.5.1/wicket-core/pom.xml
    wicket/branches/wicket-1.5.1/wicket-datetime/pom.xml
    wicket/branches/wicket-1.5.1/wicket-devutils/pom.xml
    wicket/branches/wicket-1.5.1/wicket-examples/pom.xml
    wicket/branches/wicket-1.5.1/wicket-extensions/pom.xml
    wicket/branches/wicket-1.5.1/wicket-guice/pom.xml
    wicket/branches/wicket-1.5.1/wicket-ioc/pom.xml
    wicket/branches/wicket-1.5.1/wicket-jmx/pom.xml
    wicket/branches/wicket-1.5.1/wicket-objectssizeof-agent/pom.xml
    wicket/branches/wicket-1.5.1/wicket-request/pom.xml
    wicket/branches/wicket-1.5.1/wicket-spring/pom.xml
    wicket/branches/wicket-1.5.1/wicket-util/pom.xml
    wicket/branches/wicket-1.5.1/wicket-velocity/pom.xml
    wicket/branches/wicket-1.5.1/wicket/pom.xml

Modified: wicket/branches/wicket-1.5.1/archetypes/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/archetypes/quickstart/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/archetypes/quickstart/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/archetypes/quickstart/pom.xml Tue Sep 20 15:43:48 2011
@@ -3,7 +3,7 @@
   <parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: wicket/branches/wicket-1.5.1/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml Tue Sep 20 15:43:48 2011
@@ -20,7 +20,7 @@
 		</license>
 	</licenses>
 	<properties>
-		<wicket.version>1.5-SNAPSHOT</wicket.version>
+		<wicket.version>1.5.1</wicket.version>
 		<jetty.version>7.5.0.v20110901</jetty.version>
 	</properties>
 	<dependencies>

Modified: wicket/branches/wicket-1.5.1/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/pom.xml Tue Sep 20 15:43:48 2011
@@ -25,7 +25,7 @@
 
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>1.5-SNAPSHOT</version>
+	<version>1.5.1</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
@@ -224,9 +224,9 @@
 		<url>https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/</url>
 	</ciManagement>
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/wicket/releases/1.5-SNAPSHOT</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/1.5-SNAPSHOT</developerConnection>
-		<url>http://svn.apache.org/viewvc/wicket/releases/1.5-SNAPSHOT</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/wicket/releases/1.5.1</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/1.5.1</developerConnection>
+		<url>http://svn.apache.org/viewvc/wicket/releases/1.5.1</url>
 	</scm>
 	<mailingLists>
 		<mailingList>

Modified: wicket/branches/wicket-1.5.1/testing/wicket-threadtest/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/testing/wicket-threadtest/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/testing/wicket-threadtest/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/testing/wicket-threadtest/pom.xml Tue Sep 20 15:43:48 2011
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.5.1/wicket-auth-roles/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-auth-roles/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-auth-roles/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-auth-roles/pom.xml Tue Sep 20 15:43:48 2011
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.5.1/wicket-auth-roles/src/test/java/org/apache/wicket/authroles/authorization/strategies/role/metadata/InstantiationPermissionsTest.java
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-auth-roles/src/test/java/org/apache/wicket/authroles/authorization/strategies/role/metadata/InstantiationPermissionsTest.java?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-auth-roles/src/test/java/org/apache/wicket/authroles/authorization/strategies/role/metadata/InstantiationPermissionsTest.java (original)
+++ wicket/branches/wicket-1.5.1/wicket-auth-roles/src/test/java/org/apache/wicket/authroles/authorization/strategies/role/metadata/InstantiationPermissionsTest.java Tue Sep 20 15:43:48 2011
@@ -1,125 +1,125 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.wicket.authroles.authorization.strategies.role.metadata;
-
-import junit.framework.TestCase;
-
-import org.apache.wicket.Page;
-import org.apache.wicket.authroles.authorization.strategies.role.IRoleCheckingStrategy;
-import org.apache.wicket.authroles.authorization.strategies.role.Roles;
-import org.apache.wicket.util.tester.WicketTester;
-
-/**
- * Test case for
- * {@link org.apache.wicket.authorization.strategies.role.metadata.InstantiationPermissions}.
- * 
- * @author Eelco Hillenius
- */
-public class InstantiationPermissionsTest extends TestCase
-{
-	private WicketTester tester;
-
-	@Override
-	protected void setUp() throws Exception
-	{
-		tester = new WicketTester();
-	}
-
-	@Override
-	protected void tearDown() throws Exception
-	{
-		tester.destroy();
-	}
-
-	/**
-	 * Test adding roles.
-	 * 
-	 * @throws Exception
-	 */
-	public void testAdd1() throws Exception
-	{
-		InstantiationPermissions permissions = new InstantiationPermissions();
-		permissions.authorize(Page.class, new Roles("jonathan"));
-		permissions.authorize(Page.class, new Roles("johan"));
-		permissions.authorize(Page.class, new Roles("maurice"));
-		permissions.authorize(Page.class, new Roles("eelco"));
-		assertEquals(4, permissions.getRolesForComponentClass().get(Page.class).size());
-		permissions.unauthorize(Page.class, new Roles("maurice"));
-		assertEquals(3, permissions.getRolesForComponentClass().get(Page.class).size());
-		permissions.authorizeAll(Page.class);
-		assertEquals(null, permissions.getRolesForComponentClass().get(Page.class));
-	}
-
-	/**
-	 * Test removing roles.
-	 * 
-	 * @throws Exception
-	 */
-	public void testRemove1() throws Exception
-	{
-		InstantiationPermissions permissions = new InstantiationPermissions();
-		assertEquals(null, permissions.getRolesForComponentClass().get(Page.class));
-		permissions.unauthorize(Page.class, new Roles("eelco"));
-		assertEquals(new Roles(MetaDataRoleAuthorizationStrategy.NO_ROLE),
-			permissions.getRolesForComponentClass().get(Page.class));
-	}
-
-	/**
-	 * Test for issue <a href="http://issues.apache.org/jira/browse/WICKET-1152">WICKET-1152</a>.
-	 * 
-	 */
-	public void testRemove2()
-	{
-		MetaDataRoleAuthorizationStrategy strategy = new MetaDataRoleAuthorizationStrategy(
-			new IRoleCheckingStrategy()
-			{
-
-				public boolean hasAnyRole(Roles roles)
-				{
-					return false;
-				}
-			});
-		tester.getApplication().setMetaData(
-			MetaDataRoleAuthorizationStrategy.INSTANTIATION_PERMISSIONS,
-			new InstantiationPermissions());
-		MetaDataRoleAuthorizationStrategy.unauthorize(Page.class, "martijn");
-		assertFalse(strategy.isInstantiationAuthorized(Page.class));
-	}
-
-	/**
-	 * Test consistency in behavior between authorizing a role for a class and then unauthorizing it
-	 * with {@link #testRemove2()}.
-	 */
-	public void testRemove3()
-	{
-		MetaDataRoleAuthorizationStrategy strategy = new MetaDataRoleAuthorizationStrategy(
-			new IRoleCheckingStrategy()
-			{
-
-				public boolean hasAnyRole(Roles roles)
-				{
-					return false;
-				}
-			});
-		tester.getApplication().setMetaData(
-			MetaDataRoleAuthorizationStrategy.INSTANTIATION_PERMISSIONS,
-			new InstantiationPermissions());
-		MetaDataRoleAuthorizationStrategy.authorize(Page.class, "martijn");
-		MetaDataRoleAuthorizationStrategy.unauthorize(Page.class, "martijn");
-		assertFalse(strategy.isInstantiationAuthorized(Page.class));
-	}
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.wicket.authroles.authorization.strategies.role.metadata;
+
+import junit.framework.TestCase;
+
+import org.apache.wicket.Page;
+import org.apache.wicket.authroles.authorization.strategies.role.IRoleCheckingStrategy;
+import org.apache.wicket.authroles.authorization.strategies.role.Roles;
+import org.apache.wicket.util.tester.WicketTester;
+
+/**
+ * Test case for
+ * {@link org.apache.wicket.authorization.strategies.role.metadata.InstantiationPermissions}.
+ * 
+ * @author Eelco Hillenius
+ */
+public class InstantiationPermissionsTest extends TestCase
+{
+	private WicketTester tester;
+
+	@Override
+	protected void setUp() throws Exception
+	{
+		tester = new WicketTester();
+	}
+
+	@Override
+	protected void tearDown() throws Exception
+	{
+		tester.destroy();
+	}
+
+	/**
+	 * Test adding roles.
+	 * 
+	 * @throws Exception
+	 */
+	public void testAdd1() throws Exception
+	{
+		InstantiationPermissions permissions = new InstantiationPermissions();
+		permissions.authorize(Page.class, new Roles("jonathan"));
+		permissions.authorize(Page.class, new Roles("johan"));
+		permissions.authorize(Page.class, new Roles("maurice"));
+		permissions.authorize(Page.class, new Roles("eelco"));
+		assertEquals(4, permissions.getRolesForComponentClass().get(Page.class).size());
+		permissions.unauthorize(Page.class, new Roles("maurice"));
+		assertEquals(3, permissions.getRolesForComponentClass().get(Page.class).size());
+		permissions.authorizeAll(Page.class);
+		assertEquals(null, permissions.getRolesForComponentClass().get(Page.class));
+	}
+
+	/**
+	 * Test removing roles.
+	 * 
+	 * @throws Exception
+	 */
+	public void testRemove1() throws Exception
+	{
+		InstantiationPermissions permissions = new InstantiationPermissions();
+		assertEquals(null, permissions.getRolesForComponentClass().get(Page.class));
+		permissions.unauthorize(Page.class, new Roles("eelco"));
+		assertEquals(new Roles(MetaDataRoleAuthorizationStrategy.NO_ROLE),
+			permissions.getRolesForComponentClass().get(Page.class));
+	}
+
+	/**
+	 * Test for issue <a href="http://issues.apache.org/jira/browse/WICKET-1152">WICKET-1152</a>.
+	 * 
+	 */
+	public void testRemove2()
+	{
+		MetaDataRoleAuthorizationStrategy strategy = new MetaDataRoleAuthorizationStrategy(
+			new IRoleCheckingStrategy()
+			{
+
+				public boolean hasAnyRole(Roles roles)
+				{
+					return false;
+				}
+			});
+		tester.getApplication().setMetaData(
+			MetaDataRoleAuthorizationStrategy.INSTANTIATION_PERMISSIONS,
+			new InstantiationPermissions());
+		MetaDataRoleAuthorizationStrategy.unauthorize(Page.class, "martijn");
+		assertFalse(strategy.isInstantiationAuthorized(Page.class));
+	}
+
+	/**
+	 * Test consistency in behavior between authorizing a role for a class and then unauthorizing it
+	 * with {@link #testRemove2()}.
+	 */
+	public void testRemove3()
+	{
+		MetaDataRoleAuthorizationStrategy strategy = new MetaDataRoleAuthorizationStrategy(
+			new IRoleCheckingStrategy()
+			{
+
+				public boolean hasAnyRole(Roles roles)
+				{
+					return false;
+				}
+			});
+		tester.getApplication().setMetaData(
+			MetaDataRoleAuthorizationStrategy.INSTANTIATION_PERMISSIONS,
+			new InstantiationPermissions());
+		MetaDataRoleAuthorizationStrategy.authorize(Page.class, "martijn");
+		MetaDataRoleAuthorizationStrategy.unauthorize(Page.class, "martijn");
+		assertFalse(strategy.isInstantiationAuthorized(Page.class));
+	}
+}

Modified: wicket/branches/wicket-1.5.1/wicket-core/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-core/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-core/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-core/pom.xml Tue Sep 20 15:43:48 2011
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.5.1/wicket-datetime/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-datetime/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-datetime/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-datetime/pom.xml Tue Sep 20 15:43:48 2011
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>

Modified: wicket/branches/wicket-1.5.1/wicket-devutils/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-devutils/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-devutils/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-devutils/pom.xml Tue Sep 20 15:43:48 2011
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.5.1/wicket-examples/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-examples/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-examples/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-examples/pom.xml Tue Sep 20 15:43:48 2011
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>

Modified: wicket/branches/wicket-1.5.1/wicket-extensions/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-extensions/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-extensions/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-extensions/pom.xml Tue Sep 20 15:43:48 2011
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.5.1/wicket-guice/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-guice/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-guice/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-guice/pom.xml Tue Sep 20 15:43:48 2011
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.5.1/wicket-ioc/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-ioc/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-ioc/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-ioc/pom.xml Tue Sep 20 15:43:48 2011
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.5.1/wicket-jmx/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-jmx/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-jmx/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-jmx/pom.xml Tue Sep 20 15:43:48 2011
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.5.1/wicket-objectssizeof-agent/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-objectssizeof-agent/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-objectssizeof-agent/pom.xml Tue Sep 20 15:43:48 2011
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.5.1/wicket-request/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-request/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-request/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-request/pom.xml Tue Sep 20 15:43:48 2011
@@ -21,11 +21,11 @@
   <parent>
     <artifactId>wicket-parent</artifactId>
     <groupId>org.apache.wicket</groupId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5.1</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-request</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5.1</version>
   <name>Wicket Request</name>
   <url>http://maven.apache.org</url>
   <dependencies>

Modified: wicket/branches/wicket-1.5.1/wicket-spring/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-spring/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-spring/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-spring/pom.xml Tue Sep 20 15:43:48 2011
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.5.1/wicket-util/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-util/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-util/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-util/pom.xml Tue Sep 20 15:43:48 2011
@@ -21,11 +21,11 @@
   <parent>
     <artifactId>wicket-parent</artifactId>
     <groupId>org.apache.wicket</groupId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5.1</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-util</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5.1</version>
   <name>Wicket Util</name>
   <url>http://maven.apache.org</url>
 </project>

Modified: wicket/branches/wicket-1.5.1/wicket-velocity/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket-velocity/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket-velocity/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket-velocity/pom.xml Tue Sep 20 15:43:48 2011
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1.5-SNAPSHOT</version>
+		<version>1.5.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: wicket/branches/wicket-1.5.1/wicket/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/wicket/pom.xml?rev=1173201&r1=1173200&r2=1173201&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/wicket/pom.xml (original)
+++ wicket/branches/wicket-1.5.1/wicket/pom.xml Tue Sep 20 15:43:48 2011
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.wicket</groupId>
     <artifactId>wicket-parent</artifactId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>wicket</artifactId>