Skip to content

Commit

Permalink
JanusGraph 0.3.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Plurad <[email protected]>
  • Loading branch information
pluradj committed Oct 3, 2018
1 parent 8ae1cf5 commit 37e7748
Show file tree
Hide file tree
Showing 35 changed files with 62 additions and 35 deletions.
27 changes: 26 additions & 1 deletion docs/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[appendix]
== Release Notes

=== Version 0.3.1 (Release Date: September ??, 2018)
=== Version 0.3.1 (Release Date: October 2, 2018)

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

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

=== Version 0.2.2 (Release Date: October 2, 2018)

[source, xml]
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.2.2</version>
</dependency>

*Tested Compatibility:*

* Apache Cassandra 2.1.20, 2.2.10, 3.0.14, 3.11.0
* Apache HBase 0.98.24-hadoop2, 1.2.6, 1.3.1
* Google Bigtable 1.0.0
* Oracle BerkeleyJE 7.3.7
* Elasticsearch 1.7.6, 2.4.6, 5.6.2, 6.0.1
* Apache Lucene 7.0.0
* Apache Solr 5.5.4, 6.6.1, 7.0.0
* Apache TinkerPop 3.2.9
* Java 1.8

For more information on features and bug fixes in 0.2.2, see the GitHub milestone:

* https://github.com/JanusGraph/janusgraph/milestone/6?closed=1

=== Version 0.2.1 (Release Date: July 9, 2018)

[source, xml]
Expand Down
4 changes: 3 additions & 1 deletion docs/doc-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
[appendix]
== Other documentation versions
* https://docs.janusgraph.org/latest/index.html[Latest]
* https://docs.janusgraph.org/0.3.1/index.html[Version 0.3.1]
* https://docs.janusgraph.org/0.3.0/index.html[Version 0.3.0]
* https://docs.janusgraph.org/0.2.2/index.html[Version 0.2.2]
* https://docs.janusgraph.org/0.2.1/index.html[Version 0.2.1]
* https://docs.janusgraph.org/0.2.0/index.html[Version 0.2.0]
* https://docs.janusgraph.org/0.1.1/index.html[Version 0.1.1]
* https://docs.janusgraph.org/0.1.0/index.html[Version 0.1.0]

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].
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].
2 changes: 1 addition & 1 deletion janusgraph-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-berkeleyje/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-berkeleyje</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-bigtable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-bigtable</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-cassandra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-codepipelines-ci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-codepipelines-ci</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-cql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<artifactId>janusgraph-cql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-dist/janusgraph-dist-hadoop-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-dist</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-es/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-es</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-examples/example-berkeleyje/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-berkeleyje</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-examples/example-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-cassandra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-examples/example-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-examples/example-cql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-cql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-examples/example-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-hbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-examples/example-remotegraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-remotegraph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-examples/example-tinkergraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-tinkergraph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-hadoop-parent/janusgraph-hadoop-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hadoop-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hadoop-2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-hadoop-parent/janusgraph-hadoop-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hadoop-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hadoop-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-hadoop-parent/janusgraph-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hadoop-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hadoop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-hadoop-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hadoop-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-hbase-parent/janusgraph-hbase-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hbase-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hbase-10</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-hbase-parent/janusgraph-hbase-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hbase-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hbase-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-hbase-parent/janusgraph-hbase-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hbase-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hbase-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-hbase-parent/janusgraph-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hbase-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-hbase-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hbase-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-lucene</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<artifactId>janusgraph-server</artifactId>
<name>janusgraph-server</name>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-solr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<packaging>pom</packaging>
<prerequisites>
<maven>2.2.1</maven>
Expand Down

0 comments on commit 37e7748

Please sign in to comment.