You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Enrico Olivelli (Jira)" <ji...@apache.org> on 2019/11/29 23:27:00 UTC

[jira] [Created] (ZOOKEEPER-3635) Use Docker and Maven Release Plugin to prepare ZooKeeper releases

Enrico Olivelli created ZOOKEEPER-3635:
------------------------------------------

             Summary: Use Docker and Maven Release Plugin to prepare ZooKeeper releases 
                 Key: ZOOKEEPER-3635
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3635
             Project: ZooKeeper
          Issue Type: Task
          Components: build
    Affects Versions: 3.6.0
            Reporter: Enrico Olivelli
            Assignee: Enrico Olivelli
             Fix For: 3.6.0


In 3.5.5 and 3.5.6 we followed a new release procedure based on Maven:

[https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToRelease+using+maven]

That procedure needed some "manual" parts to change the project version inside pom files and also inside the sources of the C Client.

We can automate more and more in order to make the release procedure mostly automatic.

We should also use 'docker' in order to have a reproducible build environment, expectially for the 'convenience binaries':
 * Java version (we want to build the project with Java 8 in 3.6.0)
 * C client (tools, system headers and openssl version)

 



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