Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
[MSHARED-454] Removed hard code version for maven-changes-plugin
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1711644 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
khmarbaise committed Oct 31, 2015
1 parent 2c08bb8 commit bf28bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven-filtering/pom.xml
Expand Up @@ -28,7 +28,7 @@
</parent>

<artifactId>maven-filtering</artifactId>
<version>1.4-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>

<name>Apache Maven Filtering</name>
<description>A component to assist in filtering of resource files with properties from a Maven project.</description>
Expand Down Expand Up @@ -146,13 +146,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.7.1</version>
<configuration>
<columnNames>Type,Key,Summary,Assignee,Status,Resolution,Created</columnNames>
<maxEntries>200</maxEntries>
<onlyCurrentVersion>true</onlyCurrentVersion>
<sortColumnNames>Key</sortColumnNames>
<versionPrefix>maven-filtering-</versionPrefix>
<fixVersionIds>12331472</fixVersionIds>
</configuration>
<reportSets>
<reportSet>
Expand Down

0 comments on commit bf28bc4

Please sign in to comment.