This is an automated email from the ASF dual-hosted git repository.

bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ec34d6  upgrade plugins for Reproducible Builds (#77)
1ec34d6 is described below

commit 1ec34d6ac74633bc8f77efe415407021fad1744f
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sat Mar 5 21:38:36 2022 +0100

    upgrade plugins for Reproducible Builds (#77)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ffaca40..971d9be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1019,7 +1019,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>2.6</version>
+                    <version>3.3.0</version>
                 </plugin>
 
                 <plugin>
@@ -1091,7 +1091,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>3.2.0</version>
+                    <version>3.2.2</version>
                 </plugin>
 
                 <plugin>
@@ -1116,7 +1116,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.2.1</version>
                     <executions>
                         <execution>
                             <id>attach-sources</id>

Reply via email to