Apache Brooklyn blueprints for deploying Jenkins. The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
In order to release a new snapshot version to Sonatype:
mvn deploy -DdeployTo=sonatype
-
Create a new branch, e.g.
release/1.0.3
, and checkout that branch -
Update the version running the command below (and double-check that pom.xml was correctly updated):
GA_VERSION=1.0.3 ~/repos/brooklyn/brooklyn-dist/release/change-version.sh BROOKLYN_JENKINS ${GA_VERSION}-SNAPSHOT ${GA_VERSION}
-
Confirm it builds:
mvn clean install
-
Push release to sonatype, following the normal Sonatype process:
mvn deploy -DdeployTo=sonatype