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/06/27 04:04:44 UTC

[isis] branch master updated: Bump datanucleus-api-jpa from 6.0.0-m5 to 6.0.0-release (starters)

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


The following commit(s) were added to refs/heads/master by this push:
     new 1dcf47ed86 Bump datanucleus-api-jpa from 6.0.0-m5 to 6.0.0-release (starters)
1dcf47ed86 is described below

commit 1dcf47ed86614d303f128283f82b84943d9e01ef
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Jun 27 06:04:38 2022 +0200

    Bump datanucleus-api-jpa from 6.0.0-m5 to 6.0.0-release (starters)
---
 starters/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/starters/pom.xml b/starters/pom.xml
index 29cd026c6f..0bd28e4f85 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -154,7 +154,7 @@
 
 				<!-- keep in sync with versions used in Apache Isis -->
 				<datanucleus-api-jdo.version>6.0.0-release</datanucleus-api-jdo.version>
-				<datanucleus-api-jpa.version>6.0.0-m5</datanucleus-api-jpa.version>
+				<datanucleus-api-jpa.version>6.0.0-release</datanucleus-api-jpa.version>
 				<datanucleus-core.version>6.0.0-release</datanucleus-core.version>
 				<datanucleus-jodatime.version>6.0.0-release</datanucleus-jodatime.version>
 				<datanucleus-maven-plugin.version>6.0.0-release</datanucleus-maven-plugin.version>