Skip to content

Commit

Permalink
Merge pull request #35 from reta/update.to.3.0.0
Browse files Browse the repository at this point in the history
Update OpenSearch version to 3.0.0-SNAPSHOT
  • Loading branch information
saratvemulapalli authored Oct 7, 2022
2 parents f284e94 + 3d24992 commit e6bd310
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ def pluginDescription = 'Custom plugin'
def projectPath = 'org.opensearch'
def pathToPlugin = 'path.to.plugin'
def pluginClassName = 'RenamePlugin'
group = "RenameGroup"


tasks.register("preparePluginPathDirs") {
mustRunAfter clean
Expand Down Expand Up @@ -44,6 +46,7 @@ publishing {
}
}
}

opensearchplugin {
name pluginName
description pluginDescription
Expand All @@ -60,7 +63,7 @@ validateNebulaPom.enabled = false

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "2.0.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "3.0.0-SNAPSHOT")
}

repositories {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e6bd310

Please sign in to comment.