From b84205641b535a677fe92684f9facf57248956ae Mon Sep 17 00:00:00 2001 From: "yinan.liu" Date: Tue, 6 Dec 2022 10:04:33 +0100 Subject: [PATCH] Release 2.11.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index be02a388f..80bd2167f 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id "org.owasp.dependencycheck" version "7.3.2" } -ext.projectVersion = '2.12.0-SNAPSHOT' +ext.projectVersion = '2.11.1' ext.isReleaseVersion = !ext.projectVersion.endsWith('SNAPSHOT') ext.mavenRepoUrl = project.properties['mavenRepoUrl'] ?: 'https://oss.sonatype.org/service/local/staging/deploy/maven2/' @@ -53,4 +53,4 @@ repositories { dependencyCheck { failBuildOnCVSS=5 suppressionFile="./allow-list.xml" -} \ No newline at end of file +}