Skip to content

Commit

Permalink
bumping version to 2.19.0 (#1444)
Browse files Browse the repository at this point in the history
* bumping version to 2.19.0

Signed-off-by: Dennis Toepker <[email protected]>

* Update ci.yml

Signed-off-by: AWSHurneyt <[email protected]>

---------

Signed-off-by: Dennis Toepker <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Co-authored-by: Dennis Toepker <[email protected]>
Co-authored-by: AWSHurneyt <[email protected]>
  • Loading branch information
3 people authored Jan 27, 2025
1 parent e40a207 commit 3bc82d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build and Test
run: |
chown -R 1000:1000 `pwd`
su `id -un 1000` -c "whoami && java -version && ./gradlew build"
su `id -un 1000` -c "whoami && java -version && ./gradlew build --refresh-dependencies"
- name: Create Artifact Path
run: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Build and Test
working-directory: ${{ env.WORKING_DIR }}
run: ./gradlew build ${{ env.BUILD_ARGS }}
run: ./gradlew build --refresh-dependencies ${{ env.BUILD_ARGS }}
env:
_JAVA_OPTIONS: ${{ matrix.os_java_options }}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.opensearch.gradle.test.RestIntegTestTask

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

0 comments on commit 3bc82d7

Please sign in to comment.