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:47 UTC

[14/38] isis git commit: ISIS-1353: updating xstream from 1.4.8 to 1.4.9

ISIS-1353: updating xstream from 1.4.8 to 1.4.9

            <dependency>
                <groupId>com.thoughtworks.xstream</groupId>
                <artifactId>xstream</artifactId>
                <version>${xstream.version}</version>
            </dependency>


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

Branch: refs/heads/master
Commit: 7a84dfc1a579bbb8ba9292053db7f9fce5330cfe
Parents: e9f1c19
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 06:38:43 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 06:38:43 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/7a84dfc1/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index d387746..626a28e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -155,7 +155,7 @@
 
         <dom4j.version>1.6.1</dom4j.version>
         <jdom.version>2.0.2</jdom.version>
-        <xstream.version>1.4.8</xstream.version>
+        <xstream.version>1.4.9</xstream.version>
         <htmlparser.version>2.1</htmlparser.version>
 
         <junit.version>4.12</junit.version>