Skip to content

Commit 6f7d300

Browse files
authored
Merge pull request JanusGraph#618 from pluradj/0.2.0-prep
0.2.0 release
2 parents 5ddcf35 + 6a04d5c commit 6f7d300

File tree

35 files changed

+111
-66
lines changed

35 files changed

+111
-66
lines changed

CHANGELOG.asc

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

5+
=== Version 0.2.0 (Release Date: October 11, 2017)
6+
7+
[source, m2]
8+
<dependency>
9+
<groupId>org.janusgraph</groupId>
10+
<artifactId>janusgraph-core</artifactId>
11+
<version>0.2.0</version>
12+
</dependency>
13+
14+
*Tested Compatibility:*
15+
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-pre3
19+
* Oracle BerkeleyJE 7.3.7
20+
* Elasticsearch 1.7.6, 2.4.6, 5.6.2, 6.0.0-rc1
21+
* Apache Lucene 7.0.0
22+
* Apache Solr 5.5.4, 6.6.1, 7.0.0
23+
* Apache TinkerPop 3.2.6
24+
* Java 1.8
25+
26+
For more information on features and bug fixes in 0.2.0, see the GitHub milestone:
27+
28+
* https://github.com/JanusGraph/janusgraph/milestone/2?closed=1
29+
530
=== Version 0.1.1 (Release Date: May 11, 2017)
631

732
[source, m2]
@@ -16,14 +41,14 @@
1641
* Apache Cassandra 2.1.9
1742
* Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
1843
* Google Bigtable 0.9.5.1
19-
* BerkeleyJE 7.3.7
44+
* Oracle BerkeleyJE 7.3.7
2045
* Elasticsearch 1.5.1
2146
* Apache Lucene 4.10.4
2247
* Apache Solr 5.2.1
2348
* Apache TinkerPop 3.2.3
2449
* Java 1.8
2550

26-
For more information on features and bug fixes in 0.1.1, see these GitHub milestone:
51+
For more information on features and bug fixes in 0.1.1, see the GitHub milestone:
2752

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

@@ -41,7 +66,7 @@ For more information on features and bug fixes in 0.1.1, see these GitHub milest
4166
* Apache Cassandra 2.1.9
4267
* Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
4368
* Google Bigtable 0.9.5.1
44-
* BerkeleyJE 7.3.7
69+
* Oracle BerkeleyJE 7.3.7
4570
* Elasticsearch 1.5.1
4671
* Apache Lucene 4.10.4
4772
* Apache Solr 5.2.1
@@ -57,8 +82,8 @@ For more information on features and bug fixes in 0.1.1, see these GitHub milest
5782
* Compatibility with newer versions of backend and index stores
5883
** HBase 1.2
5984
** BerkeleyJE 7.3.7
60-
* Includes a number of bugfixes and optimizations
85+
* Includes a number of bug fixes and optimizations
6186

62-
For more information on features and bugfixes in 0.1.0, see these GitHub milestones:
87+
For more information on features and bug fixes in 0.1.0, see the GitHub milestone:
6388

64-
* https://github.com/JanusGraph/janusgraph/milestone/1
89+
* https://github.com/JanusGraph/janusgraph/milestone/1?closed=1

NOTICE.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ It also includes software from other open source projects including, but not lim
2828
* Apache Solr [http://lucene.apache.org/solr/]
2929
* Apache TinkerPop [http://tinkerpop.apache.org/]
3030
* Astyanax [https://github.com/Netflix/astyanax]
31+
* AWS SDK for Java [https://aws.amazon.com/sdkforjava]
3132
* DataStax Driver for Apache Cassandra [https://github.com/datastax/java-driver]
3233
* EasyMock [http://easymock.org/]
3334
* Elasticsearch [https://www.elastic.co/]
@@ -41,11 +42,14 @@ It also includes software from other open source projects including, but not lim
4142
* Kryo [https://github.com/EsotericSoftware/kryo]
4243
* Metrics [http://metrics.dropwizard.io]
4344
* Mockito [http://site.mockito.org/]
45+
* Noggit [https://github.com/yonik/noggit]
4446
* OpenRDF [http://rdf4j.org/]
4547
* Oracle BerkeleyDB Java Edition [http://www.oracle.com/technetwork/products/berkeleydb/] (see license below)
48+
* Project Lombok [https://projectlombok.org/]
4649
* Reflections [https://github.com/ronmamo/reflections]
4750
* SLF4J [https://www.slf4j.org/]
4851
* Spatial4j [https://github.com/locationtech/spatial4j]
52+
* Vavr [http://www.vavr.io/]
4953

5054
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5155
Copyright (C) 2002, 2016, Oracle and/or its affiliates. All rights reserved.

docs/changelog.txt

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

5+
=== Version 0.2.0 (Release Date: October 11, 2017)
6+
7+
[source, m2]
8+
<dependency>
9+
<groupId>org.janusgraph</groupId>
10+
<artifactId>janusgraph-core</artifactId>
11+
<version>0.2.0</version>
12+
</dependency>
13+
14+
*Tested Compatibility:*
15+
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-pre3
19+
* Oracle BerkeleyJE 7.3.7
20+
* Elasticsearch 1.7.6, 2.4.6, 5.6.2, 6.0.0-rc1
21+
* Apache Lucene 7.0.0
22+
* Apache Solr 5.5.4, 6.6.1, 7.0.0
23+
* Apache TinkerPop 3.2.6
24+
* Java 1.8
25+
26+
For more information on features and bug fixes in 0.2.0, see the GitHub milestone:
27+
28+
* https://github.com/JanusGraph/janusgraph/milestone/2?closed=1
29+
530
=== Version 0.1.1 (Release Date: May 11, 2017)
631

732
[source, m2]
@@ -16,14 +41,14 @@
1641
* Apache Cassandra 2.1.9
1742
* Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
1843
* Google Bigtable 0.9.5.1
19-
* BerkeleyJE 7.3.7
44+
* Oracle BerkeleyJE 7.3.7
2045
* Elasticsearch 1.5.1
2146
* Apache Lucene 4.10.4
2247
* Apache Solr 5.2.1
2348
* Apache TinkerPop 3.2.3
2449
* Java 1.8
2550

26-
For more information on features and bug fixes in 0.1.1, see these GitHub milestone:
51+
For more information on features and bug fixes in 0.1.1, see the GitHub milestone:
2752

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

@@ -41,7 +66,7 @@ For more information on features and bug fixes in 0.1.1, see these GitHub milest
4166
* Apache Cassandra 2.1.9
4267
* Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
4368
* Google Bigtable 0.9.5.1
44-
* BerkeleyJE 7.3.7
69+
* Oracle BerkeleyJE 7.3.7
4570
* Elasticsearch 1.5.1
4671
* Apache Lucene 4.10.4
4772
* Apache Solr 5.2.1
@@ -57,8 +82,8 @@ For more information on features and bug fixes in 0.1.1, see these GitHub milest
5782
* Compatibility with newer versions of backend and index stores
5883
** HBase 1.2
5984
** BerkeleyJE 7.3.7
60-
* Includes a number of bugfixes and optimizations
85+
* Includes a number of bug fixes and optimizations
6186

62-
For more information on features and bugfixes in 0.1.0, see these GitHub milestones:
87+
For more information on features and bug fixes in 0.1.0, see the GitHub milestone:
6388

64-
* https://github.com/JanusGraph/janusgraph/milestone/1
89+
* https://github.com/JanusGraph/janusgraph/milestone/1?closed=1

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.2.0-SNAPSHOT</version>
6+
<version>0.2.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.2.0-SNAPSHOT</version>
6+
<version>0.2.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.2.0-SNAPSHOT</version>
6+
<version>0.2.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.2.0-SNAPSHOT</version>
6+
<version>0.2.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-cassandra</artifactId>

janusgraph-codepipelines-ci/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.janusgraph</groupId>
76
<artifactId>janusgraph</artifactId>
8-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
98
<relativePath>../pom.xml</relativePath>
109
</parent>
1110
<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.2.0-SNAPSHOT</version>
6+
<version>0.2.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.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
</parent>
99

1010
<artifactId>janusgraph-cql</artifactId>

0 commit comments

Comments
 (0)