Author: lehmi Date: Mon Aug 14 17:16:27 2023 New Revision: 1911657 URL: http://svn.apache.org/viewvc?rev=1911657&view=rev Log: [maven-release-plugin] prepare release 3.0.0
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=1911657&r1=1911656&r2=1911657&view=diff ============================================================================== --- pdfbox/branches/3.0/app/pom.xml (original) +++ pdfbox/branches/3.0/app/pom.xml Mon Aug 14 17:16:27 2023 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: pdfbox/branches/3.0/debugger-app/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/debugger-app/pom.xml?rev=1911657&r1=1911656&r2=1911657&view=diff ============================================================================== --- pdfbox/branches/3.0/debugger-app/pom.xml (original) +++ pdfbox/branches/3.0/debugger-app/pom.xml Mon Aug 14 17:16:27 2023 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: pdfbox/branches/3.0/debugger/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/debugger/pom.xml?rev=1911657&r1=1911656&r2=1911657&view=diff ============================================================================== --- pdfbox/branches/3.0/debugger/pom.xml (original) +++ pdfbox/branches/3.0/debugger/pom.xml Mon Aug 14 17:16:27 2023 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: pdfbox/branches/3.0/examples/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/examples/pom.xml?rev=1911657&r1=1911656&r2=1911657&view=diff ============================================================================== --- pdfbox/branches/3.0/examples/pom.xml (original) +++ pdfbox/branches/3.0/examples/pom.xml Mon Aug 14 17:16:27 2023 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: pdfbox/branches/3.0/fontbox/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/fontbox/pom.xml?rev=1911657&r1=1911656&r2=1911657&view=diff ============================================================================== --- pdfbox/branches/3.0/fontbox/pom.xml (original) +++ pdfbox/branches/3.0/fontbox/pom.xml Mon Aug 14 17:16:27 2023 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: pdfbox/branches/3.0/io/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/io/pom.xml?rev=1911657&r1=1911656&r2=1911657&view=diff ============================================================================== --- pdfbox/branches/3.0/io/pom.xml (original) +++ pdfbox/branches/3.0/io/pom.xml Mon Aug 14 17:16:27 2023 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: pdfbox/branches/3.0/parent/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/parent/pom.xml?rev=1911657&r1=1911656&r2=1911657&view=diff ============================================================================== --- pdfbox/branches/3.0/parent/pom.xml (original) +++ pdfbox/branches/3.0/parent/pom.xml Mon Aug 14 17:16:27 2023 @@ -29,7 +29,7 @@ <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <packaging>pom</packaging> <name>PDFBox parent</name> @@ -554,8 +554,8 @@ </developers> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/pdfbox/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/pdfbox/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/pdfbox/tags/3.0.0/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.0/trunk</developerConnection> + <url>http://svn.apache.org/viewvc/pdfbox/tags/3.0.0/trunk</url> </scm> </project> Modified: pdfbox/branches/3.0/pdfbox/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/pdfbox/pom.xml?rev=1911657&r1=1911656&r2=1911657&view=diff ============================================================================== --- pdfbox/branches/3.0/pdfbox/pom.xml (original) +++ pdfbox/branches/3.0/pdfbox/pom.xml Mon Aug 14 17:16:27 2023 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: pdfbox/branches/3.0/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/pom.xml?rev=1911657&r1=1911656&r2=1911657&view=diff ============================================================================== --- pdfbox/branches/3.0/pom.xml (original) +++ pdfbox/branches/3.0/pom.xml Mon Aug 14 17:16:27 2023 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>parent/pom.xml</relativePath> </parent> @@ -34,12 +34,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/pdfbox/trunk + scm:svn:http://svn.apache.org/repos/asf/pdfbox/tags/3.0.0 </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk + scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.0 </developerConnection> - <url>http://svn.apache.org/viewvc/pdfbox/trunk</url> + <url>http://svn.apache.org/viewvc/pdfbox/tags/3.0.0</url> </scm> <modules> Modified: pdfbox/branches/3.0/preflight-app/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/preflight-app/pom.xml?rev=1911657&r1=1911656&r2=1911657&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=1911657&r1=1911656&r2=1911657&view=diff ============================================================================== --- pdfbox/branches/3.0/preflight/pom.xml (original) +++ pdfbox/branches/3.0/preflight/pom.xml Mon Aug 14 17:16:27 2023 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: pdfbox/branches/3.0/tools/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/tools/pom.xml?rev=1911657&r1=1911656&r2=1911657&view=diff ============================================================================== --- pdfbox/branches/3.0/tools/pom.xml (original) +++ pdfbox/branches/3.0/tools/pom.xml Mon Aug 14 17:16:27 2023 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: pdfbox/branches/3.0/xmpbox/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/xmpbox/pom.xml?rev=1911657&r1=1911656&r2=1911657&view=diff ============================================================================== --- pdfbox/branches/3.0/xmpbox/pom.xml (original) +++ pdfbox/branches/3.0/xmpbox/pom.xml Mon Aug 14 17:16:27 2023 @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../parent/pom.xml</relativePath> </parent>