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/04/09 09:03:28 UTC

[2/6] isis git commit: ISIS-1357: updating guava to 19.0

ISIS-1357: updating guava to 19.0


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

Branch: refs/heads/master
Commit: 300ab1ca8bb3a780eeaa0981de564578b84aa459
Parents: 6f9168e
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Fri Apr 8 18:10:28 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Fri Apr 8 18:10:28 2016 +0100

----------------------------------------------------------------------
 core/pom.xml                                     | 2 +-
 example/application/simpleapp/dom/pom.xml        | 2 +-
 example/application/simpleapp/integtests/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/300ab1ca/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 7585f08..6770b0d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -108,7 +108,7 @@
         <log4j.version>1.2.17</log4j.version>
 
         <joda-time.version>2.9.1</joda-time.version>
-        <guava.version>19.0.20150826</guava.version>
+        <guava.version>19.0</guava.version>
 
         <hamcrest.version>1.3</hamcrest.version>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/300ab1ca/example/application/simpleapp/dom/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/dom/pom.xml b/example/application/simpleapp/dom/pom.xml
index fefe2b4..fc1489f 100644
--- a/example/application/simpleapp/dom/pom.xml
+++ b/example/application/simpleapp/dom/pom.xml
@@ -183,7 +183,7 @@
                             <dependency>
                                 <groupId>com.google.guava</groupId>
                                 <artifactId>guava</artifactId>
-                                <version>19.0.20150826</version>
+                                <version>19.0</version>
                             </dependency>
                             <dependency>
                                 <groupId>org.hsqldb</groupId>

http://git-wip-us.apache.org/repos/asf/isis/blob/300ab1ca/example/application/simpleapp/integtests/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/integtests/pom.xml b/example/application/simpleapp/integtests/pom.xml
index 3ed484b..697e2d3 100644
--- a/example/application/simpleapp/integtests/pom.xml
+++ b/example/application/simpleapp/integtests/pom.xml
@@ -123,7 +123,7 @@
                             <dependency>
                                 <groupId>com.google.guava</groupId>
                                 <artifactId>guava</artifactId>
-                                <version>16.0.1</version>
+                                <version>19.0</version>
                             </dependency>
                         </dependencies>
                         <executions>