OPENNLP-1068: Use current version to generate changes list
Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/b581c20a Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/b581c20a Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/b581c20a Branch: refs/heads/LangDetect Commit: b581c20a9eda9bbbda8b002461409b7fa08ccea4 Parents: dd25a69 Author: Jörn Kottmann <[email protected]> Authored: Fri May 19 11:14:02 2017 +0200 Committer: Jörn Kottmann <[email protected]> Committed: Fri May 19 12:37:50 2017 +0200 ---------------------------------------------------------------------- opennlp-distr/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/b581c20a/opennlp-distr/pom.xml ---------------------------------------------------------------------- diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml index 4428240..881b92b 100644 --- a/opennlp-distr/pom.xml +++ b/opennlp-distr/pom.xml @@ -127,7 +127,7 @@ <phase>generate-resources</phase> <goals><goal>jira-report</goal></goals> <configuration> - <fixVersionIds>12339249</fixVersionIds> + <onlyCurrentVersion>true</onlyCurrentVersion> <outputDirectory>${basedir}/target/issuesFixed/</outputDirectory> <maxEntries>1000</maxEntries> <!-- hopefully, bigger than ever needed --> </configuration>
