Author: lehmi Date: Thu Oct 19 05:34:31 2023 New Revision: 1913103 URL: http://svn.apache.org/viewvc?rev=1913103&view=rev Log: PDFBOX-5699: move scm section to parent pom, fix url
Modified: pdfbox/branches/3.0/parent/pom.xml pdfbox/branches/3.0/pom.xml Modified: pdfbox/branches/3.0/parent/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/parent/pom.xml?rev=1913103&r1=1913102&r2=1913103&view=diff ============================================================================== --- pdfbox/branches/3.0/parent/pom.xml (original) +++ pdfbox/branches/3.0/parent/pom.xml Thu Oct 19 05:34:31 2023 @@ -45,6 +45,13 @@ <url>https://issues.apache.org/jira/browse/PDFBOX</url> </issueManagement> + <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> + </scm> + + <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> Modified: pdfbox/branches/3.0/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/pom.xml?rev=1913103&r1=1913102&r2=1913103&view=diff ============================================================================== --- pdfbox/branches/3.0/pom.xml (original) +++ pdfbox/branches/3.0/pom.xml Thu Oct 19 05:34:31 2023 @@ -32,12 +32,6 @@ <name>Apache PDFBox</name> - <scm> - <connection>cm:svn:http://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>http://svn.apache.org/viewvc/pdfbox/branches/3.0</url> - </scm> - <modules> <module>parent</module> <module>io</module>