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 2012/11/30 08:59:04 UTC

git commit: o Fixed another classloader leak where core was grabbing random elements in plugin classloaders

Updated Branches:
  refs/heads/master 2103c82d5 -> 9712df3de


o Fixed another classloader leak where core was grabbing random elements in plugin classloaders


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

Branch: refs/heads/master
Commit: 9712df3ded86482a1809d7652fda774d13585e8d
Parents: 2103c82
Author: Kristian Rosenvold <kr...@apache.org>
Authored: Thu Nov 29 18:01:00 2012 +0100
Committer: Kristian Rosenvold <kr...@apache.org>
Committed: Fri Nov 30 08:56:19 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/9712df3d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8ca52d8..f78cc44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@
     <easyMockVersion>1.2_Java1.3</easyMockVersion>
     <junitVersion>3.8.2</junitVersion>
     <plexusVersion>1.5.5</plexusVersion>
-    <plexusInterpolationVersion>1.14</plexusInterpolationVersion>
-    <plexusUtilsVersion>3.0.9</plexusUtilsVersion>
+    <plexusInterpolationVersion>1.16</plexusInterpolationVersion>
+    <plexusUtilsVersion>3.0.10</plexusUtilsVersion>
     <sisuInjectVersion>2.3.0</sisuInjectVersion>
     <wagonVersion>2.3</wagonVersion>
     <securityDispatcherVersion>1.3</securityDispatcherVersion>