You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/02/22 14:09:36 UTC

[logging-log4j2] branch release-2.x updated: Bump org.eclipse.persistence:org.eclipse.persistence.jpa from 2.7.9 to 2.7.10.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 1e746ca  Bump org.eclipse.persistence:org.eclipse.persistence.jpa from 2.7.9 to 2.7.10.
1e746ca is described below

commit 1e746cafe5cc8f7abd40b6b4819fcc2ea0a9441e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Feb 22 09:09:33 2022 -0500

    Bump org.eclipse.persistence:org.eclipse.persistence.jpa from 2.7.9 to
    2.7.10.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5004a35..bfab6b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -892,7 +892,7 @@
       <dependency>
         <groupId>org.eclipse.persistence</groupId>
         <artifactId>org.eclipse.persistence.jpa</artifactId>
-        <version>2.7.9</version>
+        <version>2.7.10</version>
       </dependency>
       <dependency>
         <groupId>org.eclipse.persistence</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 60e986e..f561d7d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -318,6 +318,9 @@
       <action dev="ggregory" type="udpate" due-to="Gary Gregory">
         Bump maven-compiler-plugin from 3.8.1 to 3.9.0.
       </action>
+      <action dev="ggregory" type="udpate" due-to="Gary Gregory">
+        Bump org.eclipse.persistence:org.eclipse.persistence.jpa from 2.7.9 to 2.7.10.
+      </action>
 	</release>
     <release version="2.17.1" date="2021-12-27" description="GA Release 2.17.1">
       <!-- FIXES -->