Skip to content

Commit 30890c3

Browse files
committed
JanusGraph release 1.0.1 [cql-tests] [tp-tests]
Signed-off-by: Oleksandr Porunov <[email protected]>
1 parent b4cd20e commit 30890c3

File tree

33 files changed

+35
-35
lines changed

33 files changed

+35
-35
lines changed

cassandra-hadoop-util/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>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
</parent>
99

1010
<artifactId>cassandra-hadoop-util</artifactId>

docs/changelog.md

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

5050
## Release Notes
5151

52-
### Version 1.0.1 (Release Date: ???)
52+
### Version 1.0.1 (Release Date: November 6, 2024)
5353

5454
/// tab | Maven
5555
```xml

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

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

0 commit comments

Comments
 (0)