You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2012/07/20 17:44:25 UTC

svn commit: r1363851 - /logging/log4j/log4j2/trunk/pom.xml

Author: rgoers
Date: Fri Jul 20 15:44:25 2012
New Revision: 1363851

URL: http://svn.apache.org/viewvc?rev=1363851&view=rev
Log:
Hopefully this keeps the source repository url from changing to the release branch

Modified:
    logging/log4j/log4j2/trunk/pom.xml

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1363851&r1=1363850&r2=1363851&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Fri Jul 20 15:44:25 2012
@@ -335,6 +335,9 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>2.4</version>
+        <configuration>
+          <webAccessUrl>https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk</webAccessUrl>
+        </configuration>
       </plugin>
       <!-- Surefire report -->
       <plugin>