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/01/01 21:27:10 UTC

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

Author: ltheussl
Date: Sat Jan  1 20:27:09 2011
New Revision: 1054282

URL: http://svn.apache.org/viewvc?rev=1054282&view=rev
Log:
upgrade to latest parent and site plugin, re-configure jira report

Modified:
    maven/doxia/site/pom.xml

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=1054282&r1=1054281&r2=1054282&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Sat Jan  1 20:27:09 2011
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>15</version>
+    <version>19-SNAPSHOT</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -35,7 +35,7 @@ under the License.
 
   <name>Doxia Site</name>
   <description>Site of the Maven Doxia Framework</description>
-  <url>http://maven.apache.org/doxia</url>
+  <url>http://maven.apache.org/doxia/</url>
   <inceptionYear>2005</inceptionYear>
 
   <mailingLists>
@@ -150,7 +150,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.1.1</version>
+          <version>2.3-SNAPSHOT</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -275,13 +275,13 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.3</version>
         <configuration>
-          <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
+          <columnNames>Fix Version,Type,Key,Summary,Resolution</columnNames>
           <resolutionIds>Closed</resolutionIds>
-          <sortColumnNames>Type,Key</sortColumnNames>
+          <sortColumnNames>Fix Version DESC</sortColumnNames>
           <maxEntries>1000</maxEntries>
-          <fixVersionIds>15924</fixVersionIds> <!-- 1.1.3 -->
+          <fixVersionIds>13617,15073,15517,15924,16702</fixVersionIds> <!-- 1.1.x -->
         </configuration>
         <reportSets>
           <reportSet>