You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2008/02/29 21:34:45 UTC

svn commit: r632428 - /tapestry/tapestry5/trunk/pom.xml

Author: hlship
Date: Fri Feb 29 12:34:43 2008
New Revision: 632428

URL: http://svn.apache.org/viewvc?rev=632428&view=rev
Log:
TAPESTRY-2205: Upgrade to Javassist 3.7

Modified:
    tapestry/tapestry5/trunk/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=632428&r1=632427&r2=632428&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Fri Feb 29 12:34:43 2008
@@ -138,7 +138,7 @@
             <dependency>
                 <groupId>jboss</groupId>
                 <artifactId>javassist</artifactId>
-                <version>3.6.ga</version>
+                <version>3.7.ga</version>
             </dependency>