https://github.com/brooklyncentral/brooklyn-etcd
Entities for a CoreOS etcd key-value store cluster
https://github.com/brooklyncentral/brooklyn-etcd
blueprint brooklyn cloud cluster etcd java nosql
Last synced: 5 months ago
JSON representation
Entities for a CoreOS etcd key-value store cluster
- Host: GitHub
- URL: https://github.com/brooklyncentral/brooklyn-etcd
- Owner: brooklyncentral
- License: apache-2.0
- Created: 2016-05-12T10:45:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T14:43:03.000Z (over 2 years ago)
- Last Synced: 2025-07-19T06:55:34.322Z (11 months ago)
- Topics: blueprint, brooklyn, cloud, cluster, etcd, java, nosql
- Language: Java
- Size: 102 KB
- Stars: 0
- Watchers: 10
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
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):
```bash
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:
```bash
mvn source:jar javadoc:jar deploy -DdeployTo=sonatype
```