enable timestamping again

This commit is contained in:
Martin Lippert
2019-06-09 12:18:11 +02:00
parent 6ada95b9f9
commit ea8ae2757b
3 changed files with 3 additions and 6 deletions

View File

@@ -565,8 +565,7 @@
<keystore>${signing.keystore}</keystore>
<storepass>${signing.store.password}</storepass>
<keypass>${signing.key.password}</keypass>
<!-- <tsa>https://ca.signfiles.com/tsa/get.aspx</tsa> -->
<!-- <tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa> -->
<tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa>
</configuration>
</plugin>
</plugins>

View File

@@ -360,8 +360,7 @@
<keystore>${signing.keystore}</keystore>
<storepass>${signing.store.password}</storepass>
<keypass>${signing.key.password}</keypass>
<!-- <tsa>https://ca.signfiles.com/tsa/get.aspx</tsa> -->
<!-- <tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa> -->
<tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa>
</configuration>
</plugin>
<plugin>

View File

@@ -137,8 +137,7 @@
<keystore>${signing.keystore}</keystore>
<storepass>${signing.store.password}</storepass>
<keypass>${signing.key.password}</keypass>
<!-- <tsa>https://ca.signfiles.com/tsa/get.aspx</tsa> -->
<!-- <tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa> -->
<tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa>
</configuration>
</plugin>