Skip to content

Commit 37e7748

Browse files
committed
JanusGraph 0.3.1 release
Signed-off-by: Jason Plurad <pluradj@us.ibm.com>
1 parent 8ae1cf5 commit 37e7748

File tree

35 files changed

+62
-35
lines changed

35 files changed

+62
-35
lines changed

docs/changelog.adoc

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

5-
=== Version 0.3.1 (Release Date: September ??, 2018)
5+
=== Version 0.3.1 (Release Date: October 2, 2018)
66

77
[source, xml]
88
<dependency>
@@ -52,6 +52,31 @@ For more information on features and bug fixes in 0.3.0, see the GitHub mileston
5252

5353
* https://github.com/JanusGraph/janusgraph/milestone/4?closed=1
5454

55+
=== Version 0.2.2 (Release Date: October 2, 2018)
56+
57+
[source, xml]
58+
<dependency>
59+
<groupId>org.janusgraph</groupId>
60+
<artifactId>janusgraph-core</artifactId>
61+
<version>0.2.2</version>
62+
</dependency>
63+
64+
*Tested Compatibility:*
65+
66+
* Apache Cassandra 2.1.20, 2.2.10, 3.0.14, 3.11.0
67+
* Apache HBase 0.98.24-hadoop2, 1.2.6, 1.3.1
68+
* Google Bigtable 1.0.0
69+
* Oracle BerkeleyJE 7.3.7
70+
* Elasticsearch 1.7.6, 2.4.6, 5.6.2, 6.0.1
71+
* Apache Lucene 7.0.0
72+
* Apache Solr 5.5.4, 6.6.1, 7.0.0
73+
* Apache TinkerPop 3.2.9
74+
* Java 1.8
75+
76+
For more information on features and bug fixes in 0.2.2, see the GitHub milestone:
77+
78+
* https://github.com/JanusGraph/janusgraph/milestone/6?closed=1
79+
5580
=== Version 0.2.1 (Release Date: July 9, 2018)
5681

5782
[source, xml]

docs/doc-versions.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
[appendix]
33
== Other documentation versions
44
* https://docs.janusgraph.org/latest/index.html[Latest]
5+
* https://docs.janusgraph.org/0.3.1/index.html[Version 0.3.1]
56
* https://docs.janusgraph.org/0.3.0/index.html[Version 0.3.0]
7+
* https://docs.janusgraph.org/0.2.2/index.html[Version 0.2.2]
68
* https://docs.janusgraph.org/0.2.1/index.html[Version 0.2.1]
79
* https://docs.janusgraph.org/0.2.0/index.html[Version 0.2.0]
810
* https://docs.janusgraph.org/0.1.1/index.html[Version 0.1.1]
911
* https://docs.janusgraph.org/0.1.0/index.html[Version 0.1.0]
1012

11-
This page only lists versions 0.3.0 and prior. Please visit the latest version to https://docs.janusgraph.org/latest/doc-versions.html[see a complete list of docs versions].
13+
Please visit the latest online version of this page to https://docs.janusgraph.org/latest/doc-versions.html[see a complete list of docs versions].

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.1-SNAPSHOT</version>
6+
<version>0.3.1</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.1-SNAPSHOT</version>
6+
<version>0.3.1</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.1-SNAPSHOT</version>
6+
<version>0.3.1</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.1-SNAPSHOT</version>
6+
<version>0.3.1</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.1-SNAPSHOT</version>
7+
<version>0.3.1</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.1-SNAPSHOT</version>
6+
<version>0.3.1</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.1-SNAPSHOT</version>
7+
<version>0.3.1</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.1-SNAPSHOT</version>
6+
<version>0.3.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)