OK - Build from svn tag (Oracle Java 1.8.0-b132, OS X, Maven 3.2.1, clean local
Maven repo)
OK - Compare source ZIP to svn tag
- minor differences: Eclipse .settings files only in SVN, issuesFixed /
DEPENDENCIES only in ZIP
OK - Verify signatures on distribution artifacts
OK - Check README
OK - Check docbook documentation
- minor problem: some dates are in German (no idea how to fix this,
I already set my system language to English, set LANG and LC_ALL
to English, etc... *sigh*)
OK - Check JARs
- uimafit-core DEPENDENCIES file lists dependency on some AOP library,
but is not included on binary distribution: this is ok. I made bad
experiences excluding dependencies in the POM, so the transitive
dependency is detected there. However, it is not required later and
is excluded in the assembly.
- NOTICE files look ok
OK - Check NOTICE/LICENSE in binary distribution
OK - jira-report
- still the problem with ${project.version}... but that's not on our plate to
fix
Looks good for me.
> Please vote on release:
>
> [X] +1 OK to release
> [ ] 0 Don't care
> [ ] -1 Not OK to release, because ...
Cheers,
-- Richard
On 04.06.2014, at 21:15, Richard Eckart de Castilho <[email protected]> wrote:
> Hi,
>
> I've posted the uimaFIT 2.1.0 release candidate 2.
>
> uimaFIT 2.1.0 is a bugfix release to uimaFIT 2.0.0. The reason that the minor
> version
> was increased instead of the bugfix version is that uima 2.1.0 requires Java
> 6 and
> uses UIMA 2.6.0. Otherwise, uimaFIT 2.1.0 should serve as a drop-in
> replacement for
> uimaFIT 2.0.0.
>
> Changes since rc1:
>
> UIMA-3859 - Better maven-plugin-plugin configuration
> UIMA-3559 - finally fix the build on Java 8 incl. Javadoc by using newer
> maven-plugin-plugin
> UIMA-3854 - Update migration section in documentation
> UIMA-3853 - added workaround for IBM Java 8 bug prosed by Marshall
> UIMA-3845 - fixed NOTICE files, mentions of Apache Software License, and
> Apache UIMA uimaFIT name
>
> Changes:
>
> https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%202.1.0uimaFIT%20AND%20project%20%3D%20UIMA
>
> The source and binary zip/tars are staged to
> http://people.apache.org/%7Erec/uimafit-release-candidates/2.1.0-rc2/
>
> The Maven artifacts are here:
> https://repository.apache.org/content/repositories/orgapacheuima-1023
>
> The SVN tag is here:
> https://svn.apache.org/repos/asf/uima/uimafit/tags/uimafit-2.1.0
>
> See http://uima.apache.org/testing-builds.html for suggestions on how to test
> release candidates.
>
> Thanks.
>
> -- Richard