Author: ggregory
Date: Thu Sep 22 14:22:57 2011
New Revision: 1174157
URL: http://svn.apache.org/viewvc?rev=1174157&view=rev
Log:
Clirr picks up the previous version automatically and is defined in the
commons-parent now. Other CP 22 changes.
Modified:
commons/proper/codec/trunk/pom.xml
Modified: commons/proper/codec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1174157&r1=1174156&r2=1174157&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Thu Sep 22 14:22:57 2011
@@ -210,7 +210,6 @@ limitations under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<commons.encoding>UTF-8</commons.encoding>
-
<commons.javadoc.java.link>http://download.oracle.com/javase/1.5.0/docs/api/</commons.javadoc.java.link>
</properties>
<build>
<plugins>
@@ -239,6 +238,7 @@ limitations under the License.
</executions>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
@@ -255,9 +255,8 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.6</version>
<configuration>
- <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
+<!-- <xmlPath>${basedir}/src/changes/changes.xml</xmlPath> -->
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
<!-- TODO: <onlyCurrentVersion>true</onlyCurrentVersion> -->
</configuration>
@@ -298,15 +297,6 @@ limitations under the License.
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.2</version>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>clirr-maven-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <comparisonVersion>1.5</comparisonVersion>
- <minSeverity>info</minSeverity>
- </configuration>
- </plugin>
</plugins>
</reporting>
</project>