From c31f09133fb905fa6044eabc9a535f22f646955d Mon Sep 17 00:00:00 2001 From: Jason Plurad Date: Wed, 11 Oct 2017 14:20:41 +0000 Subject: [PATCH 1/2] 0.2.0 release doc updates Signed-off-by: Jason Plurad --- CHANGELOG.asc | 29 +++++++++++++++++++++++++++-- NOTICE.txt | 4 ++++ docs/changelog.txt | 29 +++++++++++++++++++++++++++-- 3 files changed, 58 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.asc b/CHANGELOG.asc index 61f720cdc6..b6128f8e53 100644 --- a/CHANGELOG.asc +++ b/CHANGELOG.asc @@ -2,6 +2,31 @@ [appendix] == Release Notes +=== Version 0.2.0 (Release Date: October 11, 2017) + +[source, m2] + + org.janusgraph + janusgraph-core + 0.2.0 + + +*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 +* Google Bigtable 1.0.0-pre3 +* Oracle BerkeleyJE 7.3.7 +* Elasticsearch 5.6.2 +* Apache Lucene 7.0.0 +* Apache Solr 7.0.0 +* Apache TinkerPop 3.2.6 +* Java 1.8 + +For more information on features and bug fixes in 0.2.0, see these GitHub milestone: + +* https://github.com/JanusGraph/janusgraph/milestone/2?closed=1 + === Version 0.1.1 (Release Date: May 11, 2017) [source, m2] @@ -16,7 +41,7 @@ * 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 @@ -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 diff --git a/NOTICE.txt b/NOTICE.txt index 19cf90b23e..a4d8288fea 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -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/] @@ -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. diff --git a/docs/changelog.txt b/docs/changelog.txt index 61f720cdc6..b6128f8e53 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -2,6 +2,31 @@ [appendix] == Release Notes +=== Version 0.2.0 (Release Date: October 11, 2017) + +[source, m2] + + org.janusgraph + janusgraph-core + 0.2.0 + + +*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 +* Google Bigtable 1.0.0-pre3 +* Oracle BerkeleyJE 7.3.7 +* Elasticsearch 5.6.2 +* Apache Lucene 7.0.0 +* Apache Solr 7.0.0 +* Apache TinkerPop 3.2.6 +* Java 1.8 + +For more information on features and bug fixes in 0.2.0, see these GitHub milestone: + +* https://github.com/JanusGraph/janusgraph/milestone/2?closed=1 + === Version 0.1.1 (Release Date: May 11, 2017) [source, m2] @@ -16,7 +41,7 @@ * 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 @@ -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 From 6a04d5c793343af6ce3226adc20bbd77ef466731 Mon Sep 17 00:00:00 2001 From: Jason Plurad Date: Wed, 11 Oct 2017 14:26:29 +0000 Subject: [PATCH 2/2] [maven-release-plugin] prepare release 0.2.0 --- CHANGELOG.asc | 16 ++++++++-------- docs/changelog.txt | 16 ++++++++-------- janusgraph-all/pom.xml | 2 +- janusgraph-berkeleyje/pom.xml | 2 +- janusgraph-bigtable/pom.xml | 2 +- janusgraph-cassandra/pom.xml | 2 +- janusgraph-codepipelines-ci/pom.xml | 5 ++--- janusgraph-core/pom.xml | 2 +- janusgraph-cql/pom.xml | 2 +- janusgraph-dist/janusgraph-dist-hadoop-2/pom.xml | 2 +- janusgraph-dist/pom.xml | 2 +- janusgraph-doc/pom.xml | 2 +- janusgraph-es/pom.xml | 8 ++++---- janusgraph-examples/example-berkeleyje/pom.xml | 5 ++--- janusgraph-examples/example-cassandra/pom.xml | 5 ++--- janusgraph-examples/example-common/pom.xml | 5 ++--- janusgraph-examples/example-cql/pom.xml | 5 ++--- janusgraph-examples/example-hbase/pom.xml | 5 ++--- janusgraph-examples/example-remotegraph/pom.xml | 5 ++--- janusgraph-examples/example-tinkergraph/pom.xml | 5 ++--- janusgraph-examples/pom.xml | 5 ++--- .../janusgraph-hadoop-2/pom.xml | 2 +- .../janusgraph-hadoop-core/pom.xml | 2 +- .../janusgraph-hadoop/pom.xml | 2 +- janusgraph-hadoop-parent/pom.xml | 2 +- .../janusgraph-hbase-098/pom.xml | 2 +- .../janusgraph-hbase-10/pom.xml | 2 +- .../janusgraph-hbase-core/pom.xml | 2 +- janusgraph-hbase-parent/janusgraph-hbase/pom.xml | 2 +- janusgraph-hbase-parent/pom.xml | 2 +- janusgraph-lucene/pom.xml | 2 +- janusgraph-solr/pom.xml | 2 +- janusgraph-test/pom.xml | 2 +- pom.xml | 4 ++-- 34 files changed, 61 insertions(+), 70 deletions(-) diff --git a/CHANGELOG.asc b/CHANGELOG.asc index b6128f8e53..271cb17834 100644 --- a/CHANGELOG.asc +++ b/CHANGELOG.asc @@ -14,16 +14,16 @@ *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 +* Apache HBase 0.98.24-hadoop2, 1.2.6, 1.3.1 * Google Bigtable 1.0.0-pre3 * Oracle BerkeleyJE 7.3.7 -* Elasticsearch 5.6.2 +* Elasticsearch 1.7.6, 2.4.6, 5.6.2, 6.0.0-rc1 * Apache Lucene 7.0.0 -* Apache Solr 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 these GitHub milestone: +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 @@ -48,7 +48,7 @@ For more information on features and bug fixes in 0.2.0, see these GitHub milest * 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 @@ -82,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 diff --git a/docs/changelog.txt b/docs/changelog.txt index b6128f8e53..271cb17834 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -14,16 +14,16 @@ *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 +* Apache HBase 0.98.24-hadoop2, 1.2.6, 1.3.1 * Google Bigtable 1.0.0-pre3 * Oracle BerkeleyJE 7.3.7 -* Elasticsearch 5.6.2 +* Elasticsearch 1.7.6, 2.4.6, 5.6.2, 6.0.0-rc1 * Apache Lucene 7.0.0 -* Apache Solr 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 these GitHub milestone: +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 @@ -48,7 +48,7 @@ For more information on features and bug fixes in 0.2.0, see these GitHub milest * 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 @@ -82,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 diff --git a/janusgraph-all/pom.xml b/janusgraph-all/pom.xml index b5afed7aba..0428647507 100644 --- a/janusgraph-all/pom.xml +++ b/janusgraph-all/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-all diff --git a/janusgraph-berkeleyje/pom.xml b/janusgraph-berkeleyje/pom.xml index 4d66d745d2..46620d5c97 100644 --- a/janusgraph-berkeleyje/pom.xml +++ b/janusgraph-berkeleyje/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-berkeleyje diff --git a/janusgraph-bigtable/pom.xml b/janusgraph-bigtable/pom.xml index 6050b85e81..53a06b6095 100644 --- a/janusgraph-bigtable/pom.xml +++ b/janusgraph-bigtable/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-bigtable diff --git a/janusgraph-cassandra/pom.xml b/janusgraph-cassandra/pom.xml index e642646684..18d802f2b7 100644 --- a/janusgraph-cassandra/pom.xml +++ b/janusgraph-cassandra/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-cassandra diff --git a/janusgraph-codepipelines-ci/pom.xml b/janusgraph-codepipelines-ci/pom.xml index 8c0a8d84d1..4260c2de0a 100644 --- a/janusgraph-codepipelines-ci/pom.xml +++ b/janusgraph-codepipelines-ci/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-codepipelines-ci diff --git a/janusgraph-core/pom.xml b/janusgraph-core/pom.xml index b415f9eb65..21fb571c14 100644 --- a/janusgraph-core/pom.xml +++ b/janusgraph-core/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-core diff --git a/janusgraph-cql/pom.xml b/janusgraph-cql/pom.xml index fd84828431..215224bac9 100644 --- a/janusgraph-cql/pom.xml +++ b/janusgraph-cql/pom.xml @@ -4,7 +4,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 janusgraph-cql diff --git a/janusgraph-dist/janusgraph-dist-hadoop-2/pom.xml b/janusgraph-dist/janusgraph-dist-hadoop-2/pom.xml index 47388ac21e..71c00251c0 100644 --- a/janusgraph-dist/janusgraph-dist-hadoop-2/pom.xml +++ b/janusgraph-dist/janusgraph-dist-hadoop-2/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph-dist - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml pom diff --git a/janusgraph-dist/pom.xml b/janusgraph-dist/pom.xml index b28dd5fb3f..1e1f440b5e 100644 --- a/janusgraph-dist/pom.xml +++ b/janusgraph-dist/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml pom diff --git a/janusgraph-doc/pom.xml b/janusgraph-doc/pom.xml index 67110d4d91..ba2c7676be 100644 --- a/janusgraph-doc/pom.xml +++ b/janusgraph-doc/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml pom diff --git a/janusgraph-es/pom.xml b/janusgraph-es/pom.xml index 747134ae1a..19dec5112b 100644 --- a/janusgraph-es/pom.xml +++ b/janusgraph-es/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-es @@ -17,7 +17,7 @@ 6.0.0-rc1 ${elasticsearch5.test.version} - + ${skipTests} docker.elastic.co/elasticsearch/elasticsearch ${elasticsearch.test.version} @@ -291,7 +291,7 @@ ${elasticsearch5.test.version} - + @@ -299,7 +299,7 @@ ${elasticsearch6.test.version} - + diff --git a/janusgraph-examples/example-berkeleyje/pom.xml b/janusgraph-examples/example-berkeleyje/pom.xml index 3e5c6edce1..5a8a5d483a 100644 --- a/janusgraph-examples/example-berkeleyje/pom.xml +++ b/janusgraph-examples/example-berkeleyje/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.janusgraph janusgraph-examples - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml example-berkeleyje diff --git a/janusgraph-examples/example-cassandra/pom.xml b/janusgraph-examples/example-cassandra/pom.xml index 009bcbf475..33f9637785 100644 --- a/janusgraph-examples/example-cassandra/pom.xml +++ b/janusgraph-examples/example-cassandra/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.janusgraph janusgraph-examples - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml example-cassandra diff --git a/janusgraph-examples/example-common/pom.xml b/janusgraph-examples/example-common/pom.xml index c065257544..93358e07ef 100644 --- a/janusgraph-examples/example-common/pom.xml +++ b/janusgraph-examples/example-common/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.janusgraph janusgraph-examples - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml example-common diff --git a/janusgraph-examples/example-cql/pom.xml b/janusgraph-examples/example-cql/pom.xml index cd1bdadc6e..3d69faeeab 100644 --- a/janusgraph-examples/example-cql/pom.xml +++ b/janusgraph-examples/example-cql/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.janusgraph janusgraph-examples - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml example-cql diff --git a/janusgraph-examples/example-hbase/pom.xml b/janusgraph-examples/example-hbase/pom.xml index 65c400e9a6..64fca6cd93 100644 --- a/janusgraph-examples/example-hbase/pom.xml +++ b/janusgraph-examples/example-hbase/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.janusgraph janusgraph-examples - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml example-hbase diff --git a/janusgraph-examples/example-remotegraph/pom.xml b/janusgraph-examples/example-remotegraph/pom.xml index a99d8865a4..94812eba3f 100644 --- a/janusgraph-examples/example-remotegraph/pom.xml +++ b/janusgraph-examples/example-remotegraph/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.janusgraph janusgraph-examples - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml example-remotegraph diff --git a/janusgraph-examples/example-tinkergraph/pom.xml b/janusgraph-examples/example-tinkergraph/pom.xml index 1453742112..754e63410c 100644 --- a/janusgraph-examples/example-tinkergraph/pom.xml +++ b/janusgraph-examples/example-tinkergraph/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.janusgraph janusgraph-examples - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml example-tinkergraph diff --git a/janusgraph-examples/pom.xml b/janusgraph-examples/pom.xml index 548fd71d24..23aa42b43a 100644 --- a/janusgraph-examples/pom.xml +++ b/janusgraph-examples/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-examples diff --git a/janusgraph-hadoop-parent/janusgraph-hadoop-2/pom.xml b/janusgraph-hadoop-parent/janusgraph-hadoop-2/pom.xml index a40c290e28..2e700d8936 100644 --- a/janusgraph-hadoop-parent/janusgraph-hadoop-2/pom.xml +++ b/janusgraph-hadoop-parent/janusgraph-hadoop-2/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph-hadoop-parent - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-hadoop-2 diff --git a/janusgraph-hadoop-parent/janusgraph-hadoop-core/pom.xml b/janusgraph-hadoop-parent/janusgraph-hadoop-core/pom.xml index a484327d65..bd9d453f2b 100644 --- a/janusgraph-hadoop-parent/janusgraph-hadoop-core/pom.xml +++ b/janusgraph-hadoop-parent/janusgraph-hadoop-core/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph-hadoop-parent - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-hadoop-core diff --git a/janusgraph-hadoop-parent/janusgraph-hadoop/pom.xml b/janusgraph-hadoop-parent/janusgraph-hadoop/pom.xml index 3f107f0406..491d438d05 100644 --- a/janusgraph-hadoop-parent/janusgraph-hadoop/pom.xml +++ b/janusgraph-hadoop-parent/janusgraph-hadoop/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph-hadoop-parent - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-hadoop diff --git a/janusgraph-hadoop-parent/pom.xml b/janusgraph-hadoop-parent/pom.xml index 10549830d0..997fe4d2c9 100644 --- a/janusgraph-hadoop-parent/pom.xml +++ b/janusgraph-hadoop-parent/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-hadoop-parent diff --git a/janusgraph-hbase-parent/janusgraph-hbase-098/pom.xml b/janusgraph-hbase-parent/janusgraph-hbase-098/pom.xml index 489c71e604..61a2470bc2 100644 --- a/janusgraph-hbase-parent/janusgraph-hbase-098/pom.xml +++ b/janusgraph-hbase-parent/janusgraph-hbase-098/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph-hbase-parent - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-hbase-098 diff --git a/janusgraph-hbase-parent/janusgraph-hbase-10/pom.xml b/janusgraph-hbase-parent/janusgraph-hbase-10/pom.xml index 79faf64988..3ef87056c7 100644 --- a/janusgraph-hbase-parent/janusgraph-hbase-10/pom.xml +++ b/janusgraph-hbase-parent/janusgraph-hbase-10/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph-hbase-parent - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-hbase-10 diff --git a/janusgraph-hbase-parent/janusgraph-hbase-core/pom.xml b/janusgraph-hbase-parent/janusgraph-hbase-core/pom.xml index 031de0beaf..c7d234d4cf 100644 --- a/janusgraph-hbase-parent/janusgraph-hbase-core/pom.xml +++ b/janusgraph-hbase-parent/janusgraph-hbase-core/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph-hbase-parent - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-hbase-core diff --git a/janusgraph-hbase-parent/janusgraph-hbase/pom.xml b/janusgraph-hbase-parent/janusgraph-hbase/pom.xml index 2c7da98dc2..f3b3976939 100644 --- a/janusgraph-hbase-parent/janusgraph-hbase/pom.xml +++ b/janusgraph-hbase-parent/janusgraph-hbase/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph-hbase-parent - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-hbase diff --git a/janusgraph-hbase-parent/pom.xml b/janusgraph-hbase-parent/pom.xml index 1f636a8ffd..bd68f3c87f 100644 --- a/janusgraph-hbase-parent/pom.xml +++ b/janusgraph-hbase-parent/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-hbase-parent diff --git a/janusgraph-lucene/pom.xml b/janusgraph-lucene/pom.xml index df576b4d3b..bfd49ffdac 100644 --- a/janusgraph-lucene/pom.xml +++ b/janusgraph-lucene/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-lucene diff --git a/janusgraph-solr/pom.xml b/janusgraph-solr/pom.xml index b7958ef7e2..81c2614d3a 100644 --- a/janusgraph-solr/pom.xml +++ b/janusgraph-solr/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-solr diff --git a/janusgraph-test/pom.xml b/janusgraph-test/pom.xml index 88d58defbb..db4e12cbf3 100644 --- a/janusgraph-test/pom.xml +++ b/janusgraph-test/pom.xml @@ -3,7 +3,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 ../pom.xml janusgraph-test diff --git a/pom.xml b/pom.xml index 06dffc59c3..e7d92dc8ce 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.janusgraph janusgraph - 0.2.0-SNAPSHOT + 0.2.0 pom 2.2.1 @@ -60,7 +60,7 @@ scm:git:git@github.com:JanusGraph/janusgraph.git scm:git:git@github.com:JanusGraph/janusgraph.git git@github.com:JanusGraph/janusgraph.git - HEAD + 0.2.0 0.1.0,0.1.1