Skip to content

Commit

Permalink
Bumps version to 1.2.1 (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Clay Downs <[email protected]>
  • Loading branch information
downsrob authored Dec 11, 2021
1 parent 7350080 commit 73a6b82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
# job-scheduler
- name: Build and Test
run: |
./gradlew build -Dopensearch.version=1.2.0-SNAPSHOT
./gradlew build -Dopensearch.version=1.2.1-SNAPSHOT
- name: Publish to Maven Local
run: |
./gradlew publishToMavenLocal -Dopensearch.version=1.2.0-SNAPSHOT
./gradlew publishToMavenLocal -Dopensearch.version=1.2.1-SNAPSHOT
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.2.1-SNAPSHOT")
}

repositories {
Expand Down

0 comments on commit 73a6b82

Please sign in to comment.