Skip to content

Commit f3d1325

Browse files
committed
JanusGraph release v0.5.3 [full build]
Signed-off-by: Oleksandr Porunov <alexandr.porunov@gmail.com>
1 parent db2bee3 commit f3d1325

File tree

34 files changed

+66
-34
lines changed

34 files changed

+66
-34
lines changed

docs/changelog.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,38 @@ The versions of JanusGraph listed below are outdated and will no longer receive
4040

4141
## Release Notes
4242

43+
### Version 0.5.3 (Release Date: December 24, 2020)
44+
45+
=== "Maven"
46+
```xml
47+
<dependency>
48+
<groupId>org.janusgraph</groupId>
49+
<artifactId>janusgraph-core</artifactId>
50+
<version>0.5.3</version>
51+
</dependency>
52+
```
53+
54+
=== "Gradle"
55+
```groovy
56+
compile "org.janusgraph:janusgraph-core:0.5.3"
57+
```
58+
59+
**Tested Compatibility:**
60+
61+
* Apache Cassandra 2.2.10, 3.0.14, 3.11.0
62+
* Apache HBase 1.2.6, 1.3.1, 1.4.10, 2.1.5
63+
* Google Bigtable 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.14.0
64+
* Oracle BerkeleyJE 7.5.11
65+
* Elasticsearch 6.0.1, 6.6.0, 7.6.2
66+
* Apache Lucene 7.0.0
67+
* Apache Solr 7.0.0
68+
* Apache TinkerPop 3.4.6
69+
* Java 1.8
70+
71+
For more information on features and bug fixes in 0.5.3, see the GitHub milestone:
72+
73+
- <https://github.com/JanusGraph/janusgraph/milestone/20?closed=1>
74+
4375
### Version 0.5.2 (Release Date: May 3, 2020)
4476

4577
=== "Maven"

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.5.3-SNAPSHOT</version>
6+
<version>0.5.3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-all</artifactId>

janusgraph-backend-testutils/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.5.3-SNAPSHOT</version>
7+
<version>0.5.3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>janusgraph-backend-testutils</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.5.3-SNAPSHOT</version>
6+
<version>0.5.3</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.5.3-SNAPSHOT</version>
6+
<version>0.5.3</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.5.3-SNAPSHOT</version>
6+
<version>0.5.3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-cassandra</artifactId>

janusgraph-codepipelines-ci/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.5.3-SNAPSHOT</version>
7+
<version>0.5.3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<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.5.3-SNAPSHOT</version>
6+
<version>0.5.3</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.5.3-SNAPSHOT</version>
7+
<version>0.5.3</version>
88
</parent>
99

1010
<artifactId>janusgraph-cql</artifactId>

janusgraph-dist/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.5.3-SNAPSHOT</version>
6+
<version>0.5.3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)