Skip to content

Commit 456eff0

Browse files
authored
Merge pull request #1196 from pluradj/jg030
JanusGraph 0.3.0 release
2 parents dee1400 + 66cdc5d commit 456eff0

File tree

35 files changed

+40
-65
lines changed

35 files changed

+40
-65
lines changed

docs/changelog.adoc

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[appendix]
33
== Release Notes
44

5-
=== Version 0.3.0 (Release Date: May ??, 2018)
5+
=== Version 0.3.0 (Release Date: July 31, 2018)
66

77
[source, xml]
88
<dependency>
@@ -13,45 +13,20 @@
1313

1414
*Tested Compatibility:*
1515

16-
* Apache Cassandra 2.1.18, 2.2.10, 3.0.14, 3.11.0
17-
* Apache HBase 0.98.24-hadoop2, 1.2.6, 1.3.1
18-
* Google Bigtable 1.0.0
16+
* Apache Cassandra 2.1.20, 2.2.10, 3.0.14, 3.11.0
17+
* Apache HBase 1.2.6, 1.3.1, 1.4.4
18+
* Google Bigtable 1.0.0, 1.1.2, 1.2.0, 1.3.0, 1.4.0
1919
* Oracle BerkeleyJE 7.4.5
2020
* Elasticsearch 1.7.6, 2.4.6, 5.6.2, 6.0.1
2121
* Apache Lucene 7.0.0
2222
* Apache Solr 5.5.4, 6.6.1, 7.0.0
23-
* Apache TinkerPop 3.3.2
23+
* Apache TinkerPop 3.3.3
2424
* Java 1.8
2525

2626
For more information on features and bug fixes in 0.3.0, see the GitHub milestone:
2727

2828
* https://github.com/JanusGraph/janusgraph/milestone/4?closed=1
2929

30-
=== Version 0.2.2 (Release Date: September ??, 2018)
31-
32-
[source, xml]
33-
<dependency>
34-
<groupId>org.janusgraph</groupId>
35-
<artifactId>janusgraph-core</artifactId>
36-
<version>0.2.2</version>
37-
</dependency>
38-
39-
*Tested Compatibility:*
40-
41-
* Apache Cassandra 2.1.20, 2.2.10, 3.0.14, 3.11.0
42-
* Apache HBase 0.98.24-hadoop2, 1.2.6, 1.3.1
43-
* Google Bigtable 1.0.0
44-
* Oracle BerkeleyJE 7.3.7
45-
* Elasticsearch 1.7.6, 2.4.6, 5.6.2, 6.0.1
46-
* Apache Lucene 7.0.0
47-
* Apache Solr 5.5.4, 6.6.1, 7.0.0
48-
* Apache TinkerPop 3.2.9
49-
* Java 1.8
50-
51-
For more information on features and bug fixes in 0.2.2, see the GitHub milestone:
52-
53-
* https://github.com/JanusGraph/janusgraph/milestone/6?closed=1
54-
5530
=== Version 0.2.1 (Release Date: July 9, 2018)
5631

5732
[source, xml]

docs/versions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ software.
2222
| JanusGraph | Storage Version | Cassandra | HBase | Bigtable | Elasticsearch | Solr | TinkerPop | Spark | Scala
2323
| 0.1.z | 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
2424
| 0.2.z | 1 | 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.y, 6.y | 5.2-5.5.z, 6.2-6.6.z, 7.y | 3.2.z | 1.6.z | 2.10.z
25-
| 0.3.z | 2 | 1.2.z, 2.0.z, 2.1.z, 2.2.z, 3.0.z, 3.11.z | 1.0.z, 1.1.z, 1.2.z, 1.3.z, 1.4.z | 1.0.0, 1.1.0, 1.1.2, 1.2.0, 1.3.0, 1.4.0 | 1.5-1.7.z, 2.3-2.4.z, 5.y, 6.y | 5.2-5.5.z, 6.2-6.6.z, 7.y | 3.2.z | 1.6.z | 2.10.z
25+
| 0.3.z | 2 | 1.2.z, 2.0.z, 2.1.z, 2.2.z, 3.0.z, 3.11.z | 1.0.z, 1.1.z, 1.2.z, 1.3.z, 1.4.z | 1.0.0, 1.1.0, 1.1.2, 1.2.0, 1.3.0, 1.4.0 | 1.5-1.7.z, 2.3-2.4.z, 5.y, 6.y | 5.2-5.5.z, 6.2-6.6.z, 7.y | 3.3.z | 2.2.z | 2.11.z
2626
|==========================
2727

janusgraph-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.janusgraph</groupId>
55
<artifactId>janusgraph</artifactId>
6-
<version>0.3.0-SNAPSHOT</version>
6+
<version>0.3.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-all</artifactId>

janusgraph-berkeleyje/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.janusgraph</groupId>
55
<artifactId>janusgraph</artifactId>
6-
<version>0.3.0-SNAPSHOT</version>
6+
<version>0.3.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-berkeleyje</artifactId>

janusgraph-bigtable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.janusgraph</groupId>
55
<artifactId>janusgraph</artifactId>
6-
<version>0.3.0-SNAPSHOT</version>
6+
<version>0.3.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-bigtable</artifactId>

janusgraph-cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.janusgraph</groupId>
55
<artifactId>janusgraph</artifactId>
6-
<version>0.3.0-SNAPSHOT</version>
6+
<version>0.3.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-cassandra</artifactId>

janusgraph-codepipelines-ci/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.janusgraph</groupId>
66
<artifactId>janusgraph</artifactId>
7-
<version>0.3.0-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>janusgraph-codepipelines-ci</artifactId>

janusgraph-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.janusgraph</groupId>
55
<artifactId>janusgraph</artifactId>
6-
<version>0.3.0-SNAPSHOT</version>
6+
<version>0.3.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-core</artifactId>

janusgraph-cql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.janusgraph</groupId>
66
<artifactId>janusgraph</artifactId>
7-
<version>0.3.0-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
</parent>
99

1010
<artifactId>janusgraph-cql</artifactId>

janusgraph-dist/janusgraph-dist-hadoop-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.janusgraph</groupId>
55
<artifactId>janusgraph-dist</artifactId>
6-
<version>0.3.0-SNAPSHOT</version>
6+
<version>0.3.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)