Skip to content

Commit

Permalink
Update documentation parameters from 1.0 to 1.1 CTR
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <alexandr.porunov@gmail.com>
  • Loading branch information
porunov committed Nov 15, 2024
1 parent 8c78268 commit 8babe12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repoOwner": "janusgraph",
"repoName": "janusgraph",
"targetBranchChoices": ["v1.0"],
"targetBranchChoices": ["v1.1"],
"branchLabelMapping": {
"^backport/(.+)$": "$1"
},
Expand Down
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
patterns:
- "org.junit.*"
labels:
- "backport/v1.0"
- "backport/v1.1"
- "dependencies"
- "java"

Expand All @@ -22,5 +22,5 @@ updates:
time: "11:00"
open-pull-requests-limit: 10
labels:
- "backport/v1.0"
- "backport/v1.1"
- "dependencies"
2 changes: 1 addition & 1 deletion janusgraph-dist/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ARG REVISION=test
LABEL org.opencontainers.image.title="JanusGraph Docker Image"
LABEL org.opencontainers.image.description="Official JanusGraph Docker image"
LABEL org.opencontainers.image.url="https://janusgraph.org/"
LABEL org.opencontainers.image.documentation="https://docs.janusgraph.org/v1.0/"
LABEL org.opencontainers.image.documentation="https://docs.janusgraph.org/v1.1/"
LABEL org.opencontainers.image.revision="${REVISION}"
LABEL org.opencontainers.image.source="https://github.com/JanusGraph/janusgraph-docker/"
LABEL org.opencontainers.image.vendor="JanusGraph"
Expand Down

0 comments on commit 8babe12

Please sign in to comment.