mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-06 17:58:02 +02:00
Maven: Downgrade to animal-sniffer
Prepares migration to oss.cloudogu.com. There, builds failed every now and then (when a lot of builds ran in parallel) with the problem described in the link of the comment in pom.xml
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -430,7 +430,9 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>animal-sniffer-maven-plugin</artifactId>
|
||||
<version>1.17</version>
|
||||
<!-- Note: 1.17 seems to have problems with JDK8. When updating, use > 1.17, if available!
|
||||
https://github.com/mojohaus/animal-sniffer/issues/53 -->
|
||||
<version>1.16</version>
|
||||
<configuration>
|
||||
<signature>
|
||||
<groupId>org.codehaus.mojo.signature</groupId>
|
||||
|
||||
Reference in New Issue
Block a user