This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MJARSIGNER-65 in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git
commit e5dba5d3eda09a0e0cebe3861e9b6ae77c13d20e Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Wed May 24 21:42:20 2023 +0200 [MJARSIGNER-65] Upgrade parent pom to 39 --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 4185ef7..bfb43fa 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>34</version> + <version>39</version> <relativePath /> </parent> @@ -72,7 +72,6 @@ under the License. <properties> <mavenVersion>3.2.5</mavenVersion> - <javaVersion>8</javaVersion> <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp> </properties> @@ -150,11 +149,6 @@ under the License. </excludes> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - <version>3.0.0</version> - </plugin> </plugins> </pluginManagement> </build>
