Skip to content

Commit

Permalink
Add build.version_qualifier and make security plugin compatible with …
Browse files Browse the repository at this point in the history
…OpenSearch 1.0.0-rc1 (opensearch-project#1179)
  • Loading branch information
cliu123 authored May 24, 2021
1 parent 82a49d3 commit 988f324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build OpenSearch
working-directory: ./OpenSearch
run: ./gradlew publishToMavenLocal -Dbuild.snapshot=false
run: ./gradlew publishToMavenLocal -Dbuild.version_qualifier=rc1 -Dbuild.snapshot=false

- name: Checkstyle
run: mvn -B checkstyle:checkstyle
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ospackage {
user 'root'
permissionGroup 'root'

requires('opensearch-oss', "1.0.0-beta1", EQUAL)
requires('opensearch-oss', "1.0.0-rc1", EQUAL)
packager = 'Amazon'
vendor = 'Amazon'
os = 'LINUX'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>

<opensearch.version>1.0.0-beta1</opensearch.version>
<opensearch.version>1.0.0-rc1</opensearch.version>

<!-- deps -->
<netty-native.version>2.0.25.Final</netty-native.version>
Expand Down

0 comments on commit 988f324

Please sign in to comment.