diff --git a/README.md b/README.md index 55ac39fcd..fc5bddcaa 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ comLogicalhackingArtifactsPassword= ### Preparation -Before publishing new artifacts to the artifacts repository, please update the version identifier in the file `build.gradle` by removing the second `SNAPSHOT` -and updating the `` identifier. +Before publishing new artifacts to the artifacts repository, please update the version identifier in the file `build.gradle` by removing the `SNAPSHOT` postfix +and updating the `` identifier. ``` gradle -version '1.5.1-SNAPSHOT-DASCA--SNAPSHOT' +version '.[R|S].DASCA.' ``` with the version that should be published. Next, commit your changes and tag the @@ -64,7 +64,7 @@ git tag -s "" -m "Tagging version ." Finally, mark the development version by appending `-SNAPSHOT` ``` gradle -version '1.5.1-SNAPSHOT-DASCA--SNAPSHOT' +version '.[R|S].DASCA.-SNAPSHOT' ``` and commit your changes: diff --git a/build.gradle b/build.gradle index 8a1ebaebf..24ebc6fca 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ p2AsMaven { // group name -version '1.5.1-SNAPSHOT-DASCA-0.0.0-SNAPSHOT' +version '1.5.1.S.DASCA.0.0.0-SNAPSHOT' subprojects { subproject -> // skip generic Java setup for the few projects that have no Java code whatsoever