Version |
Date |
Description |
50 |
MM-DD-YYYY |
TBD |
49 |
2019-09-10 |
Release version 49 |
48 |
2019-03-20 |
Release version 47 |
47 |
2018-07-02 |
Release version 47 |
46 |
2018-04-07 |
Plugin updates Notes on japicmp usage in 46 ---------------------------- For japicmp to work when running 'mvn site', we must first run package because japicmp needs a built artifact to which to compare the previous version. Thus, we run 'mvn package site' to get an appropriate japicmp report. |
45 |
2018-03-12 |
Changing location of commons-release-plugin |
44 |
2018-03-08 |
Plugin Updates and add new commons-release-plugin Notes on Building version 44. ----------------------------- When building, because of an issue with japicmp, we have an erroneous non-failing stacktrace that occurs. Specifically, we see: [warn] No new version specified and file './commons-parent/pom.xml' of artifact could not be opened as jar archive: error in opening zip file java.util.zip.ZipException: error in opening zip file mainly caused by an error in japicmp.maven.JApiCmpMojo.populateArchivesListsFromParameters(JApiCmpMojo.java:341). We have asked for this to be addressed in the github issue: https://github.com/siom79/japicmp/issues/195 |
43 |
2018-01-02 |
Updates plugins and generally requires Java 7. |
42 |
2016-12-29 |
Updates plugins |
41 |
2016-08-15 |
Updates plugins and adds source compatibility profiles |
40 |
2016-04-30 |
Updates plugins and parent; fixes COMMONSSITE-87 and COMMONSSITE-82. N.B. The assembly plugin now runs in the verify phase (it was previously run in the package phase). See COMMONSSITE-87. This allows child poms to create additional jars to be added to the assembly. This will affect child poms that rely on the assembly occurring in the package phase. They will need to be amended to use the verify phase instead. |
39 |
2015-09-07 |
Uses a new location assembly location; updates plugins; allows Java 8 builds to use animal-sniffer. |
38 |
2015-06-25 |
Fix bug in site Security link; update plugins |
37 |
2015-01-28 |
Update plugins, add Animal Sniffer and site-basic profile |
36 |
2014-12-21 |
Update plugins, fix release-notes profile. |
35 |
2014-10-22 |
Update plugins and maintenance |
34 |
2014-04-16 |
The main changes in this release are: - Added Maven enforcer to ensure builds use Maven 3.0.0 or later - Surefire 2.16 to 2.17 - scm-publish 1.0-beta to 1.0 - added java-1.8 profile |
33 |
2014-02-14 |
The main changes in this release are: - Fixed Jacoco configuration syntax - updated some plugins |
32 |
2013-07-01 |
The main changes in this release are: - added fix for Javadoc vulnerability (CVE-2013-1571, VU#225657) MJAVADOC-370 - updated some plugins |
31 |
2013-06-24 |
The main changes in this release are: - dropped unused 'rc' profile - fixed the maven.compile[r] names - updated some plugins and the RAT excludes list |
30 |
2013-05-28 |
The main changes in this release are RAT configuration changes: - updated excludes: added .pmd and download_*.cgi - changed excludes so child POM excludes will be appended to the parent list - duplicated settings in build section so they apply to standalone invocations Coverage tool: Made JaCoCo an optional profile Restored Cobertura as an optional profile |
29 |
2013-05-18 |
Replace Cobertura with JaCoCo; update plugin versions |
28 |
2013-01-26 |
Update plugins |
27 |
2012-09-24 |
Update plugins |
26 |
2012-08-23 |
Update plugins |
25 |
2012-??-?? |
Update plugins |
24 |
2012-03-13 |
Update and add plugins |
23 |
2012-01-11 |
The Maven3 site plugin has been updated to support ssh/scp for deployment The buildNumber plugin now defaults to using SVN CLI, and does not run if buildNumber.skip=true To use javasvn instead, use the profile: javasvn |
22 |
2011-09-21 |
Starting with version 22, the RAT plugin has changed Maven group and id, so any existing configuration needs to be updated. To fix component POMs, please change any occurrences of: <groupId>org.codehaus.mojo</groupId> <artifactId>rat-maven-plugin</artifactId> to the new values: <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> |