You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jacques Nadeau (Jira)" <ji...@apache.org> on 2021/01/06 21:31:00 UTC

[jira] [Comment Edited] (ARROW-6103) [Java] Stop using the maven release plugin

    [ https://issues.apache.org/jira/browse/ARROW-6103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260064#comment-17260064 ] 

Jacques Nadeau edited comment on ARROW-6103 at 1/6/21, 9:30 PM:
----------------------------------------------------------------

The naming can be changed by running a command similar to:

mvn versions:set versions:commit -DnewVersion=4.0.0

This will update all the pom files to the correct version and thus any artifacts built will use the appropriate version tag.


was (Author: jnadeau):
The naming can be changed by running a command similar to:

mvn versions:set version:commit -DnewVersion=4.0.0

This will update all the pom files to the correct version and thus any artifacts built will use the appropriate version tag.

> [Java] Stop using the maven release plugin
> ------------------------------------------
>
>                 Key: ARROW-6103
>                 URL: https://issues.apache.org/jira/browse/ARROW-6103
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Developer Tools, Java
>            Reporter: Andy Grove
>            Assignee: Andy Grove
>            Priority: Blocker
>             Fix For: 4.0.0
>
>
> For reference .. I'm filing this issue to track investigation work around this ..
> {code:java}
> The biggest problem for the Git commit is our Java package
> requires "apache-arrow-${VERSION}" tag on
> https://github.com/apache/arrow . (Right?)
> I think that "mvm release:perform" in
> dev/release/01-perform.sh does so but I don't know the
> details of "mvm release:perform"...{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)