You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/02/06 01:31:07 UTC

svn commit: r503933 - /tapestry/tapestry5/tapestry-project/trunk/pom.xml

Author: hlship
Date: Mon Feb  5 16:31:07 2007
New Revision: 503933

URL: http://svn.apache.org/viewvc?view=rev&rev=503933
Log:
Advance version numbers up to 5.0.2-SNAPSHOT

Modified:
    tapestry/tapestry5/tapestry-project/trunk/pom.xml

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?view=diff&rev=503933&r1=503932&r2=503933
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Mon Feb  5 16:31:07 2007
@@ -86,7 +86,7 @@
             <dependency>
                 <groupId>jboss</groupId>
                 <artifactId>javassist</artifactId>
-                <version>3.1</version>
+                <version>3.4.ga</version>
                 <scope>runtime</scope>
             </dependency>
             <dependency>
@@ -118,7 +118,7 @@
             <dependency>
                 <groupId>org.apache.tapestry</groupId>
                 <artifactId>tapestry-ioc</artifactId>
-                <version>5.0.1</version>
+                <version>5.0.2-SNAPSHOT</version>
                 <scope>compile</scope>
             </dependency>
             <dependency>