You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2010/03/08 15:25:51 UTC

svn commit: r920333 - /portals/jetspeed-2/applications/j2-admin/trunk/pom.xml

Author: ate
Date: Mon Mar  8 14:25:51 2010
New Revision: 920333

URL: http://svn.apache.org/viewvc?rev=920333&view=rev
Log:
Fix for JS2-1089: j2-admin deployment failed with JDK6
See: http://issues.apache.org/jira/browse/JS2-1089
Issue was caused by an too old version of xerces. Bumping the version to 2.8.1 (same as used for jetspeed itself) fixed it, working now both on JDK1.5 and 6 

Modified:
    portals/jetspeed-2/applications/j2-admin/trunk/pom.xml

Modified: portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/pom.xml?rev=920333&r1=920332&r2=920333&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/pom.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/pom.xml Mon Mar  8 14:25:51 2010
@@ -63,7 +63,7 @@
     <taglibs-standard.version>1.1.2</taglibs-standard.version>
     <velocity-tools.version>1.3</velocity-tools.version>
     <velocity.version>1.6.3</velocity.version>
-    <xerces.version>2.3.0</xerces.version>
+    <xerces.version>2.8.1</xerces.version>
     <wicket.version>1.4.5</wicket.version>
   </properties>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org