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 2022/03/25 04:40:05 UTC

[isis] branch master updated (9e44624 -> 0409c02)

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 9e44624  Merge pull request #885 from apache/dependabot/maven/master/io.cucumber-messages-18.0.0
     new 10f252a  Bump datanucleus-core/joda/rdbms from 6.0.0-m3 to 6.0.0-m4
     new 0409c02  Bump joda from 2.10.13 to 2.10.14

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     | 8 ++++----
 starters/pom.xml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

[isis] 02/02: Bump joda from 2.10.13 to 2.10.14

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 0409c0274845cd1f3b088036f47e4514735e08f9
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Mar 25 05:28:27 2022 +0100

    Bump joda from 2.10.13 to 2.10.14
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 3cd2ac1..d2b408f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -136,7 +136,7 @@
 
 		<jdom.version>2.0.6.1</jdom.version>
 		<jmock.version>2.12.0</jmock.version>
-		<joda-time.version>2.10.13</joda-time.version>
+		<joda-time.version>2.10.14</joda-time.version>
 		<jopt-simple.version>6.0-alpha-3</jopt-simple.version>
 
 		<jquery-ui.version>1.13.0</jquery-ui.version> <!-- org.webjars:jquery-ui -->

[isis] 01/02: Bump datanucleus-core/joda/rdbms from 6.0.0-m3 to 6.0.0-m4

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 10f252a4ac1eced16eabafa45d84082cb84db9dc
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Mar 25 05:25:29 2022 +0100

    Bump datanucleus-core/joda/rdbms from 6.0.0-m3 to 6.0.0-m4
---
 core/pom.xml     | 6 +++---
 starters/pom.xml | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 044f6a7..3cd2ac1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -103,12 +103,12 @@
 		<danhaywood-java-testsupport.version>1.0.0</danhaywood-java-testsupport.version>
 
 		<datanucleus-api-jdo.version>6.0.0-m4</datanucleus-api-jdo.version>
-		<datanucleus-core.version>6.0.0-m3</datanucleus-core.version>
+		<datanucleus-core.version>6.0.0-m4</datanucleus-core.version>
 		<datanucleus-jdo-api.version>3.2.0-release</datanucleus-jdo-api.version>
 		<datanucleus-jdo-query.version>6.0.0-m1</datanucleus-jdo-query.version>
-		<datanucleus-jodatime.version>6.0.0-m3</datanucleus-jodatime.version>
+		<datanucleus-jodatime.version>6.0.0-m4</datanucleus-jodatime.version>
 		<datanucleus-maven-plugin.version>6.0.0-m1</datanucleus-maven-plugin.version>
-		<datanucleus-rdbms.version>6.0.0-m3</datanucleus-rdbms.version>
+		<datanucleus-rdbms.version>6.0.0-m4</datanucleus-rdbms.version>
 
 		<docx4j.version>11.3.2</docx4j.version>
 
diff --git a/starters/pom.xml b/starters/pom.xml
index 1c2a90c..6b52dc6 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -159,8 +159,8 @@
 
 				<!-- keep in sync with versions used in Apache Isis -->
 				<datanucleus-api-jdo.version>6.0.0-m4</datanucleus-api-jdo.version>
-				<datanucleus-core.version>6.0.0-m3</datanucleus-core.version>
-				<datanucleus-jodatime.version>6.0.0-m3</datanucleus-jodatime.version>
+				<datanucleus-core.version>6.0.0-m4</datanucleus-core.version>
+				<datanucleus-jodatime.version>6.0.0-m4</datanucleus-jodatime.version>
 				<datanucleus-maven-plugin.version>6.0.0-m1</datanucleus-maven-plugin.version>
 
 				<datanucleus-maven-plugin.log4jConfiguration>${basedir}/logging-dn-enhance.properties</datanucleus-maven-plugin.log4jConfiguration>