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 2022/09/12 08:50:27 UTC

[plc4x-build-tools] branch develop updated: Revert "chore(deps): bump maven.version from 3.6.3 to 3.8.5 (#28)"

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 95e0818  Revert "chore(deps): bump maven.version from 3.6.3 to 3.8.5 (#28)"
95e0818 is described below

commit 95e081883b8cbd3880e3ced1228868e4203fba70
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Mon Sep 12 10:50:18 2022 +0200

    Revert "chore(deps): bump maven.version from 3.6.3 to 3.8.5 (#28)"
    
    This reverts commit 92ce7b028fdacca95b442af8bbed393f3fefcc41.
---
 code-generation/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 335362d..f560f73 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -41,7 +41,7 @@
   <description>This module groups all the modules that will be moved outside the core repository.</description>
 
   <properties>
-    <maven.version>3.8.5</maven.version>
+    <maven.version>3.6.3</maven.version>
 
     <java.version>11</java.version>
     <!-- Timestamp for the reproducible builds -->