Skip to content

Commit 9121dd8

Browse files
committed
Restore version 1.2.0-SNAPSHOT CTR
Signed-off-by: Oleksandr Porunov <alexandr.porunov@gmail.com>
1 parent 8c78268 commit 9121dd8

36 files changed

Lines changed: 85 additions & 36 deletions

File tree

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repoOwner": "janusgraph",
33
"repoName": "janusgraph",
4-
"targetBranchChoices": ["v1.0"],
4+
"targetBranchChoices": ["v1.1"],
55
"branchLabelMapping": {
66
"^backport/(.+)$": "$1"
77
},

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ updates:
2222
time: "11:00"
2323
open-pull-requests-limit: 10
2424
labels:
25-
- "backport/v1.0"
25+
- "backport/v1.1"
2626
- "dependencies"

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.1.1-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
</parent>
99

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

docs/changelog.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ All currently supported versions of JanusGraph are listed below.
2727

2828
| JanusGraph | Storage Version | Cassandra | HBase | Bigtable | ScyllaDB | Elasticsearch | Solr | TinkerPop | Spark | Scala |
2929
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
30+
| 1.2.z | 2 | 3.11.z, 4.0.z | 2.6.z | 1.3.0, 1.4.0, 1.5.z, 1.6.z, 1.7.z, 1.8.z, 1.9.z, 1.10.z, 1.11.z, 1.14.z | 6.y | 6.y, 7.y, 8.y | 8.y | 3.7.z | 3.2.z | 2.12.z |
3031
| 1.1.z | 2 | 3.11.z, 4.0.z | 2.6.z | 1.3.0, 1.4.0, 1.5.z, 1.6.z, 1.7.z, 1.8.z, 1.9.z, 1.10.z, 1.11.z, 1.14.z | 6.y | 6.y, 7.y, 8.y | 8.y | 3.7.z | 3.2.z | 2.12.z |
31-
| 1.0.z | 2 | 3.11.z, 4.0.z | 2.5.z | 1.3.0, 1.4.0, 1.5.z, 1.6.z, 1.7.z, 1.8.z, 1.9.z, 1.10.z, 1.11.z, 1.14.z | 5.y | 6.y, 7.y, 8.y | 8.y | 3.7.z | 3.2.z | 2.12.z |
3232

3333
!!! info
3434
Even so ScyllaDB is marked as `N/A` prior version 1.0.0 it was actually supported using `cql` storage option.
@@ -47,9 +47,58 @@ The versions of JanusGraph listed below are outdated and will no longer receive
4747
| 0.4.z | 2 | 2.1.z, 2.2.z, 3.0.z, 3.11.z | 1.2.z, 1.3.z, 1.4.z, 2.1.z | N/A | N/A | 5.y, 6.y | 7.y | 3.4.z | 2.2.z | 2.11.z |
4848
| 0.5.z | 2 | 2.1.z, 2.2.z, 3.0.z, 3.11.z | 1.2.z, 1.3.z, 1.4.z, 2.1.z | 1.3.0, 1.4.0, 1.5.z, 1.6.z, 1.7.z, 1.8.z, 1.9.z, 1.10.z, 1.11.z, 1.14.z | N/A | 6.y, 7.y | 7.y | 3.4.z | 2.2.z | 2.11.z |
4949
| 0.6.z | 2 | 3.0.z, 3.11.z | 1.6.z, 2.2.z | 1.3.0, 1.4.0, 1.5.z, 1.6.z, 1.7.z, 1.8.z, 1.9.z, 1.10.z, 1.11.z, 1.14.z | N/A | 6.y, 7.y | 7.y, 8.y | 3.5.z | 3.0.z | 2.12.z |
50+
| 1.0.z | 2 | 3.11.z, 4.0.z | 2.5.z | 1.3.0, 1.4.0, 1.5.z, 1.6.z, 1.7.z, 1.8.z, 1.9.z, 1.10.z, 1.11.z, 1.14.z | 5.y | 6.y, 7.y, 8.y | 8.y | 3.7.z | 3.2.z | 2.12.z |
5051

5152
## Release Notes
5253

54+
### Version 1.2.0 (Release Date: ???)
55+
56+
/// tab | Maven
57+
```xml
58+
<dependency>
59+
<groupId>org.janusgraph</groupId>
60+
<artifactId>janusgraph-core</artifactId>
61+
<version>1.2.0</version>
62+
</dependency>
63+
```
64+
///
65+
66+
/// tab | Gradle
67+
```groovy
68+
compile "org.janusgraph:janusgraph-core:1.2.0"
69+
```
70+
///
71+
72+
**Tested Compatibility:**
73+
74+
* Apache Cassandra 3.11.10, 4.0.6
75+
* Apache HBase 2.6.0
76+
* Oracle BerkeleyJE 7.5.11
77+
* ScyllaDB 6.2.0
78+
* Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.15.3
79+
* Apache Lucene 8.11.1
80+
* Apache Solr 8.11.1
81+
* Apache TinkerPop 3.7.3
82+
* Java 8, 11
83+
84+
**Installed versions in the Pre-Packaged Distribution:**
85+
86+
* Cassandra 4.0.6
87+
* Elasticsearch 7.14.0
88+
89+
#### Changes
90+
91+
For more information on features and bug fixes in 1.2.0, see the GitHub milestone:
92+
93+
- <https://github.com/JanusGraph/janusgraph/milestone/30?closed=1>
94+
95+
#### Assets
96+
97+
* [JavaDoc](https://javadoc.io/doc/org.janusgraph/janusgraph-core/1.2.0)
98+
* [GitHub Release](https://github.com/JanusGraph/janusgraph/releases/tag/v1.2.0)
99+
* [JanusGraph zip](https://github.com/JanusGraph/janusgraph/releases/download/v1.2.0/janusgraph-1.2.0.zip)
100+
* [JanusGraph zip with embedded Cassandra and ElasticSearch](https://github.com/JanusGraph/janusgraph/releases/download/v1.2.0/janusgraph-full-1.2.0.zip)
101+
53102
### Version 1.1.0 (Release Date: November 7, 2024)
54103

55104
/// tab | 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>1.1.1-SNAPSHOT</version>
6+
<version>1.2.0-SNAPSHOT</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.1.1-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</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.1.1-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</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.1.1-SNAPSHOT</version>
6+
<version>1.2.0-SNAPSHOT</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.1.1-SNAPSHOT</version>
6+
<version>1.2.0-SNAPSHOT</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.1.1-SNAPSHOT</version>
6+
<version>1.2.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>janusgraph-core</artifactId>

0 commit comments

Comments
 (0)