Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from 0.2 #869

Merged
merged 16 commits into from
Jan 6, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upgrading Cloud Bigtable dependency to v 1.0.0.
This replaces Pull Request #808
  • Loading branch information
sduskis committed Dec 10, 2017
commit b4aae717d2a288462073edb99c6f061c11166bd6
6 changes: 3 additions & 3 deletions docs/versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ software.
[options="header"]
|==========================
| JanusGraph | Cassandra | HBase | Bigtable | Elasticsearch | Solr | TinkerPop | Spark | Scala
| 0.1.0 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.z, 1.0.0-preZ | 1.5.z | 5.2.z | 3.2.z | 1.6.z | 2.10.z
| 0.1.1 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.z, 1.0.0-preZ | 1.5.z | 5.2.z | 3.2.z | 1.6.z | 2.10.z
| 0.2.0 | 1.2.z, 2.0.z, 2.1.z, 2.2.z, 3.0.z, 3.11.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z, 1.3.z | 0.9.z, 1.0.0-preZ | 1.5-1.7.z, 2.3-2.4.z, 5.z, 6.z | 5.2-5.5.z, 6.2-6.6.z, 7.z | 3.2.z | 1.6.z | 2.10.z
| 0.1.0 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.z, 1.0.0-preZ, 1.0.0 | 1.5.z | 5.2.z | 3.2.z | 1.6.z | 2.10.z
| 0.1.1 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.z, 1.0.0-preZ, 1.0.0 | 1.5.z | 5.2.z | 3.2.z | 1.6.z | 2.10.z
| 0.2.0 | 1.2.z, 2.0.z, 2.1.z, 2.2.z, 3.0.z, 3.11.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z, 1.3.z | 0.9.z, 1.0.0-preZ, 1.0.0 | 1.5-1.7.z, 2.3-2.4.z, 5.z, 6.z | 5.2-5.5.z, 6.2-6.6.z, 7.z | 3.2.z | 1.6.z | 2.10.z
|==========================

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<hbase098.version>${hbase098.core.version}-hadoop2</hbase098.version>
<hbase100.core.version>1.2.6</hbase100.core.version>
<hbase100.version>${hbase100.core.version}</hbase100.version>
<bigtable.version>1.0.0-pre3</bigtable.version>
<bigtable.version>1.0.0</bigtable.version>
<scylladb.version>1.7.1</scylladb.version>
<!-- align with org.apache.hbase:hbase -->
<jackson1.version>1.9.13</jackson1.version>
Expand Down