You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/05/08 20:18:09 UTC

[maven-artifact-plugin] branch master updated: upgrade to 3.1.0-SNAPSHOT

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c029fe  upgrade to 3.1.0-SNAPSHOT
1c029fe is described below

commit 1c029fe44e8314ce2dde9610589304dc94960500
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat May 8 22:18:05 2021 +0200

    upgrade to 3.1.0-SNAPSHOT
---
 pom.xml                                                                 | 2 +-
 .../java/org/apache/maven/plugins/artifact/buildinfo/BuildinfoMojo.java | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dfa1b7f..f2e8f4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-artifact-plugin</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Artifact Plugin</name>
diff --git a/src/main/java/org/apache/maven/plugins/artifact/buildinfo/BuildinfoMojo.java b/src/main/java/org/apache/maven/plugins/artifact/buildinfo/BuildinfoMojo.java
index cb407e0..349c18a 100644
--- a/src/main/java/org/apache/maven/plugins/artifact/buildinfo/BuildinfoMojo.java
+++ b/src/main/java/org/apache/maven/plugins/artifact/buildinfo/BuildinfoMojo.java
@@ -139,6 +139,8 @@ public class BuildinfoMojo
     /**
      * Makes the generated {@code .buildinfo} file reproducible, by dropping detailed environment recording: OS will be
      * recorded as "Windows" or "Unix", JVM version only as major version.
+     *
+     * @since 3.1.0
      */
     @Parameter( property = "buildinfo.reproducible", defaultValue = "false" )
     private boolean reproducible;