This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MCLEAN-105 in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
commit f1581ce505c850b5c9484e8d530c86d6c8da71a1 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Wed Jun 7 18:01:18 2023 +0200 [MCLEAN-105] Bump maven-plugins from 38 to 39 --- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e4d6792..03220fc 100644 --- a/pom.xml +++ b/pom.xml @@ -23,8 +23,8 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>38</version> - <relativePath/> + <version>39</version> + <relativePath /> </parent> <artifactId>maven-clean-plugin</artifactId> @@ -62,8 +62,6 @@ under the License. <properties> <mavenVersion>3.2.5</mavenVersion> - <javaVersion>8</javaVersion> - <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion> <project.build.outputTimestamp>2022-04-01T21:20:42Z</project.build.outputTimestamp> </properties>
