You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/07/14 10:43:46 UTC

[13/38] isis git commit: ISIS-1353: updates guice from 4.0 to 4.1.00

ISIS-1353: updates guice from 4.0 to 4.1.00

  <dependency>
   <groupId>com.google.inject</groupId>
   <artifactId>guice-parent</artifactId>
   <version>${guice.version}</version>
   <type>pom</type>
  </dependency>


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

Branch: refs/heads/master
Commit: e9f1c19cc96bd7d7cc28df74a2db3d9641c64021
Parents: e66a26b
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 06:36:53 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 06:36:53 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/e9f1c19c/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 382416b..d387746 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -150,7 +150,7 @@
         <select2.version>3.5.2</select2.version>
         <jquery-ui.version>1.11.4</jquery-ui.version>
 
-        <guice.version>4.0</guice.version>
+        <guice.version>4.1.0</guice.version>
         <picocontainer.version>2.15</picocontainer.version>
 
         <dom4j.version>1.6.1</dom4j.version>