Brooklyn Etcd Entities

Brooklyn entities for a CoreOS etcd key-value store cluster.

License

License

GroupId

GroupId

io.brooklyn.etcd
ArtifactId

ArtifactId

brooklyn-etcd
Last Version

Last Version

2.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

Brooklyn Etcd Entities
Brooklyn entities for a CoreOS etcd key-value store cluster.
Project URL

Project URL

https://github.com/brooklyncentral/brooklyn-etcd
Source Code Management

Source Code Management

https://github.com/brooklyncentral/brooklyn-etcd

Download brooklyn-etcd

How to add to project

<!-- https://jarcasting.com/artifacts/io.brooklyn.etcd/brooklyn-etcd/ -->
<dependency>
    <groupId>io.brooklyn.etcd</groupId>
    <artifactId>brooklyn-etcd</artifactId>
    <version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.brooklyn.etcd/brooklyn-etcd/
implementation 'io.brooklyn.etcd:brooklyn-etcd:2.6.0'
// https://jarcasting.com/artifacts/io.brooklyn.etcd/brooklyn-etcd/
implementation ("io.brooklyn.etcd:brooklyn-etcd:2.6.0")
'io.brooklyn.etcd:brooklyn-etcd:jar:2.6.0'
<dependency org="io.brooklyn.etcd" name="brooklyn-etcd" rev="2.6.0">
  <artifact name="brooklyn-etcd" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.brooklyn.etcd', module='brooklyn-etcd', version='2.6.0')
)
libraryDependencies += "io.brooklyn.etcd" % "brooklyn-etcd" % "2.6.0"
[io.brooklyn.etcd/brooklyn-etcd "2.6.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.brooklyn : brooklyn-software-nosql jar 1.0.0-SNAPSHOT

Project Modules

There are no modules declared in this project.

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
io.brooklyn.etcd

Brooklyn Central

A community hub for Apache Brooklyn

Versions

Version
2.6.0
2.4.0
2.2.1
2.2.0
2.1.0
2.0.0