You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/02/07 16:33:32 UTC

[maven-doxia] branch master updated: [DOXIA-601] Use parent-pom version for changes-plugin 2.12.1

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git


The following commit(s) were added to refs/heads/master by this push:
     new fdbe5d4  [DOXIA-601] Use parent-pom version for changes-plugin 2.12.1
fdbe5d4 is described below

commit fdbe5d45a743dd0492eebd035e535710145bf242
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Feb 6 21:39:20 2020 +0100

    [DOXIA-601] Use parent-pom version for changes-plugin 2.12.1
    
    - timeout problem for old version
    - fetch only 100 issues fixed in current version
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d60bd1b..a8fbbed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -418,10 +418,9 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
-            <version>2.9</version>
             <configuration>
               <columnNames>Type,Key,Summary,Resolution,Assignee</columnNames>
-              <maxEntries>1000</maxEntries>
+              <maxEntries>100</maxEntries>
               <onlyCurrentVersion>true</onlyCurrentVersion>
               <sortColumnNames>Key</sortColumnNames>
             </configuration>