Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Revert "OD 1.5.0.0 Release (#56)" (#59)
Browse files Browse the repository at this point in the history
This reverts commit 355a7e5.
  • Loading branch information
zhongnansu authored Mar 11, 2020
1 parent 355a7e5 commit b2b07a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Set up JDK 1.13
- name: Set up JDK 1.12
uses: actions/setup-java@v1
with:
java-version: 1.13
java-version: 1.12

- name: Build with Gradle
run: ./gradlew build
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
group 'com.amazon.opendistroforelasticsearch.client'

// keep version in sync with version in Driver source
version '1.5.0.0'
version '1.4.0.0'

version = "${version}"

Expand Down
5 changes: 1 addition & 4 deletions opendistro-elasticsearch-jdbc.release-notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## 2019-03-09, Version 1.5.0.0 (Current)
* No update in this release.

## 2019-1-26, Version 1.4.0
## 2019-1-26, Version 1.4.0 (Current)

### Features

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public enum Version {

// keep this in sync with the gradle version
Current(1, 5, 0, 0);
Current(1, 4, 0, 0);

private int major;
private int minor;
Expand Down

0 comments on commit b2b07a6

Please sign in to comment.