From 186a33333f409f0cd3fc4474781ac72b0f53df12 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sat, 27 Oct 2018 14:45:13 +0100 Subject: [PATCH] Updated versioning schema. --- README.md | 8 ++++---- build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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