Author: vsiveton
Date: Mon Dec  7 23:01:31 2009
New Revision: 888175

URL: http://svn.apache.org/viewvc?rev=888175&view=rev
Log:
o minor update due to release

Modified:
    maven/doxia/site/pom.xml
    maven/doxia/site/src/site/apt/index.apt

Modified: maven/doxia/site/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=888175&r1=888174&r2=888175&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Mon Dec  7 23:01:31 2009
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>12</version>
+    <version>15</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -136,7 +136,7 @@
   </pluginRepositories>
 
   <properties>
-    <doxiaVersion>1.1.2-SNAPSHOT</doxiaVersion>
+    <doxiaVersion>1.1.2</doxiaVersion>
   </properties>
 
   <build>
@@ -251,7 +251,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.1.1</version>
+        <version>2.1.2</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -275,13 +275,13 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.2</version>
         <configuration>
           <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix 
Version</columnNames>
           <resolutionIds>Closed</resolutionIds>
           <sortColumnNames>Type,Key</sortColumnNames>
           <maxEntries>1000</maxEntries>
-          <fixVersionIds>15073</fixVersionIds> <!-- 1.1.1 -->
+          <fixVersionIds>15517</fixVersionIds> <!-- 1.1.2 -->
         </configuration>
         <reportSets>
           <reportSet>

Modified: maven/doxia/site/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/index.apt?rev=888175&r1=888174&r2=888175&view=diff
==============================================================================
--- maven/doxia/site/src/site/apt/index.apt (original)
+++ maven/doxia/site/src/site/apt/index.apt Mon Dec  7 23:01:31 2009
@@ -4,7 +4,7 @@
  Jason van Zyl
  Vincent Siveton
  ------
- 2009-05-31
+ 2009-12-07
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -42,11 +42,11 @@
  documentation system of Maven.
  It gives Maven the ability to take any document that Doxia supports and 
output it any format.
 
- The current version of Doxia is 1.1.1.
+ The current version of Doxia is 1.1.2.
 
 * Maven Doxia Enhancements
 
- * {{{./jira-report.html}Release Notes for 1.1.1}}
+ * {{{./jira-report.html}Release Notes for 1.1.2}}
 
  * {{{./whatsnew-1.1.html}What's new in 1.1}}
 


Reply via email to