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:57:53 UTC

[plc4x-build-tools] branch develop updated: chore(build): remove extra declaration of maven.version

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 dcf986b  chore(build): remove extra declaration of maven.version
dcf986b is described below

commit dcf986bede69cbe88f5acffc2bd7fb7519dc47c4
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Mon Sep 12 10:57:46 2022 +0200

    chore(build): remove extra declaration of maven.version
---
 code-generation/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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