Skip to content

Commit

Permalink
reproducible builds
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Feb 8, 2022
1 parent 8825027 commit 3b6a92f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 39 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -45,12 +45,12 @@
<!-- used in integration testing -->
<slf4j.api.minimum.compatible.version>1.6.0</slf4j.api.minimum.compatible.version>
<cal10n.version>0.8.1</cal10n.version>
<reload4j.version>1.2.18.5</reload4j.version>
<reload4j.version>1.2.19</reload4j.version>
<logback.version>1.2.10</logback.version>
<junit.version>4.12</junit.version>
<junit.version>4.13</junit.version>
<maven-site-plugin.version>3.3</maven-site-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<maven-jar-plugin.version>2.3.1</maven-jar-plugin.version>
<maven-source-plugin.version>3.2.0</maven-source-plugin.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<javadoc.plugin.version>3.1.0</javadoc.plugin.version>
<doclint>none</doclint>
</properties>
Expand Down
35 changes: 0 additions & 35 deletions slf4j-api/pom.xml
Expand Up @@ -55,7 +55,6 @@
<id>bundle-test-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
<goal>test-jar</goal>
</goals>
</execution>
Expand All @@ -81,40 +80,6 @@
</configuration>
</plugin>
</plugins>

<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-antrun-plugin
</artifactId>
<versionRange>[1.3,)</versionRange>
<goals>
<goal>run</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

</project>

0 comments on commit 3b6a92f

Please sign in to comment.