Skip to content

Commit

Permalink
Release 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yinan-symphony committed Dec 6, 2022
1 parent 15cf3ad commit b842056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down Expand Up @@ -53,4 +53,4 @@ repositories {
dependencyCheck {
failBuildOnCVSS=5
suppressionFile="./allow-list.xml"
}
}

0 comments on commit b842056

Please sign in to comment.