Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Reproducible Build
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien-cerf-bit committed Jun 23, 2020
1 parent 51140f3 commit be652c3
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>ch.admin.bag.covidcode</groupId>
<artifactId>ha-authcode-generation-service</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<name>ha-authcode-generation-service</name>
<description>Service for generating an authorization code for the proximity tracing app</description>

Expand Down Expand Up @@ -241,18 +241,6 @@
<version>${maven-failsafe-plugin.version}</version>
</plugin>

<plugin>
<groupId>io.github.zlika</groupId>
<artifactId>reproducible-build-maven-plugin</artifactId>
<version>${reproducible-build-maven-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>strip-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.github.zlika</groupId>
<artifactId>reproducible-build-maven-plugin</artifactId>
Expand Down

0 comments on commit be652c3

Please sign in to comment.