This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MRAR-89 in repository https://gitbox.apache.org/repos/asf/maven-rar-plugin.git
commit ea1e79a77723d4b1a82ff8ff5eba57df158921b1 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Thu Jan 11 00:49:15 2024 +0100 [MRAR-89] Require Maven 3.6.3+ --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 898c780..2d1712f 100644 --- a/pom.xml +++ b/pom.xml @@ -70,12 +70,12 @@ under the License. <name>Philippe Marschall</name> </contributor> </contributors> - + <properties> <javaVersion>8</javaVersion> - <mavenVersion>3.3.9</mavenVersion> + <mavenVersion>3.6.3</mavenVersion> <project.build.outputTimestamp>2022-07-17T16:41:19Z</project.build.outputTimestamp> - </properties> + </properties> <dependencies> <dependency>
