You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/08/04 15:29:01 UTC

svn commit: r800775 - /tuscany/java/sca/modules/wicket/pom.xml

Author: antelder
Date: Tue Aug  4 13:29:01 2009
New Revision: 800775

URL: http://svn.apache.org/viewvc?rev=800775&view=rev
Log:
Update from RC to final release of wicket

Modified:
    tuscany/java/sca/modules/wicket/pom.xml

Modified: tuscany/java/sca/modules/wicket/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/wicket/pom.xml?rev=800775&r1=800774&r2=800775&view=diff
==============================================================================
--- tuscany/java/sca/modules/wicket/pom.xml (original)
+++ tuscany/java/sca/modules/wicket/pom.xml Tue Aug  4 13:29:01 2009
@@ -45,12 +45,12 @@
         <dependency>
             <groupId>org.apache.wicket</groupId>
             <artifactId>wicket</artifactId>
-            <version>1.4-rc2</version>
+            <version>1.4.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.wicket</groupId>
             <artifactId>wicket-ioc</artifactId>
-            <version>1.4-rc2</version>
+            <version>1.4.0</version>
         </dependency>
        
         <dependency>