Skip to content

Commit

Permalink
Merge branch 'hboutemy-reproducible'
Browse files Browse the repository at this point in the history
gnodet: also remove headers added by the plugin upgrade
  • Loading branch information
gnodet committed Jan 21, 2021
2 parents e8bf24a + 043a432 commit 68b68cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2020-12-19T18:04:00Z</project.build.outputTimestamp>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -421,10 +422,12 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.0</version>
<version>5.1.1</version>
<configuration>
<instructions>
<Export-Package>*;-noimport:=true</Export-Package>
<_removeheaders>Bnd-LastModified,Include-Resource,Private-Package</_removeheaders>
<_reproducible>true</_reproducible>
</instructions>
</configuration>
<executions>
Expand Down

0 comments on commit 68b68cf

Please sign in to comment.