You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2012/12/01 15:50:02 UTC

[9/50] git commit: o Fixed another classloader leak where core was grabbing random elements in plugin classloaders

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/ace33642
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/ace33642
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/ace33642

Branch: refs/heads/feature/colorized-console/log4j2
Commit: ace3364289b8ecc47394db21b1323b53608bdb27
Parents: 8c83ae0
Author: Kristian Rosenvold <kr...@apache.org>
Authored: Thu Nov 29 18:01:00 2012 +0100
Committer: Arnaud HeĢritier <ah...@exoplatform.com>
Committed: Sat Dec 1 13:51:05 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/ace33642/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>