diff --git a/gradle.properties b/gradle.properties index 9a3c541f..02daae36 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -currentVersion=2.20.0 +currentVersion=2.20.x-SNAPSHOT diff --git a/release/pipelines.release.yml b/release/pipelines.release.yml index db0b35fa..2a76d4b6 100644 --- a/release/pipelines.release.yml +++ b/release/pipelines.release.yml @@ -12,6 +12,7 @@ pipelines: readOnly: NEXT_VERSION: 0.0.0 NEXT_DEVELOPMENT_VERSION: 0.0.x-SNAPSHOT + AUDIT_FAIL: false steps: - name: Release @@ -54,7 +55,7 @@ pipelines: - git merge origin/dev # Run audit - - jf audit + - jf audit --fail=${AUDIT_FAIL:-false} # Update version - sed -i "s/\(currentVersion=\).*\$/\1${NEXT_VERSION}/" gradle.properties diff --git a/services/src/main/resources/artifactory.client.release.properties b/services/src/main/resources/artifactory.client.release.properties index 3ead0606..381eea34 100644 --- a/services/src/main/resources/artifactory.client.release.properties +++ b/services/src/main/resources/artifactory.client.release.properties @@ -1 +1 @@ -version=2.19.x-SNAPSHOT \ No newline at end of file +version=2.20.0 \ No newline at end of file