You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/08/27 09:55:56 UTC

[isis] branch master updated (445dabb -> bc1e800)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 445dabb  ISIS-1845 adding tests for _Context
     new 2ac93dd  ISIS-1845 bump DN5 versions
     new bc1e800  ISIS-1845 bump axon version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


[isis] 02/02: ISIS-1845 bump axon version

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit bc1e8008fe92d9616902a7ec18cf34e771dff9d1
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Aug 27 11:55:51 2018 +0200

    ISIS-1845 bump axon version
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index ebc1389..d831369 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -142,7 +142,7 @@
         <commons-io.version>2.6</commons-io.version>
         <com-sun-mail.version>1.5.2</com-sun-mail.version>
 
-        <axon-core.version>2.4.4</axon-core.version>
+        <axon-core.version>3.3.5</axon-core.version>
 
         <jackson.version>2.8.0</jackson.version>
         <gson.version>2.7</gson.version>


[isis] 01/02: ISIS-1845 bump DN5 versions

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 2ac93ddc595b808a54e0b237469b1573a844593b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Aug 27 11:54:48 2018 +0200

    ISIS-1845 bump DN5 versions
---
 core/pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 3cadd2b..ebc1389 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -92,11 +92,11 @@
         
         <!-- Isis Datanucleus JDO Plugin dn5 -->
 
-	    <dn5-jdo-api.version>3.2.0-m7</dn5-jdo-api.version>
-        <dn5-core.version>5.1.6</dn5-core.version>
-        <dn5-api-jdo.version>5.1.4</dn5-api-jdo.version>
-        <dn5-jdo-query.version>5.0.4</dn5-jdo-query.version>
-        <dn5-rdbms.version>5.1.6</dn5-rdbms.version>
+	    <dn5-jdo-api.version>3.2.0-m8</dn5-jdo-api.version>
+        <dn5-core.version>5.1.11</dn5-core.version>
+        <dn5-api-jdo.version>5.1.9</dn5-api-jdo.version>
+        <dn5-jdo-query.version>5.0.5</dn5-jdo-query.version>
+        <dn5-rdbms.version>5.1.11</dn5-rdbms.version>
         <dn5-jodatime.version>5.1.0-release</dn5-jodatime.version>
         <dn5-maven-plugin.version>5.0.2</dn5-maven-plugin.version>
 
@@ -112,11 +112,11 @@
         
         <!-- Isis Resteasy Plugin 3 (for JEE 7 JAX-RS API 2.0) -->
         
-        <resteasy3-jaxrs.version>3.0.17.Final</resteasy3-jaxrs.version> 
+        <resteasy3-jaxrs.version>3.1.4.Final</resteasy3-jaxrs.version> 
 		
         <!-- Isis Resteasy Plugin 4 (for JEE 8 JAX-RS API 2.1) -->
 		
-        <resteasy4-jaxrs.version>4.0.0.Beta2</resteasy4-jaxrs.version>
+        <resteasy4-jaxrs.version>4.0.0.Beta5</resteasy4-jaxrs.version>
         
         <!-- ... -->