You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/06/13 15:34:57 UTC

[plc4x] branch revert-989-dependabot/maven/org.eclipse.jdt-ecj-3.34.0 created (now 5b32fba656)

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

sruehl pushed a change to branch revert-989-dependabot/maven/org.eclipse.jdt-ecj-3.34.0
in repository https://gitbox.apache.org/repos/asf/plc4x.git


      at 5b32fba656 Revert "build(deps): bump ecj from 3.32.0 to 3.34.0 (#989)"

This branch includes the following new commits:

     new 5b32fba656 Revert "build(deps): bump ecj from 3.32.0 to 3.34.0 (#989)"

The 1 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.



[plc4x] 01/01: Revert "build(deps): bump ecj from 3.32.0 to 3.34.0 (#989)"

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

sruehl pushed a commit to branch revert-989-dependabot/maven/org.eclipse.jdt-ecj-3.34.0
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 5b32fba656fbaebda1fa3eb07214d42aff8e1b87
Author: Sebastian Rühl <se...@pm.me>
AuthorDate: Tue Jun 13 17:34:51 2023 +0200

    Revert "build(deps): bump ecj from 3.32.0 to 3.34.0 (#989)"
    
    This reverts commit 11a11bd161e9e86c4e6a1e1e9e2a1f7d0ba7ad0c.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 072dee41ae..7cdaa7392d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1140,7 +1140,7 @@
             <dependency>
               <groupId>org.eclipse.jdt</groupId>
               <artifactId>ecj</artifactId>
-              <version>3.34.0</version>
+              <version>3.32.0</version>
             </dependency>
           </dependencies>
         </plugin>