You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ju...@apache.org on 2010/10/18 15:41:32 UTC

svn commit: r1023797 - /pdfbox/branches/1.3/parent/pom.xml

Author: jukka
Date: Mon Oct 18 13:41:32 2010
New Revision: 1023797

URL: http://svn.apache.org/viewvc?rev=1023797&view=rev
Log:
1.3: Fix wrong scm settings.

Modified:
    pdfbox/branches/1.3/parent/pom.xml

Modified: pdfbox/branches/1.3/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.3/parent/pom.xml?rev=1023797&r1=1023796&r2=1023797&view=diff
==============================================================================
--- pdfbox/branches/1.3/parent/pom.xml (original)
+++ pdfbox/branches/1.3/parent/pom.xml Mon Oct 18 13:41:32 2010
@@ -181,8 +181,8 @@
 
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/branches/1.3/pdfbox-parent</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/branches/1.3/pdfbox-parent</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/branches/1.3/pdfbox-parent</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/branches/1.3/parent</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/branches/1.3/parent</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/pom/branches/1.3/parent</url>
   </scm>
 </project>