Skip to content

Commit afb8aea

Browse files
committed
Align Tags with Spring Security
1 parent e5026ca commit afb8aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

antora-playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ content:
1313
- url: https://github.com/spring-projects/spring-ldap
1414
# Refname matching:
1515
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
16-
branches: [main,'({3..9}).+({0..9}).x', '!(3.2.x)', '!(3.1.x)', '!(3.0.x)']
17-
tags: ['({3..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(3.0.+({0..9})?(-{RC,M}+({0..9})))', '!(3.1.+({0..4})?(-{RC,M}+({0..9})))']
16+
branches: [main, '3.3.x', '{4..99}.*.x']
17+
tags: ['3.3.*','{4..99}.*']
1818
asciidoc:
1919
extensions:
2020
- '@asciidoctor/tabs'

0 commit comments

Comments
 (0)