Skip to content

Commit

Permalink
Upgrade Hive to 2.3.7 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantchokshi committed Apr 24, 2020
1 parent 503c76e commit 52fc718
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @HotelsDotCom/beeju-committers
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- JUnit version updated to `5.5.2` (was 5.5.1).
- Depend on `junit-jupiter` (was `junit-jupiter-api`).
- `hotels-oss-parent` version updated to `4.2.0` (was `4.1.0`).
- Upgraded version of `hive.version` to `2.3.7` (was `2.3.4`). Allows BeeJU to be used on JDK>=9.

## [3.0.1] - 2019-09-27
### Changed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<properties>
<hadoop.version>2.7.2</hadoop.version>
<hive.version>2.3.4</hive.version>
<hive.version>2.3.7</hive.version>
<jdk.version>1.8</jdk.version>
<junit.jupiter.version>5.5.2</junit.jupiter.version>
</properties>
Expand Down

0 comments on commit 52fc718

Please sign in to comment.