You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2020/05/04 14:39:17 UTC

[felix-dev] branch master updated: [FELIX-6269] Reproducible builds: fix Built-By and Build-Jdk by upgrading maven archiver

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c49129  [FELIX-6269] Reproducible builds: fix Built-By and Build-Jdk by upgrading maven archiver
3c49129 is described below

commit 3c491299920b5e450edf0a0fb47fcb56837c1200
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon May 4 16:34:15 2020 +0200

    [FELIX-6269] Reproducible builds: fix Built-By and Build-Jdk by upgrading maven archiver
---
 tools/maven-bundle-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/maven-bundle-plugin/pom.xml b/tools/maven-bundle-plugin/pom.xml
index f2e969d..f3f109a 100644
--- a/tools/maven-bundle-plugin/pom.xml
+++ b/tools/maven-bundle-plugin/pom.xml
@@ -205,7 +205,7 @@
   <dependency>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven-archiver</artifactId>
-   <version>3.4.0</version>
+   <version>3.5.0</version>
   </dependency>
   <dependency>
    <groupId>org.apache.maven.shared</groupId>