Skip to content

Commit

Permalink
updated Eclipse jarsigner signing URL
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Jul 5, 2021
1 parent a541f2f commit f7284ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</plugin>
<plugin>
<groupId>de.saumya.mojo</groupId>
Expand Down Expand Up @@ -829,6 +829,7 @@
<artifactId>eclipse-jarsigner-plugin</artifactId>
<configuration>
<excludeInnerJars>true</excludeInnerJars>
<signerUrl>https://cbi.eclipse.org/jarsigner/sign</signerUrl>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit f7284ca

Please sign in to comment.