You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/04/13 22:14:41 UTC

svn commit: r1325931 - in /maven/doxia/site: pom.xml src/site/apt/index.apt.vm src/site/apt/upgrading.apt.vm src/site/site.xml

Author: dennisl
Date: Fri Apr 13 20:14:41 2012
New Revision: 1325931

URL: http://svn.apache.org/viewvc?rev=1325931&view=rev
Log:
Remove JIRA Report. There are individual JIRA Reports for each released component.

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

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=1325931&r1=1325930&r2=1325931&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Fri Apr 13 20:14:41 2012
@@ -319,25 +319,6 @@ under the License.
           <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/trunks/</developerConnection>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changes-plugin</artifactId>
-        <version>2.4</version>
-        <configuration>
-          <columnNames>Fix Version,Type,Key,Summary,Resolution</columnNames>
-          <resolutionIds>Closed</resolutionIds>
-          <sortColumnNames>Fix Version DESC</sortColumnNames>
-          <maxEntries>1000</maxEntries>
-          <fixVersionIds>14082</fixVersionIds> <!-- 1.2.x -->
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>jira-report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
     </plugins>
   </reporting>
 

Modified: maven/doxia/site/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/index.apt.vm?rev=1325931&r1=1325930&r2=1325931&view=diff
==============================================================================
--- maven/doxia/site/src/site/apt/index.apt.vm (original)
+++ maven/doxia/site/src/site/apt/index.apt.vm Fri Apr 13 20:14:41 2012
@@ -46,8 +46,6 @@ Maven Doxia
 
 * Maven Doxia Enhancements
 
- * {{{./jira-report.html}Release Notes for ${doxiaVersion}}}
-
  * {{{./upgrading.html}Upgrading from earlier versions}}
 
  []

Modified: maven/doxia/site/src/site/apt/upgrading.apt.vm
URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/upgrading.apt.vm?rev=1325931&r1=1325930&r2=1325931&view=diff
==============================================================================
--- maven/doxia/site/src/site/apt/upgrading.apt.vm (original)
+++ maven/doxia/site/src/site/apt/upgrading.apt.vm Fri Apr 13 20:14:41 2012
@@ -29,7 +29,7 @@
 
 Latest release
 
- The current version of Doxia is ${doxiaVersion}. Read the latest {{{./jira-report.html}Release Notes}}.
+ The current version of Doxia is ${doxiaVersion}.
 
 
 Upgrading from v. 1.0.x to 1.1.x

Modified: maven/doxia/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/site.xml?rev=1325931&r1=1325930&r2=1325931&view=diff
==============================================================================
--- maven/doxia/site/src/site/site.xml (original)
+++ maven/doxia/site/src/site/site.xml Fri Apr 13 20:14:41 2012
@@ -49,7 +49,6 @@ under the License.
         <item name="Maven Integration" href="developers/maven-integration.html"/>
       </item>
       <item name="Downloads" href="downloads.html"/>
-      <item name="Release Notes" href="jira-report.html"/>
       <item name="FAQ" href="faq.html"/>
     </menu>