Author: grobmeier
Date: Thu Nov 12 07:16:07 2009
New Revision: 835277

URL: http://svn.apache.org/viewvc?rev=835277&view=rev
Log:
corrected scm configuration according to: 
http://maven.apache.org/scm/plugins/examples/scm-advance-features.html
This should prevent the tagging of the whole directory layout

Modified:
    incubator/log4php/trunk/pom.xml

Modified: incubator/log4php/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=835277&r1=835276&r2=835277&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Thu Nov 12 07:16:07 2009
@@ -57,8 +57,8 @@
                </license>
        </licenses>
        <scm>
-               
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/log4php/apache-log4php-2.0.0-incubating</connection>
-               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/log4php/tags/apache-log4php-2.0.0-incubating</developerConnection>
+               
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/log4php/trunk</connection>
+               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/log4php/trunk</developerConnection>
                
<url>http://svn.apache.org/viewcvs.cgi/incubator/log4php/apache-log4php-2.0.0-incubating</url>
        </scm>
        <organization>


Reply via email to