This is an automated email from the ASF dual-hosted git repository. lehmi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git
commit e80dc9fb3b520b228cc8fabe93c2ad9b26895f51 Author: Andreas Lehmkühler <[email protected]> AuthorDate: Sat May 16 16:25:01 2026 +0200 [maven-release-plugin] prepare release 3.0.5 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 13ebf30..40322bf 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.pdfbox</groupId> <artifactId>jbig2-imageio</artifactId> - <version>3.0.5-SNAPSHOT</version> + <version>3.0.5</version> <name>PDFBox JBIG2 ImageIO plugin</name> @@ -218,7 +218,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/pdfbox-jbig2.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=pdfbox-jbig2.git</url> - <tag>HEAD</tag> + <tag>3.0.5</tag> </scm> <dependencies> @@ -499,7 +499,7 @@ <classpathScope>test</classpathScope> <arguments> <argument>-classpath</argument> - <classpath/> <!-- expands to full test classpath --> + <classpath /> <!-- expands to full test classpath --> <argument>-XX:+FlightRecorder</argument> <argument>-XX:StartFlightRecording=filename=${project.build.directory}/arithmetic-decoder.jfr,settings=profile,dumponexit=true</argument> <argument>org.openjdk.jmh.Main</argument>
