Skip to content

Commit d572830

Browse files
committed
Clirr picks up the previous version automatically and is defined in the commons-parent now. Other CP 22 changes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1174157 13f79535-47bb-0310-9956-ffa450edef68
1 parent 254601a commit d572830

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ limitations under the License.
210210
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
211211
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
212212
<commons.encoding>UTF-8</commons.encoding>
213-
<commons.javadoc.java.link>http://download.oracle.com/javase/1.5.0/docs/api/</commons.javadoc.java.link>
214213
</properties>
215214
<build>
216215
<plugins>
@@ -239,6 +238,7 @@ limitations under the License.
239238
</executions>
240239
</plugin>
241240
<plugin>
241+
<groupId>org.apache.maven.plugins</groupId>
242242
<artifactId>maven-assembly-plugin</artifactId>
243243
<configuration>
244244
<descriptors>
@@ -255,9 +255,8 @@ limitations under the License.
255255
<plugin>
256256
<groupId>org.apache.maven.plugins</groupId>
257257
<artifactId>maven-changes-plugin</artifactId>
258-
<version>2.6</version>
259258
<configuration>
260-
<xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
259+
<!-- <xmlPath>${basedir}/src/changes/changes.xml</xmlPath> -->
261260
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
262261
<!-- TODO: <onlyCurrentVersion>true</onlyCurrentVersion> -->
263262
</configuration>
@@ -298,15 +297,6 @@ limitations under the License.
298297
<artifactId>findbugs-maven-plugin</artifactId>
299298
<version>2.3.2</version>
300299
</plugin>
301-
<plugin>
302-
<groupId>org.codehaus.mojo</groupId>
303-
<artifactId>clirr-maven-plugin</artifactId>
304-
<version>2.3</version>
305-
<configuration>
306-
<comparisonVersion>1.5</comparisonVersion>
307-
<minSeverity>info</minSeverity>
308-
</configuration>
309-
</plugin>
310300
</plugins>
311301
</reporting>
312302
</project>

0 commit comments

Comments
 (0)