You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2013/08/16 06:23:23 UTC

git commit: Updated to latest classworlds to get concurrent classloading and resource loading perf improvment

Updated Branches:
  refs/heads/master e8430e6d6 -> cc10eaa86


Updated to latest classworlds to get concurrent classloading and resource loading perf improvment


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/cc10eaa8
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/cc10eaa8
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/cc10eaa8

Branch: refs/heads/master
Commit: cc10eaa869d6929d508761a6615881ef08799084
Parents: e8430e6
Author: Kristian Rosenvold <kr...@apache.org>
Authored: Fri Aug 16 06:23:29 2013 +0200
Committer: Kristian Rosenvold <kr...@apache.org>
Committed: Fri Aug 16 06:23:29 2013 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/cc10eaa8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f82b9a7..620cba9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
   <inceptionYear>2001</inceptionYear>
 
   <properties>
-    <classWorldsVersion>2.4.2</classWorldsVersion>
+    <classWorldsVersion>2.5.1</classWorldsVersion>
     <commonsCliVersion>1.2</commonsCliVersion>
     <easyMockVersion>1.2_Java1.3</easyMockVersion>
     <junitVersion>3.8.2</junitVersion>