This is an automated email from the ASF dual-hosted git repository. andor pushed a commit to branch branch-3.9 in repository https://gitbox.apache.org/repos/asf/zookeeper.git
commit 23603237cd47ef03c0a2b75a5398c24907d08ae4 Author: Hervé Boutemy <[email protected]> AuthorDate: Fri Aug 4 12:39:57 2023 +0200 ZOOKEEPER-4732: upgrade plugins, fix Reproducible Builds issues (#2042) (cherry picked from commit 15f29b51a22bc51b9d6074cb7f3e72bb00a9753a) --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9f9711f43..de34732d4 100644 --- a/pom.xml +++ b/pom.xml @@ -542,6 +542,7 @@ <!-- maven properties --> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> + <project.build.outputTimestamp>1691130453</project.build.outputTimestamp> <dependency.locations.enabled>false</dependency.locations.enabled> <surefire.version>2.22.1</surefire.version> @@ -816,7 +817,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.1.0</version> + <version>3.6.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -919,12 +920,12 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>5.1.1</version> + <version>5.1.9</version> </plugin> <plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven-plugin</artifactId> - <version>2.7.6</version> + <version>2.7.9</version> </plugin> </plugins> </pluginManagement>
