You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/02 11:21:17 UTC

svn commit: r1356134 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Mon Jul  2 09:21:16 2012
New Revision: 1356134

URL: http://svn.apache.org/viewvc?rev=1356134&view=rev
Log:
changelist managed via JIRA (see RELEASE-NOTES.txt) no needs to generate these informations twice

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1356134&r1=1356133&r2=1356134&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jul  2 09:21:16 2012
@@ -655,23 +655,6 @@
 
   <reporting>
     <plugins>
-      <!-- generates the CHANGES report -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changes-plugin</artifactId>
-        <version>${maven-changes-plugin.version}</version>
-        <configuration>
-          <fixVersionIds>12319884</fixVersionIds>
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>jira-report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-
       <!-- Main project infos. -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>