You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by lt...@apache.org on 2011/02/10 11:24:49 UTC

svn commit: r1069326 - /maven/doxia/site/pom.xml

Author: ltheussl
Date: Thu Feb 10 10:24:49 2011
New Revision: 1069326

URL: http://svn.apache.org/viewvc?rev=1069326&view=rev
Log:
upgrade to latest plugins

Modified:
    maven/doxia/site/pom.xml

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=1069326&r1=1069325&r2=1069326&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Thu Feb 10 10:24:49 2011
@@ -143,7 +143,7 @@ under the License.
   </pluginRepositories>
 
   <properties>
-    <doxiaVersion>1.1.3</doxiaVersion>
+    <doxiaVersion>1.1.4</doxiaVersion>
   </properties>
 
   <build>
@@ -258,7 +258,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.1.2</version>
+        <version>2.3.1</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -282,7 +282,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
         <configuration>
           <columnNames>Fix Version,Type,Key,Summary,Resolution</columnNames>
           <resolutionIds>Closed</resolutionIds>