Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pluradj committed Oct 11, 2017
1 parent c31f091 commit 6a04d5c
Show file tree
Hide file tree
Showing 34 changed files with 61 additions and 70 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.asc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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
16 changes: 8 additions & 8 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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
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
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.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hadoop-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion janusgraph-hbase-parent/janusgraph-hbase-098/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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hbase-098</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.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hbase-core</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.2.0-SNAPSHOT</version>
<version>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>janusgraph-hbase-parent</artifactId>
Expand Down
Loading

0 comments on commit 6a04d5c

Please sign in to comment.