From c8564bd056de1ea923509b62557c1382c9bd4968 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 11 Sep 2023 09:28:05 +0200 Subject: [PATCH] Fix neo4j Antora branch spec. --- playbooks/neo4j.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/neo4j.yml b/playbooks/neo4j.yml index 58e0b8f..523ba51 100644 --- a/playbooks/neo4j.yml +++ b/playbooks/neo4j.yml @@ -19,8 +19,8 @@ content: - url: https://github.com/spring-projects/spring-data-neo4j # Refname matching: # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ - branches: [ main, '{5..9}.*({0..9}).x', '!5.0.x', '!5.1.x' ] - tags: [ '({5..9}).+({0..9}).*', '!(5.0.*)', '!(5.1.*)','!5.2.0-M1','!5.2.0-M2' ] + branches: [ main, '{7..9}.*({0..9}).x', '!7.0.x', '!7.1.x' ] + tags: [ '({7..9}).+({0..9}).*', '!(7.0.*)', '!(7.1.*)','!7.2.0-M1','!7.2.0-M2' ] start_path: src/main/antora - url: https://github.com/spring-projects/spring-data-commons # Refname matching: