You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/05/14 21:29:07 UTC

svn commit: r537956 - /incubator/wicket/trunk/jdk-1.4/wicket-extensions/pom.xml

Author: jbq
Date: Mon May 14 12:29:06 2007
New Revision: 537956

URL: http://svn.apache.org/viewvc?view=rev&rev=537956
Log:
WICKET-566 <scope>tests</scope> should be <scope>test</scope>

Modified:
    incubator/wicket/trunk/jdk-1.4/wicket-extensions/pom.xml

Modified: incubator/wicket/trunk/jdk-1.4/wicket-extensions/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket-extensions/pom.xml?view=diff&rev=537956&r1=537955&r2=537956
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket-extensions/pom.xml (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket-extensions/pom.xml Mon May 14 12:29:06 2007
@@ -42,7 +42,7 @@
 			<groupId>org.apache.wicket</groupId>
 			<artifactId>wicket</artifactId>
 			<classifier>tests</classifier>
-			<scope>tests</scope>
+			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>commons-collections</groupId>