Author: lehmi Date: Thu Oct 19 05:30:54 2023 New Revision: 1913102 URL: http://svn.apache.org/viewvc?rev=1913102&view=rev Log: PDFBOX-5699: remove redundant scm section, fix url
Modified: pdfbox/branches/2.0/ (props changed) pdfbox/branches/2.0/parent/pom.xml pdfbox/branches/2.0/pom.xml Propchange: pdfbox/branches/2.0/ ------------------------------------------------------------------------------ Merged /pdfbox/trunk:r1878049 Modified: pdfbox/branches/2.0/parent/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1913102&r1=1913101&r2=1913102&view=diff ============================================================================== --- pdfbox/branches/2.0/parent/pom.xml (original) +++ pdfbox/branches/2.0/parent/pom.xml Thu Oct 19 05:30:54 2023 @@ -535,8 +535,9 @@ </developers> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/branches/2.0/pdfbox-parent</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/branches/2.0/pdfbox-parent</developerConnection> - <url>http://svn.apache.org/viewvc/maven/pom/branches/2.0/pdfbox-parent</url> + <connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/2.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/2.0</developerConnection> + <url>https://svn.apache.org/viewvc/pdfbox/branches/2.0</url> </scm> + </project> Modified: pdfbox/branches/2.0/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pom.xml?rev=1913102&r1=1913101&r2=1913102&view=diff ============================================================================== --- pdfbox/branches/2.0/pom.xml (original) +++ pdfbox/branches/2.0/pom.xml Thu Oct 19 05:30:54 2023 @@ -32,16 +32,6 @@ <name>PDFBox reactor</name> - <scm> - <connection> - scm:svn:http://svn.apache.org/repos/asf/pdfbox/branches/2.0 - </connection> - <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/2.0 - </developerConnection> - <url>http://svn.apache.org/viewvc/pdfbox/branches/2.0</url> - </scm> - <modules> <module>parent</module> <module>fontbox</module>