Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 802 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 802 Bytes

Brooklyn Etcd Entities

Entities for a CoreOS etcd key-value store cluster

[For contributors] Release Process

Snapshot Release

In order to release a new snapshot version to Sonatype:

mvn source:jar javadoc:jar deploy -DdeployTo=sonatype

Official Relesae

  1. Create a new branch, e.g. release/2.3.0, and checkout that branch

  2. Update the version running the command below (and double-check that pom.xml was correctly updated):

    GA_VERSION=2.3.0
    ~/repos/brooklyn/brooklyn-dist/release/change-version.sh BROOKLYN_ETCD ${GA_VERSION}-SNAPSHOT ${GA_VERSION}
  3. Confirm it builds: mvn clean install

  4. Push release to sonatype, following the normal Sonatype process:

    mvn source:jar javadoc:jar deploy -DdeployTo=sonatype