Skip to content

Commit 25486bf

Browse files
committed
Merge branch '4.2.x' into 4.3.x
2 parents 1d9c3d2 + 7ba20ff commit 25486bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Build
55

66
on:
77
push:
8-
branches: [ main, 4.2.x, 4.1.x, 3.1.x ]
8+
branches: [ main, 4.3.x, 4.2.x ]
99
pull_request:
10-
branches: [ main, 4.2.x, 4.1.x, 3.1.x ]
10+
branches: [ main, 4.3.x, 4.2.x ]
1111

1212
jobs:
1313
build:

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"antora": "3.2.0-alpha.9",
4-
"@antora/atlas-extension": "1.0.0-alpha.2",
4+
"@antora/atlas-extension": "1.0.0-alpha.5",
55
"@antora/collector-extension": "1.0.1",
66
"@asciidoctor/tabs": "1.0.0-beta.6",
77
"@springio/antora-extensions": "1.14.7",

0 commit comments

Comments
 (0)