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 2022/05/06 16:51:42 UTC

[maven-indexer] branch master updated: [MINDEXER-156] upgrade maven-bundle-plugin, fixes OSGi reproducibility

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-indexer.git


The following commit(s) were added to refs/heads/master by this push:
     new df9d3a6  [MINDEXER-156] upgrade maven-bundle-plugin, fixes OSGi reproducibility
df9d3a6 is described below

commit df9d3a6bead54b4fb79ba986215976e6db3d480d
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri May 6 18:51:39 2022 +0200

    [MINDEXER-156] upgrade maven-bundle-plugin, fixes OSGi reproducibility
---
 indexer-reader/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/indexer-reader/pom.xml b/indexer-reader/pom.xml
index e572446..c146861 100644
--- a/indexer-reader/pom.xml
+++ b/indexer-reader/pom.xml
@@ -60,13 +60,8 @@ under the License.
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>5.1.4</version>
+        <version>5.1.5</version>
         <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <_removeheaders>Bnd-LastModified</_removeheaders>
-          </instructions>
-        </configuration>
       </plugin>
     </plugins>
   </build>