You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2023/08/15 20:22:21 UTC

svn commit: r1911701 - /pdfbox/trunk/benchmark/pom.xml

Author: lehmi
Date: Tue Aug 15 20:22:21 2023
New Revision: 1911701

URL: http://svn.apache.org/viewvc?rev=1911701&view=rev
Log:
set benchmark package to 4.0.0-SNAPSHOT

Modified:
    pdfbox/trunk/benchmark/pom.xml

Modified: pdfbox/trunk/benchmark/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/benchmark/pom.xml?rev=1911701&r1=1911700&r2=1911701&view=diff
==============================================================================
--- pdfbox/trunk/benchmark/pom.xml (original)
+++ pdfbox/trunk/benchmark/pom.xml Tue Aug 15 20:22:21 2023
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.pdfbox</groupId>
         <artifactId>pdfbox-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -161,4 +161,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>