From a67525a1735c61c9de09c1ebbd067dd35980d628 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 8 Sep 2023 09:18:51 +0200 Subject: [PATCH] Limit tags to buildable ones. --- playbooks/cassandra.yml | 2 +- playbooks/commons.yml | 2 +- playbooks/couchbase.yml | 2 +- playbooks/elasticsearch.yml | 2 +- playbooks/keyvalue.yml | 2 +- playbooks/ldap.yml | 2 +- playbooks/mongodb.yml | 2 +- playbooks/neo4j.yml | 2 +- playbooks/redis.yml | 2 +- playbooks/relational.yml | 2 +- playbooks/rest.yml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/playbooks/cassandra.yml b/playbooks/cassandra.yml index b62e890..8c1ce13 100644 --- a/playbooks/cassandra.yml +++ b/playbooks/cassandra.yml @@ -20,7 +20,7 @@ content: # Refname matching: # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ branches: [ main, '{4..9}.*({0..9}).x', '!4.0.x', '!4.1.x' ] - tags: [ '({4..9}).+({0..9}).*', '!(4.0.*)', '!(4.1.*)','!4.2.0-M1' ] + tags: [ '({4..9}).+({0..9}).*', '!(4.0.*)', '!(4.1.*)','!4.2.0-M1','!4.2.0-M2' ] start_path: src/main/antora - url: https://github.com/spring-projects/spring-data-commons # Refname matching: diff --git a/playbooks/commons.yml b/playbooks/commons.yml index 8e4ac95..3bf346b 100644 --- a/playbooks/commons.yml +++ b/playbooks/commons.yml @@ -20,7 +20,7 @@ content: # Refname matching: # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x' ] - tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1' ] + tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1','!3.2.0-M2' ] start_path: src/main/antora asciidoc: attributes: diff --git a/playbooks/couchbase.yml b/playbooks/couchbase.yml index 9adff29..1a27810 100644 --- a/playbooks/couchbase.yml +++ b/playbooks/couchbase.yml @@ -20,7 +20,7 @@ content: # 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' ] + tags: [ '({5..9}).+({0..9}).*', '!(5.0.*)', '!(5.1.*)','!5.2.0-M1','!5.2.0-M2' ] start_path: src/main/antora - url: https://github.com/spring-projects/spring-data-commons # Refname matching: diff --git a/playbooks/elasticsearch.yml b/playbooks/elasticsearch.yml index 37c4678..375c59c 100644 --- a/playbooks/elasticsearch.yml +++ b/playbooks/elasticsearch.yml @@ -20,7 +20,7 @@ content: # 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' ] + tags: [ '({5..9}).+({0..9}).*', '!(5.0.*)', '!(5.1.*)','!5.2.0-M1','!5.2.0-M2' ] start_path: src/main/antora - url: https://github.com/spring-projects/spring-data-commons # Refname matching: diff --git a/playbooks/keyvalue.yml b/playbooks/keyvalue.yml index 6dc438b..d11aba5 100644 --- a/playbooks/keyvalue.yml +++ b/playbooks/keyvalue.yml @@ -20,7 +20,7 @@ content: # Refname matching: # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x' ] - tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1' ] + tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1','!3.2.0-M2' ] start_path: src/main/antora - url: https://github.com/spring-projects/spring-data-commons # Refname matching: diff --git a/playbooks/ldap.yml b/playbooks/ldap.yml index a249d48..ffd3e06 100644 --- a/playbooks/ldap.yml +++ b/playbooks/ldap.yml @@ -20,7 +20,7 @@ content: # Refname matching: # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x' ] - tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1' ] + tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1','!3.2.0-M2' ] start_path: src/main/antora - url: https://github.com/spring-projects/spring-data-commons # Refname matching: diff --git a/playbooks/mongodb.yml b/playbooks/mongodb.yml index 09c6acd..a6305ea 100644 --- a/playbooks/mongodb.yml +++ b/playbooks/mongodb.yml @@ -20,7 +20,7 @@ content: # Refname matching: # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ branches: [ main, '{4..9}.*({0..9}).x', '!4.0.x', '!4.1.x' ] - tags: [ '({4..9}).+({0..9}).*', '!(4.0.*)', '!(4.1.*)','!4.2.0-M1' ] + tags: [ '({4..9}).+({0..9}).*', '!(4.0.*)', '!(4.1.*)','!4.2.0-M1','!4.2.0-M2' ] start_path: src/main/antora - url: https://github.com/spring-projects/spring-data-commons # Refname matching: diff --git a/playbooks/neo4j.yml b/playbooks/neo4j.yml index 0fe9867..58e0b8f 100644 --- a/playbooks/neo4j.yml +++ b/playbooks/neo4j.yml @@ -20,7 +20,7 @@ content: # 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' ] + tags: [ '({5..9}).+({0..9}).*', '!(5.0.*)', '!(5.1.*)','!5.2.0-M1','!5.2.0-M2' ] start_path: src/main/antora - url: https://github.com/spring-projects/spring-data-commons # Refname matching: diff --git a/playbooks/redis.yml b/playbooks/redis.yml index 4f601e8..99fef81 100644 --- a/playbooks/redis.yml +++ b/playbooks/redis.yml @@ -20,7 +20,7 @@ content: # Refname matching: # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x' ] - tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1' ] + tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1','!3.2.0-M2' ] start_path: src/main/antora - url: https://github.com/spring-projects/spring-data-commons # Refname matching: diff --git a/playbooks/relational.yml b/playbooks/relational.yml index df21503..c36903e 100644 --- a/playbooks/relational.yml +++ b/playbooks/relational.yml @@ -20,7 +20,7 @@ content: # Refname matching: # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ branches: [ main, '{3..9}.*({0..9}).x', '!3.0.x', '!3.1.x' ] - tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1' ] + tags: [ '({3..9}).+({0..9}).*', '!(3.0.*)', '!(3.1.*)','!3.2.0-M1','!3.2.0-M2' ] start_path: src/main/antora - url: https://github.com/spring-projects/spring-data-commons # Refname matching: diff --git a/playbooks/rest.yml b/playbooks/rest.yml index f7a4581..fd6e0f6 100644 --- a/playbooks/rest.yml +++ b/playbooks/rest.yml @@ -20,7 +20,7 @@ content: # Refname matching: # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ branches: [ main, '{4..9}.*({0..9}).x', '!4.0.x', '!4.1.x' ] - tags: [ '({4..9}).+({0..9}).*', '!(4.0.*)', '!(4.1.*)','!4.2.0-M1' ] + tags: [ '({4..9}).+({0..9}).*', '!(4.0.*)', '!(4.1.*)','!4.2.0-M1','!4.2.0-M2' ] start_path: src/main/antora - url: https://github.com/spring-projects/spring-data-commons # Refname matching: