You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2012/11/30 06:52:25 UTC

git commit: MNG-5386: Dispose of ClassRealms after invocation to prevent out of Permgen errors (update to classworlds 2.4.1)

Updated Branches:
  refs/heads/master af88f8500 -> 620137ebc


MNG-5386: Dispose of ClassRealms after invocation to prevent out of Permgen errors (update to classworlds 2.4.1)


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

Branch: refs/heads/master
Commit: 620137ebca11958057fd01055d2322ce210a3c11
Parents: af88f85
Author: Jason van Zyl <jv...@apache.org>
Authored: Thu Nov 29 21:51:11 2012 -0800
Committer: Jason van Zyl <jv...@apache.org>
Committed: Thu Nov 29 21:51:11 2012 -0800

----------------------------------------------------------------------
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/620137eb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3b97b69..8ca52d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
   <inceptionYear>2001</inceptionYear>
 
   <properties>
-    <classWorldsVersion>2.4</classWorldsVersion>
+    <classWorldsVersion>2.4.1</classWorldsVersion>
     <commonsCliVersion>1.2</commonsCliVersion>
     <easyMockVersion>1.2_Java1.3</easyMockVersion>
     <junitVersion>3.8.2</junitVersion>