This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
The following commit(s) were added to refs/heads/master by this push: new fb2299a Restore mavenArchiverVersion property used in the site fb2299a is described below commit fb2299a6dc12078af33983414474292bab531ed7 Author: Jorge Solórzano <jor...@gmail.com> AuthorDate: Thu Aug 25 12:24:31 2022 +0200 Restore mavenArchiverVersion property used in the site Signed-off-by: Jorge Solórzano <jor...@gmail.com> --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca35e0c..3bf7235 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,7 @@ <properties> <javaVersion>8</javaVersion> <mavenVersion>3.2.5</mavenVersion> + <mavenArchiverVersion>3.6.0</mavenArchiverVersion> <project.build.outputTimestamp>2022-01-08T21:19:21Z</project.build.outputTimestamp> </properties> @@ -113,7 +114,7 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-archiver</artifactId> - <version>3.6.0</version> + <version>${mavenArchiverVersion}</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>