Skip to content

Commit

Permalink
Merge pull request #618 from pluradj/0.2.0-prep
Browse files Browse the repository at this point in the history
0.2.0 release
  • Loading branch information
pluradj authored Oct 11, 2017
2 parents 5ddcf35 + 6a04d5c commit 6f7d300
Show file tree
Hide file tree
Showing 35 changed files with 111 additions and 66 deletions.
37 changes: 31 additions & 6 deletions CHANGELOG.asc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
[appendix]
== Release Notes

=== Version 0.2.0 (Release Date: October 11, 2017)

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

*Tested Compatibility:*

* Apache Cassandra 2.1.18, 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-pre3
* Oracle BerkeleyJE 7.3.7
* Elasticsearch 1.7.6, 2.4.6, 5.6.2, 6.0.0-rc1
* Apache Lucene 7.0.0
* Apache Solr 5.5.4, 6.6.1, 7.0.0
* Apache TinkerPop 3.2.6
* Java 1.8

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

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

=== Version 0.1.1 (Release Date: May 11, 2017)

[source, m2]
Expand All @@ -16,14 +41,14 @@
* Apache Cassandra 2.1.9
* Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
* Google Bigtable 0.9.5.1
* BerkeleyJE 7.3.7
* Oracle BerkeleyJE 7.3.7
* Elasticsearch 1.5.1
* Apache Lucene 4.10.4
* Apache Solr 5.2.1
* Apache TinkerPop 3.2.3
* Java 1.8

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

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

Expand All @@ -41,7 +66,7 @@ For more information on features and bug fixes in 0.1.1, see these GitHub milest
* Apache Cassandra 2.1.9
* Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
* Google Bigtable 0.9.5.1
* BerkeleyJE 7.3.7
* Oracle BerkeleyJE 7.3.7
* Elasticsearch 1.5.1
* Apache Lucene 4.10.4
* Apache Solr 5.2.1
Expand All @@ -57,8 +82,8 @@ For more information on features and bug fixes in 0.1.1, see these GitHub milest
* Compatibility with newer versions of backend and index stores
** HBase 1.2
** BerkeleyJE 7.3.7
* Includes a number of bugfixes and optimizations
* Includes a number of bug fixes and optimizations

For more information on features and bugfixes in 0.1.0, see these GitHub milestones:
For more information on features and bug fixes in 0.1.0, see the GitHub milestone:

* https://github.com/JanusGraph/janusgraph/milestone/1
* https://github.com/JanusGraph/janusgraph/milestone/1?closed=1
4 changes: 4 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ It also includes software from other open source projects including, but not lim
* Apache Solr [http://lucene.apache.org/solr/]
* Apache TinkerPop [http://tinkerpop.apache.org/]
* Astyanax [https://github.com/Netflix/astyanax]
* AWS SDK for Java [https://aws.amazon.com/sdkforjava]
* DataStax Driver for Apache Cassandra [https://github.com/datastax/java-driver]
* EasyMock [http://easymock.org/]
* Elasticsearch [https://www.elastic.co/]
Expand All @@ -41,11 +42,14 @@ It also includes software from other open source projects including, but not lim
* Kryo [https://github.com/EsotericSoftware/kryo]
* Metrics [http://metrics.dropwizard.io]
* Mockito [http://site.mockito.org/]
* Noggit [https://github.com/yonik/noggit]
* OpenRDF [http://rdf4j.org/]
* Oracle BerkeleyDB Java Edition [http://www.oracle.com/technetwork/products/berkeleydb/] (see license below)
* Project Lombok [https://projectlombok.org/]
* Reflections [https://github.com/ronmamo/reflections]
* SLF4J [https://www.slf4j.org/]
* Spatial4j [https://github.com/locationtech/spatial4j]
* Vavr [http://www.vavr.io/]

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Copyright (C) 2002, 2016, Oracle and/or its affiliates. All rights reserved.
Expand Down
37 changes: 31 additions & 6 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
[appendix]
== Release Notes

=== Version 0.2.0 (Release Date: October 11, 2017)

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

*Tested Compatibility:*

* Apache Cassandra 2.1.18, 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-pre3
* Oracle BerkeleyJE 7.3.7
* Elasticsearch 1.7.6, 2.4.6, 5.6.2, 6.0.0-rc1
* Apache Lucene 7.0.0
* Apache Solr 5.5.4, 6.6.1, 7.0.0
* Apache TinkerPop 3.2.6
* Java 1.8

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

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

=== Version 0.1.1 (Release Date: May 11, 2017)

[source, m2]
Expand All @@ -16,14 +41,14 @@
* Apache Cassandra 2.1.9
* Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
* Google Bigtable 0.9.5.1
* BerkeleyJE 7.3.7
* Oracle BerkeleyJE 7.3.7
* Elasticsearch 1.5.1
* Apache Lucene 4.10.4
* Apache Solr 5.2.1
* Apache TinkerPop 3.2.3
* Java 1.8

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

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

Expand All @@ -41,7 +66,7 @@ For more information on features and bug fixes in 0.1.1, see these GitHub milest
* Apache Cassandra 2.1.9
* Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
* Google Bigtable 0.9.5.1
* BerkeleyJE 7.3.7
* Oracle BerkeleyJE 7.3.7
* Elasticsearch 1.5.1
* Apache Lucene 4.10.4
* Apache Solr 5.2.1
Expand All @@ -57,8 +82,8 @@ For more information on features and bug fixes in 0.1.1, see these GitHub milest
* Compatibility with newer versions of backend and index stores
** HBase 1.2
** BerkeleyJE 7.3.7
* Includes a number of bugfixes and optimizations
* Includes a number of bug fixes and optimizations

For more information on features and bugfixes in 0.1.0, see these GitHub milestones:
For more information on features and bug fixes in 0.1.0, see the GitHub milestone:

* https://github.com/JanusGraph/janusgraph/milestone/1
* https://github.com/JanusGraph/janusgraph/milestone/1?closed=1
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.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-cassandra</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions janusgraph-codepipelines-ci/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
8 changes: 4 additions & 4 deletions 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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-es</artifactId>
Expand All @@ -17,7 +17,7 @@
<elasticsearch6.test.version>6.0.0-rc1</elasticsearch6.test.version>
<elasticsearch.test.version>${elasticsearch5.test.version}</elasticsearch.test.version>
<!-- Enabling Groovy dynamic scripting is not required from ES 5.x -->
<elasticsearch.test.groovy.inline/>
<elasticsearch.test.groovy.inline />
<skip.es.test>${skipTests}</skip.es.test>
<es.docker.image>docker.elastic.co/elasticsearch/elasticsearch</es.docker.image>
<elasticsearch.docker.test.version>${elasticsearch.test.version}</elasticsearch.docker.test.version>
Expand Down Expand Up @@ -291,15 +291,15 @@
<properties>
<elasticsearch.test.version>${elasticsearch5.test.version}</elasticsearch.test.version>
<!-- Enabling Groovy dynamic scripting is not required from ES 5.x -->
<elasticsearch.test.groovy.inline/>
<elasticsearch.test.groovy.inline />
</properties>
</profile>
<profile>
<id>elasticsearch6</id>
<properties>
<elasticsearch.test.version>${elasticsearch6.test.version}</elasticsearch.test.version>
<!-- Enabling Groovy dynamic scripting is not required from ES 5.x -->
<elasticsearch.test.groovy.inline/>
<elasticsearch.test.groovy.inline />
</properties>
<build>
<plugins>
Expand Down
5 changes: 2 additions & 3 deletions janusgraph-examples/example-berkeleyje/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-berkeleyje</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions janusgraph-examples/example-cassandra/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-cassandra</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions janusgraph-examples/example-common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-common</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions janusgraph-examples/example-cql/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-cql</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions janusgraph-examples/example-hbase/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-hbase</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions janusgraph-examples/example-remotegraph/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-remotegraph</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions janusgraph-examples/example-tinkergraph/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>example-tinkergraph</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions janusgraph-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-examples</artifactId>
Expand Down
Loading

0 comments on commit 6f7d300

Please sign in to comment.