You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/09/29 22:24:00 UTC

svn commit: r580638 - /commons/sandbox/proxy/trunk/pom.xml

Author: niallp
Date: Sat Sep 29 13:24:00 2007
New Revision: 580638

URL: http://svn.apache.org/viewvc?rev=580638&view=rev
Log:
Specify changelog plugin version (site wasn't building for me without it)

Modified:
    commons/sandbox/proxy/trunk/pom.xml

Modified: commons/sandbox/proxy/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/proxy/trunk/pom.xml?rev=580638&r1=580637&r2=580638&view=diff
==============================================================================
--- commons/sandbox/proxy/trunk/pom.xml (original)
+++ commons/sandbox/proxy/trunk/pom.xml Sat Sep 29 13:24:00 2007
@@ -225,6 +225,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changelog-plugin</artifactId>
+                <version>2.1</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>