You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Marshall Schor <ms...@schor.com> on 2018/10/01 14:33:09 UTC

Re: [VOTE] release uima parent-pom 12 rc1

-1 to release, pending some updates discussed in this thread.

I'll also review the changes in the apache-wide pom between the one used in our
uima-wide pom now (18) and the current one (21).  One change I noticed is that
the (21) version has a new spec at the end for a plugin to calculate the sha-512
checksum on source-release zip and tar files. It uses a plugin
"net.nicoulaj.maven.plugins:checksum-maven-plugin:1.7" - does anyone have an
opinion on this vs. what we're doing now?

-Marshall

On 9/27/2018 1:25 PM, Richard Eckart de Castilho wrote:
> parent-pom-12 rc1 is posted and ready for voting.
>
> This release generates SHA-512 checksums instead of SHA1 checksums
> per the recent change in the ASF release policy.
>
> The changes are documented in this Jira:
>
>   https://issues.apache.org/jira/projects/UIMA/versions/12343915
>
> This is a pom - only release.
>
> The maven staging repo is here:
>
>   https://repository.apache.org/content/repositories/orgapacheuima-1197
>
> The svn tag is here:
>
>   https://svn.apache.org/repos/asf/uima/build/tags/parent-pom-12/
>
> Please vote on release:
>
> [ ] +1 OK to release
> [ ] 0   Don't care
> [ ] -1 Not OK to release, because ...
>
> Thanks.
>
> -- Richard
>

Re: [VOTE] release uima parent-pom 12 rc1

Posted by Marshall Schor <ms...@schor.com>.
+1 :-)  -M

On 10/1/2018 11:06 AM, Richard Eckart de Castilho wrote:
> The "net.nicoulaj.maven.plugins:checksum-maven-plugin:1.7" produces a slightly different file format than the one we are currently using - I believe the file contains the checksum only and not the filename or there is an asterisk missing in front of the filename.
>
> I mainly adapted the Ant tasks because that saved me from having to understand in which order everything works - path of least resistance. Actually, with the changes that I made, the output generated from the checksum-maven-plugin in the Apache Parent POM is overwritten.
>
> Using less procedural and ant more declarative maven would probably be preferable... but I believe there is no pressing reason right now to switch unless somebody feels the inner urge to spend some spare time on it ;) I'm personally more interested in doing a uimaFIT release than refactoring the UIMA parent POM.
>
> Cheers
>
> -- Richard
>
>> On 1. Oct 2018, at 16:33, Marshall Schor <ms...@schor.com> wrote:
>>
>> -1 to release, pending some updates discussed in this thread.
>>
>> I'll also review the changes in the apache-wide pom between the one used in our
>> uima-wide pom now (18) and the current one (21).  One change I noticed is that
>> the (21) version has a new spec at the end for a plugin to calculate the sha-512
>> checksum on source-release zip and tar files. It uses a plugin
>> "net.nicoulaj.maven.plugins:checksum-maven-plugin:1.7" - does anyone have an
>> opinion on this vs. what we're doing now?
>>
>> -Marshall
>

Re: [VOTE] release uima parent-pom 12 rc1

Posted by Richard Eckart de Castilho <re...@apache.org>.
The "net.nicoulaj.maven.plugins:checksum-maven-plugin:1.7" produces a slightly different file format than the one we are currently using - I believe the file contains the checksum only and not the filename or there is an asterisk missing in front of the filename.

I mainly adapted the Ant tasks because that saved me from having to understand in which order everything works - path of least resistance. Actually, with the changes that I made, the output generated from the checksum-maven-plugin in the Apache Parent POM is overwritten.

Using less procedural and ant more declarative maven would probably be preferable... but I believe there is no pressing reason right now to switch unless somebody feels the inner urge to spend some spare time on it ;) I'm personally more interested in doing a uimaFIT release than refactoring the UIMA parent POM.

Cheers

-- Richard

> On 1. Oct 2018, at 16:33, Marshall Schor <ms...@schor.com> wrote:
> 
> -1 to release, pending some updates discussed in this thread.
> 
> I'll also review the changes in the apache-wide pom between the one used in our
> uima-wide pom now (18) and the current one (21).  One change I noticed is that
> the (21) version has a new spec at the end for a plugin to calculate the sha-512
> checksum on source-release zip and tar files. It uses a plugin
> "net.nicoulaj.maven.plugins:checksum-maven-plugin:1.7" - does anyone have an
> opinion on this vs. what we're doing now?
> 
> -Marshall