Author: lehmi
Date: Mon Jan 20 16:44:39 2025
New Revision: 1923268
URL: http://svn.apache.org/viewvc?rev=1923268&view=rev
Log:
[maven-release-plugin] prepare release 3.0.4
Modified:
pdfbox/branches/3.0/app/pom.xml
pdfbox/branches/3.0/debugger-app/pom.xml
pdfbox/branches/3.0/debugger/pom.xml
pdfbox/branches/3.0/examples/pom.xml
pdfbox/branches/3.0/fontbox/pom.xml
pdfbox/branches/3.0/io/pom.xml
pdfbox/branches/3.0/parent/pom.xml
pdfbox/branches/3.0/pdfbox/pom.xml
pdfbox/branches/3.0/pom.xml
pdfbox/branches/3.0/preflight-app/pom.xml
pdfbox/branches/3.0/preflight/pom.xml
pdfbox/branches/3.0/tools/pom.xml
pdfbox/branches/3.0/xmpbox/pom.xml
Modified: pdfbox/branches/3.0/app/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/app/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
--- pdfbox/branches/3.0/app/pom.xml (original)
+++ pdfbox/branches/3.0/app/pom.xml Mon Jan 20 16:44:39 2025
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -32,9 +32,9 @@
<name>Apache PDFBox application</name>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/app</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/app</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/app</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/app</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/app</developerConnection>
+ <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4/app</url>
</scm>
<dependencies>
Modified: pdfbox/branches/3.0/debugger-app/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/debugger-app/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
--- pdfbox/branches/3.0/debugger-app/pom.xml (original)
+++ pdfbox/branches/3.0/debugger-app/pom.xml Mon Jan 20 16:44:39 2025
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -33,9 +33,9 @@
<url>https://pdfbox.apache.org/</url>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/debugger-app</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/debugger-app</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/debugger-app</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/debugger-app</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/debugger-app</developerConnection>
+ <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4/debugger-app</url>
</scm>
<dependencies>
Modified: pdfbox/branches/3.0/debugger/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/debugger/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
--- pdfbox/branches/3.0/debugger/pom.xml (original)
+++ pdfbox/branches/3.0/debugger/pom.xml Mon Jan 20 16:44:39 2025
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -38,9 +38,9 @@
<inceptionYear>2002</inceptionYear>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/debugger</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/debugger</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/debugger</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/debugger</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/debugger</developerConnection>
+ <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4/debugger</url>
</scm>
<dependencies>
Modified: pdfbox/branches/3.0/examples/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/examples/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
--- pdfbox/branches/3.0/examples/pom.xml (original)
+++ pdfbox/branches/3.0/examples/pom.xml Mon Jan 20 16:44:39 2025
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -38,9 +38,9 @@
<inceptionYear>2002</inceptionYear>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/examples</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/examples</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/examples</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/examples</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/examples</developerConnection>
+ <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4/examples</url>
</scm>
<properties>
Modified: pdfbox/branches/3.0/fontbox/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/fontbox/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
--- pdfbox/branches/3.0/fontbox/pom.xml (original)
+++ pdfbox/branches/3.0/fontbox/pom.xml Mon Jan 20 16:44:39 2025
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -38,9 +38,9 @@
<url>http://pdfbox.apache.org/</url>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/fontbox</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/fontbox</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/fontbox</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/fontbox</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/fontbox</developerConnection>
+ <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4/fontbox</url>
</scm>
<dependencies>
Modified: pdfbox/branches/3.0/io/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/io/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
--- pdfbox/branches/3.0/io/pom.xml (original)
+++ pdfbox/branches/3.0/io/pom.xml Mon Jan 20 16:44:39 2025
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -38,9 +38,9 @@
<inceptionYear>2002</inceptionYear>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/io</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/io</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/io</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/io</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/io</developerConnection>
+ <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4/io</url>
</scm>
<dependencies>
Modified: pdfbox/branches/3.0/parent/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/parent/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
--- pdfbox/branches/3.0/parent/pom.xml (original)
+++ pdfbox/branches/3.0/parent/pom.xml Mon Jan 20 16:44:39 2025
@@ -30,7 +30,7 @@
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
<packaging>pom</packaging>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<name>Apache PDFBox parent</name>
<inceptionYear>2002</inceptionYear>
@@ -46,9 +46,9 @@
</issueManagement>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/parent</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/parent</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/parent</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/parent</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/parent</developerConnection>
+ <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4/parent</url>
</scm>
<properties>
Modified: pdfbox/branches/3.0/pdfbox/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/pdfbox/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
--- pdfbox/branches/3.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/3.0/pdfbox/pom.xml Mon Jan 20 16:44:39 2025
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -41,9 +41,9 @@
</properties>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/pdfbox</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/pdfbox</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/pdfbox</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/pdfbox</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/pdfbox</developerConnection>
+ <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4/pdfbox</url>
</scm>
<dependencies>
Modified: pdfbox/branches/3.0/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
--- pdfbox/branches/3.0/pom.xml (original)
+++ pdfbox/branches/3.0/pom.xml Mon Jan 20 16:44:39 2025
@@ -23,14 +23,14 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<relativePath>parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-reactor</artifactId>
<packaging>pom</packaging>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<name>Apache PDFBox Reactor</name>
@@ -51,9 +51,9 @@
</modules>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/branches/3.0</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4</developerConnection>
+ <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4</url>
</scm>
<build>
Modified: pdfbox/branches/3.0/preflight-app/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/preflight-app/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
Binary files - no diff available.
Modified: pdfbox/branches/3.0/preflight/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/preflight/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
--- pdfbox/branches/3.0/preflight/pom.xml (original)
+++ pdfbox/branches/3.0/preflight/pom.xml Mon Jan 20 16:44:39 2025
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -36,9 +36,9 @@
</properties>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/preflight</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/preflight</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/preflight</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/preflight</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/preflight</developerConnection>
+ <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4/preflight</url>
</scm>
<build>
Modified: pdfbox/branches/3.0/tools/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/tools/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
--- pdfbox/branches/3.0/tools/pom.xml (original)
+++ pdfbox/branches/3.0/tools/pom.xml Mon Jan 20 16:44:39 2025
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -38,9 +38,9 @@
<inceptionYear>2002</inceptionYear>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/tools</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/tools</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/tools</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/tools</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/tools</developerConnection>
+ <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4/tools</url>
</scm>
<dependencies>
Modified: pdfbox/branches/3.0/xmpbox/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/xmpbox/pom.xml?rev=1923268&r1=1923267&r2=1923268&view=diff
==============================================================================
--- pdfbox/branches/3.0/xmpbox/pom.xml (original)
+++ pdfbox/branches/3.0/xmpbox/pom.xml Mon Jan 20 16:44:39 2025
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -46,9 +46,9 @@
</dependencies>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/xmpbox</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/xmpbox</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/xmpbox</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/xmpbox</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/xmpbox</developerConnection>
+ <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4/xmpbox</url>
</scm>
<build>