Skip to content

Commit 6105d67

Browse files
committed
JanusGraph release 0.6.4 [cql-tests][tp-tests]
Signed-off-by: Boxuan Li <[email protected]>
1 parent b0e192d commit 6105d67

File tree

28 files changed

+30
-30
lines changed

28 files changed

+30
-30
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The versions of JanusGraph listed below are outdated and will no longer receive
4141

4242
## Release Notes
4343

44-
### Version 0.6.4 (Release Date: ???)
44+
### Version 0.6.4 (Release Date: October 14, 2023)
4545

4646
```xml tab='Maven'
4747
<dependency>

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.6.4-SNAPSHOT</version>
6+
<version>0.6.4</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.6.4-SNAPSHOT</version>
7+
<version>0.6.4</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.6.4-SNAPSHOT</version>
6+
<version>0.6.4</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.6.4-SNAPSHOT</version>
6+
<version>0.6.4</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-bigtable</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.6.4-SNAPSHOT</version>
6+
<version>0.6.4</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.6.4-SNAPSHOT</version>
7+
<version>0.6.4</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.6.4-SNAPSHOT</version>
6+
<version>0.6.4</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<packaging>pom</packaging>

janusgraph-doc/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.6.4-SNAPSHOT</version>
6+
<version>0.6.4</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<packaging>pom</packaging>

janusgraph-driver/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.6.4-SNAPSHOT</version>
6+
<version>0.6.4</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-driver</artifactId>

0 commit comments

Comments
 (0)