You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/03/09 09:46:52 UTC

svn commit: r516330 - /incubator/wicket/branches/al-test-wicket-1.3.x/jdk-1.5/pom.xml

Author: dashorst
Date: Fri Mar  9 00:46:51 2007
New Revision: 516330

URL: http://svn.apache.org/viewvc?view=rev&rev=516330
Log:
Fixed parent version in jdk-1.5 pom

Modified:
    incubator/wicket/branches/al-test-wicket-1.3.x/jdk-1.5/pom.xml

Modified: incubator/wicket/branches/al-test-wicket-1.3.x/jdk-1.5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/al-test-wicket-1.3.x/jdk-1.5/pom.xml?view=diff&rev=516330&r1=516329&r2=516330
==============================================================================
--- incubator/wicket/branches/al-test-wicket-1.3.x/jdk-1.5/pom.xml (original)
+++ incubator/wicket/branches/al-test-wicket-1.3.x/jdk-1.5/pom.xml Fri Mar  9 00:46:51 2007
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>1-SNAPSHOT</version>
+		<version>1</version>
 	</parent>
 	<version>1.3.0-incubating-SNAPSHOT</version>
 	<name>Wicket JDK 1.5 modules</name>