Skip to content

Commit 5be16ea

Browse files
committed
Update documentation parameters from 1.0 to 1.1 CTR
Signed-off-by: Oleksandr Porunov <alexandr.porunov@gmail.com>
1 parent 8c78268 commit 5be16ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
patterns:
1212
- "org.junit.*"
1313
labels:
14-
- "backport/v1.0"
14+
- "backport/v1.1"
1515
- "dependencies"
1616
- "java"
1717

@@ -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"

janusgraph-dist/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ARG REVISION=test
8989
LABEL org.opencontainers.image.title="JanusGraph Docker Image"
9090
LABEL org.opencontainers.image.description="Official JanusGraph Docker image"
9191
LABEL org.opencontainers.image.url="https://janusgraph.org/"
92-
LABEL org.opencontainers.image.documentation="https://docs.janusgraph.org/v1.0/"
92+
LABEL org.opencontainers.image.documentation="https://docs.janusgraph.org/v1.1/"
9393
LABEL org.opencontainers.image.revision="${REVISION}"
9494
LABEL org.opencontainers.image.source="https://github.com/JanusGraph/janusgraph-docker/"
9595
LABEL org.opencontainers.image.vendor="JanusGraph"

0 commit comments

Comments
 (0)