Skip to content

Commit

Permalink
Using 1.1 snapshot version for OpenSearch (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha <vachshah@amazon.com>
  • Loading branch information
VachaShah authored and Aditya Jindal committed Sep 9, 2021
1 parent d05a50e commit 8f8f611
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ jobs:
ref: '1.0'
- name: Build OpenSearch
working-directory: ./OpenSearch
run: ./gradlew publishToMavenLocal -Dbuild.snapshot=false
run: ./gradlew publishToMavenLocal

# common-utils
- name: Build and Test
run: |
./gradlew build -Dopensearch.version=1.0.0
./gradlew build -Dopensearch.version=1.1.0-SNAPSHOT
- name: Publish to Maven Local
run: |
./gradlew publishToMavenLocal -Dopensearch.version=1.0.0
./gradlew publishToMavenLocal -Dopensearch.version=1.1.0-SNAPSHOT
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
buildscript {
ext {
opensearch_group = "org.opensearch"
<<<<<<< HEAD
opensearch_version = System.getProperty("opensearch.version", "1.0.0")
=======
opensearch_version = System.getProperty("opensearch.version", "1.1.0-SNAPSHOT")
>>>>>>> 401802d... Using 1.1 snapshot version for OpenSearch (#57)
kotlin_version = System.getProperty("kotlin.version", "1.4.32")
}

Expand Down

0 comments on commit 8f8f611

Please sign in to comment.