Skip to content

Commit

Permalink
Bump to 1.0.0.0 (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
  • Loading branch information
bowenlan-amzn committed Jun 28, 2021
1 parent 532b160 commit d87509d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path: OpenSearch
- name: Build OpenSearch
working-directory: ./OpenSearch
run: ./gradlew publishToMavenLocal -Dbuild.version_qualifier=rc1 -Dbuild.snapshot=false
run: ./gradlew publishToMavenLocal -Dbuild.snapshot=false

# job-scheduler
- name: Build and Test
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "1.0.0-rc1")
opensearch_version = System.getProperty("opensearch.version", "1.0.0")
}

repositories {
Expand Down Expand Up @@ -87,7 +87,7 @@ testClusters.javaRestTest {

allprojects {
group = 'org.opensearch'
version = "${opensearchVersion}.0-rc1"
version = "${opensearchVersion}.0"

apply from: "$rootDir/build-tools/repositories.gradle"

Expand Down

0 comments on commit d87509d

Please sign in to comment.