Skip to content

Commit

Permalink
[all] Downgrade Launch4j version because the latest version has inval…
Browse files Browse the repository at this point in the history
…id configuration for MacOS.

The latest version 1.7.19 depends transitively on the
net.sf.launch4j:launch4j:jar:workdir-osx Maven package, which is not on
Central. The provided package is workdir-mac.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Sep 15, 2017
1 parent e9778ba commit e9781fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -583,7 +583,7 @@
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>1.7.19</version>
<version>1.7.18</version>
</plugin>

<plugin>
Expand Down

0 comments on commit e9781fd

Please sign in to comment.