On 11/18/2011 8:37 PM, Jörn Kottmann wrote:
> I downloaded and verified the source release.
> - NOTICE and LICENSE files are there.
> - Build from source works
>
> The binary jars contain the LICENSE and NOTICE files
> twice. Not sure why that is, maybe we want to fix this for
> the next release.
The other copy is a ".vm" - a "velocity macro" template, that is part of the
standard build tooling.
> The NOTICE file should say
> "Apache UIMA uima-build-resources" instead of "UIMA uima-build-resources".
The value of this comes from the project. name field - so to fix that, we need
to change the line in the pom:
<name>UIMA ${project.artifactId}</name>
to
<name>Apache UIMA ${project.artifactId}</name>, and while we're at it, probably
should check all the other POMs's names to see that they follow this convention.
-Marshall
>
> +1 to release
>
> Jörn
>
> On 11/18/11 10:06 PM, Marshall Schor wrote:
>> This update is for these changes:
>> https://issues.apache.org/jira/browse/UIMA/fixforversion/12317590
>> Fixes intermittent docbook build issue and switches source-release packaging
>> default to the standard apache way.
>> Individual Jira links:
>> https://issues.apache.org/jira/browse/UIMA-2288
>> https://issues.apache.org/jira/browse/UIMA-2199
>>
>> The SVN tag is
>> https://svn.apache.org/repos/asf/uima/build/tags/uima-build-resources-3/
>>
>> The artifacts (sources / jars) are here:
>> https://repository.apache.org/content/repositories/orgapacheuima-220/
>>
>> Please vote on release:
>>
>> [ ] +1 OK to release
>> [ ] 0 Don't care
>> [ ] -1 Not ok to release, because ...
>>
>> After this, I will update the parent-pom to refer to the "released" version
>> of this, and release it, so we can release the UIMA-SDK.
>>
>> -Marshall
>>
>>
>
>