Skip to content

Commit

Permalink
[issue-122] Upgrade Pravega client version (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Fan Yang <fan.yang5@emc.com>
  • Loading branch information
fyang86 authored Sep 18, 2021
1 parent 909a137 commit 9188394
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ The [master](https://github.com/pravega/spark-connectors) branch will always hav

| Spark Version | Pravega Version | Java Version To Build Connector | Java Version To Run Connector | Git Branch |
|---------------|-----------------|---------------------------------|-------------------------------|-----------------------------------------------------------------------------------|
| 3.1 | 1.10 | Java 11 | Java 8 or 11 | [master](https://github.com/pravega/spark-connectors)
| 3.0 | 1.10 | Java 11 | Java 8 or 11 | [r0.10-spark3.0](https://github.com/pravega/spark-connectors/tree/r0.10-spark3.0) |
| 3.1 | 0.10 | Java 11 | Java 8 or 11 | [master](https://github.com/pravega/spark-connectors)
| 3.0 | 0.10 | Java 11 | Java 8 or 11 | [r0.10-spark3.0](https://github.com/pravega/spark-connectors/tree/r0.10-spark3.0) |
| 2.4 | 0.10 | Java 8 | Java 8 | [r0.10-spark2.4](https://github.com/pravega/spark-connectors/tree/r0.10-spark2.4) |
| 3.0 | 0.9 | Java 11 | Java 8 or 11 | [r0.9](https://github.com/pravega/spark-connectors/tree/r0.9) |
| 2.4 | 0.9 | Java 8 | Java 8 | [r0.9-spark2.4](https://github.com/pravega/spark-connectors/tree/r0.9-spark2.4) |
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ scalaJava8CompatVersion=0.9.1
scalaTestVersion=3.1.0
scalaArmVersion=2.0
scalaVersion=2.12.13
shadowGradlePlugin=4.0.2
shadowGradlePlugin=6.1.0
slf4jApiVersion=1.7.25
sparkVersion=3.1.2

# Version and base tags can be overridden at build time.
connectorVersion=0.10.0-SNAPSHOT
pravegaVersion=0.10.0-2917.d58e537-SNAPSHOT
pravegaVersion=0.10.0-2979.39e8216-SNAPSHOT

# flag to indicate if Pravega sub-module should be used instead of the version defined in 'pravegaVersion'
usePravegaVersionSubModule=false
Expand Down

0 comments on commit 9188394

Please sign in to comment.