Author: smcgowan(a)redhat.com
Date: 2009-05-26 18:56:25 -0400 (Tue, 26 May 2009)
New Revision: 482
Modified:
trunk/jsfunit/pom.xml
Log:
pom updates which should work with branches JBPAPP_5_0 and Branch_5x
Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml 2009-05-25 19:16:12 UTC (rev 481)
+++ trunk/jsfunit/pom.xml 2009-05-26 22:56:25 UTC (rev 482)
@@ -112,13 +112,13 @@
<dependency>
<groupId>org.jboss.integration</groupId>
<artifactId>jboss-profileservice-spi</artifactId>
- <version>5.1.0.CR3</version>
+ <version>5.1.0.GA</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.man</groupId>
<artifactId>jboss-metatype</artifactId>
- <version>2.1.0.CR8</version>
+ <version>2.1.0.SP1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -349,7 +349,7 @@
<!-- Raise permgen size, allow classes unloading and permgen
sweep -->
<!-- xb.builder.useUnorderedSequence=true is the same what
run.sh does. -->
<!-- See
http://www.nabble.com/changes-in-parsing-with-xb-td22478176.html -->
- <cargo.jvmargs>${jvm.args.debug}
-Dcom.sun.management.jmxremote -Xmx1024m -Dxb.builder.useUnorderedSequence=true
-XX:PermSize=256m -XX:MaxPermSize=512m</cargo.jvmargs>
+ <cargo.jvmargs>${jvm.args.debug} -Xmx1024m
-Dxb.builder.useUnorderedSequence=true -XX:PermSize=256m
-XX:MaxPermSize=512m</cargo.jvmargs>
<!-- -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled
-XX:+CMSClassUnloadingEnabled -->
<!-- JBoss configuration - default, all, standard -->
<cargo.jboss.configuration>${cargo.jboss.configuration}</cargo.jboss.configuration>