You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by if...@apache.org on 2015/02/20 20:22:31 UTC

maven git commit: MNG-5772 upgrade to sisu 0.3.0 and sisu guice 3.2.5

Repository: maven
Updated Branches:
  refs/heads/master 6efacdb3f -> bdb4c32ec


MNG-5772 upgrade to sisu 0.3.0 and sisu guice 3.2.5

Signed-off-by: Igor Fedorenko <if...@apache.org>


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

Branch: refs/heads/master
Commit: bdb4c32ec4acd734d1e385731ae2f67e8ed0d4ac
Parents: 6efacdb
Author: Igor Fedorenko <if...@apache.org>
Authored: Fri Feb 20 14:22:23 2015 -0500
Committer: Igor Fedorenko <if...@apache.org>
Committed: Fri Feb 20 14:22:23 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/maven/blob/bdb4c32e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 06620df..b1c214c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,8 +52,8 @@
     <plexusUtilsVersion>3.0.20</plexusUtilsVersion>
     <!-- Latest version of Guava that works with Sisu -->
     <guavaVersion>18.0</guavaVersion>
-    <guiceVersion>3.2.3</guiceVersion>
-    <sisuInjectVersion>0.3.0.M1</sisuInjectVersion>
+    <guiceVersion>3.2.5</guiceVersion>
+    <sisuInjectVersion>0.3.0</sisuInjectVersion>
     <wagonVersion>2.9-SNAPSHOT</wagonVersion> <!-- Verify SNAPSHOT for MNG-5605 -->
     <securityDispatcherVersion>1.3</securityDispatcherVersion>
     <cipherVersion>1.7</cipherVersion>