You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2021/03/31 06:27:23 UTC

svn commit: r1888243 - /pdfbox/trunk/parent/pom.xml

Author: tilman
Date: Wed Mar 31 06:27:23 2021
New Revision: 1888243

URL: http://svn.apache.org/viewvc?rev=1888243&view=rev
Log:
PDFBOX-4892: replace TSA server with one that works

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1888243&r1=1888242&r2=1888243&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Wed Mar 31 06:27:23 2021
@@ -191,7 +191,7 @@
                         <configuration>
                             <systemPropertyVariables>
                                 <!-- we don't want to DoS the TSA server, thus we test this only in pedantic mode -->
-                                <org.apache.pdfbox.examples.pdmodel.tsa>https://freetsa.org/tsr</org.apache.pdfbox.examples.pdmodel.tsa>
+                                <org.apache.pdfbox.examples.pdmodel.tsa>http://time.certum.pl</org.apache.pdfbox.examples.pdmodel.tsa>
                             </systemPropertyVariables>
                         </configuration>
                     </plugin>