From fcad995248e1b4c6e607656daaf2d6263270e9e7 Mon Sep 17 00:00:00 2001 From: "Robin Stocker (GitHub Actions)" <16778+robinst@users.noreply.github.com> Date: Thu, 20 Oct 2022 01:17:06 +0000 Subject: [PATCH] [maven-release-plugin] prepare release commonmark-parent-0.20.0 --- commonmark-ext-autolink/pom.xml | 2 +- commonmark-ext-gfm-strikethrough/pom.xml | 2 +- commonmark-ext-gfm-tables/pom.xml | 2 +- commonmark-ext-heading-anchor/pom.xml | 2 +- commonmark-ext-image-attributes/pom.xml | 2 +- commonmark-ext-ins/pom.xml | 2 +- commonmark-ext-task-list-items/pom.xml | 2 +- commonmark-ext-yaml-front-matter/pom.xml | 2 +- commonmark-integration-test/pom.xml | 2 +- commonmark-test-util/pom.xml | 2 +- commonmark/pom.xml | 2 +- pom.xml | 24 ++++++++++++------------ 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/commonmark-ext-autolink/pom.xml b/commonmark-ext-autolink/pom.xml index dc6868e5..0a986f7b 100644 --- a/commonmark-ext-autolink/pom.xml +++ b/commonmark-ext-autolink/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.20.0-SNAPSHOT + 0.20.0 commonmark-ext-autolink diff --git a/commonmark-ext-gfm-strikethrough/pom.xml b/commonmark-ext-gfm-strikethrough/pom.xml index 8c82d2fa..7f8fb911 100644 --- a/commonmark-ext-gfm-strikethrough/pom.xml +++ b/commonmark-ext-gfm-strikethrough/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.20.0-SNAPSHOT + 0.20.0 commonmark-ext-gfm-strikethrough diff --git a/commonmark-ext-gfm-tables/pom.xml b/commonmark-ext-gfm-tables/pom.xml index f7970b13..54f53025 100644 --- a/commonmark-ext-gfm-tables/pom.xml +++ b/commonmark-ext-gfm-tables/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.20.0-SNAPSHOT + 0.20.0 commonmark-ext-gfm-tables diff --git a/commonmark-ext-heading-anchor/pom.xml b/commonmark-ext-heading-anchor/pom.xml index be8ac82f..948e7db4 100644 --- a/commonmark-ext-heading-anchor/pom.xml +++ b/commonmark-ext-heading-anchor/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.20.0-SNAPSHOT + 0.20.0 commonmark-ext-heading-anchor diff --git a/commonmark-ext-image-attributes/pom.xml b/commonmark-ext-image-attributes/pom.xml index 88911eaa..e6236eda 100644 --- a/commonmark-ext-image-attributes/pom.xml +++ b/commonmark-ext-image-attributes/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.20.0-SNAPSHOT + 0.20.0 commonmark-ext-image-attributes diff --git a/commonmark-ext-ins/pom.xml b/commonmark-ext-ins/pom.xml index bccf5e14..5f601087 100644 --- a/commonmark-ext-ins/pom.xml +++ b/commonmark-ext-ins/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.20.0-SNAPSHOT + 0.20.0 commonmark-ext-ins diff --git a/commonmark-ext-task-list-items/pom.xml b/commonmark-ext-task-list-items/pom.xml index ae9f130e..f083ae8c 100644 --- a/commonmark-ext-task-list-items/pom.xml +++ b/commonmark-ext-task-list-items/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.20.0-SNAPSHOT + 0.20.0 commonmark-ext-task-list-items diff --git a/commonmark-ext-yaml-front-matter/pom.xml b/commonmark-ext-yaml-front-matter/pom.xml index 9eab0f4e..071e14af 100644 --- a/commonmark-ext-yaml-front-matter/pom.xml +++ b/commonmark-ext-yaml-front-matter/pom.xml @@ -4,7 +4,7 @@ commonmark-parent org.commonmark - 0.20.0-SNAPSHOT + 0.20.0 commonmark-ext-yaml-front-matter diff --git a/commonmark-integration-test/pom.xml b/commonmark-integration-test/pom.xml index 2ca29bac..b98e26d9 100644 --- a/commonmark-integration-test/pom.xml +++ b/commonmark-integration-test/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.20.0-SNAPSHOT + 0.20.0 commonmark-integration-test diff --git a/commonmark-test-util/pom.xml b/commonmark-test-util/pom.xml index 1b8e100a..ee01b2b5 100644 --- a/commonmark-test-util/pom.xml +++ b/commonmark-test-util/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.20.0-SNAPSHOT + 0.20.0 commonmark-test-util diff --git a/commonmark/pom.xml b/commonmark/pom.xml index b934fdcd..76e803e1 100644 --- a/commonmark/pom.xml +++ b/commonmark/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.20.0-SNAPSHOT + 0.20.0 commonmark diff --git a/pom.xml b/pom.xml index b6214e7d..f754d909 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.commonmark commonmark-parent - 0.20.0-SNAPSHOT + 0.20.0 commonmark-java parent Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted @@ -112,52 +112,52 @@ org.commonmark commonmark - 0.20.0-SNAPSHOT + 0.20.0 org.commonmark commonmark-ext-autolink - 0.20.0-SNAPSHOT + 0.20.0 org.commonmark commonmark-ext-image-attributes - 0.20.0-SNAPSHOT + 0.20.0 org.commonmark commonmark-ext-ins - 0.20.0-SNAPSHOT + 0.20.0 org.commonmark commonmark-ext-gfm-strikethrough - 0.20.0-SNAPSHOT + 0.20.0 org.commonmark commonmark-ext-gfm-tables - 0.20.0-SNAPSHOT + 0.20.0 org.commonmark commonmark-ext-heading-anchor - 0.20.0-SNAPSHOT + 0.20.0 org.commonmark commonmark-ext-task-list-items - 0.20.0-SNAPSHOT + 0.20.0 org.commonmark commonmark-ext-yaml-front-matter - 0.20.0-SNAPSHOT + 0.20.0 org.commonmark commonmark-test-util - 0.20.0-SNAPSHOT + 0.20.0 @@ -282,7 +282,7 @@ scm:git:https://github.com/commonmark/commonmark-java scm:git:https://github.com/commonmark/commonmark-java https://github.com/commonmark/commonmark-java - HEAD + commonmark-parent-0.20.0