Author: tilman
Date: Thu Jul 30 08:43:22 2026
New Revision: 1936717
Log:
PDFBOX-4951: fix scm
Modified:
pdfbox/branches/3.0/pdfbox-layout-awt/pom.xml
Modified: pdfbox/branches/3.0/pdfbox-layout-awt/pom.xml
==============================================================================
--- pdfbox/branches/3.0/pdfbox-layout-awt/pom.xml Thu Jul 30 08:33:24
2026 (r1936716)
+++ pdfbox/branches/3.0/pdfbox-layout-awt/pom.xml Thu Jul 30 08:43:22
2026 (r1936717)
@@ -38,9 +38,9 @@
<inceptionYear>2002</inceptionYear>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/pdfbox-layout-awt</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/pdfbox-layout-awt</developerConnection>
- <url>https://svn.apache.org/viewvc/pdfbox/trunk/pdfbox-layout-awt</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/pdfbox-layout-awt</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/pdfbox-layout-awt</developerConnection>
+
<url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/pdfbox-layout-awt</url>
</scm>
<dependencies>