Skip to content

Commit

Permalink
Update snapshot to 2.6.0 (#117) (#121)
Browse files Browse the repository at this point in the history
* Increment version to 2.6.0-SNAPSHOT
* Enable ignore failures for forbidden API

Signed-off-by: Vijayan Balasubramanian <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] authored Feb 22, 2023
1 parent c6721b3 commit 619fb94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ thirdPartyAudit.enabled = false
loggerUsageCheck.enabled = false
// No need to validate pom, as we do not upload to maven/sonatype
validateNebulaPom.enabled = false
forbiddenApis.ignoreFailures = true

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "2.5.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.6.0-SNAPSHOT")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
version_tokens = opensearch_version.tokenize('-')
Expand Down

0 comments on commit 619fb94

Please sign in to comment.