This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
commit 9e0fce6107d8241cb1e662a57488acd96bbceadc Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri Apr 28 20:10:27 2023 +0200 Fix Maven version to 3.6.3 --- log4j-transform-maven-plugin/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/log4j-transform-maven-plugin/pom.xml b/log4j-transform-maven-plugin/pom.xml index b57a0ee..ec506f8 100644 --- a/log4j-transform-maven-plugin/pom.xml +++ b/log4j-transform-maven-plugin/pom.xml @@ -27,9 +27,6 @@ <packaging>maven-plugin</packaging> <name>Apache Log4j Transform Maven plugin</name> <description>The Apache Log4j Transform Maven plugin</description> - <properties> - <maven.version>3.8.6</maven.version> - </properties> <dependencies> <dependency> <groupId>org.apache.logging.log4j</groupId>
