Skip to content

Commit b19dae1

Browse files
committed
enable Reproducible Builds
1 parent aa36994 commit b19dae1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
<encoding>UTF-8</encoding>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
39+
<project.build.outputTimestamp>10</project.build.outputTimestamp>
3940
<maven.compiler.source>1.8</maven.compiler.source>
4041
<maven.compiler.target>1.8</maven.compiler.target>
4142
<maven.compiler.release>8</maven.compiler.release>
@@ -80,12 +81,13 @@
8081
<maven.checkstyle.plugin>3.1.0</maven.checkstyle.plugin>
8182
<checkstyle.version>8.29</checkstyle.version>
8283
<maven.compiler.plugin.version>3.8.0</maven.compiler.plugin.version>
83-
<maven.source.plugin.version>3.2.0</maven.source.plugin.version>
84+
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
85+
<maven.release.plugin.version>3.0.0-M6</maven.release.plugin.version>
8486
<maven.surefire.plugin.version>2.22.2</maven.surefire.plugin.version>
8587
<maven.dependency.plugin.version>2.10</maven.dependency.plugin.version>
86-
<maven.shade.plugin.version>3.2.1</maven.shade.plugin.version>
88+
<maven.shade.plugin.version>3.4.0</maven.shade.plugin.version>
8789
<maven.plugin.plugin.version>3.6.0</maven.plugin.plugin.version>
88-
<maven.jar.plugin.version>3.1.2</maven.jar.plugin.version>
90+
<maven.jar.plugin.version>3.3.0</maven.jar.plugin.version>
8991
<maven.clean.plugin.version>3.1.0</maven.clean.plugin.version>
9092
<nexus.staging.maven.plugin.version>1.6.8</nexus.staging.maven.plugin.version>
9193
<versions.maven.plugin.version>2.7</versions.maven.plugin.version>
@@ -156,6 +158,11 @@
156158
</execution>
157159
</executions>
158160
</plugin>
161+
<plugin>
162+
<groupId>org.apache.maven.plugins</groupId>
163+
<artifactId>maven-release-plugin</artifactId>
164+
<version>${maven.release.plugin.version}</version>
165+
</plugin>
159166
<plugin>
160167
<groupId>org.apache.maven.plugins</groupId>
161168
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)