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

[26/38] isis git commit: ISIS-1353: updates axon from 2.4 to 2.4.4

ISIS-1353: updates axon from 2.4 to 2.4.4

            <dependencies>
                <dependency>
                    <groupId>org.axonframework</groupId>
                    <artifactId>axon-core</artifactId>
                    <version>${axon-core.version}</version>
                </dependency>
            </dependencies>


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

Branch: refs/heads/master
Commit: a5b2b3a1ce19fbb5332474138edb992d9d1422ba
Parents: 0dce459
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 17:18:49 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 17:18:49 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/a5b2b3a1/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 64adc6f..639d61f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -123,7 +123,7 @@
         <commons-email.version>1.4</commons-email.version>
         <com-sun-mail.version>1.5.2</com-sun-mail.version>
 
-        <axon-core.version>2.4</axon-core.version>
+        <axon-core.version>2.4.4</axon-core.version>
 
         <jackson.version>2.8.0</jackson.version>
         <gson.version>2.7</gson.version>