diff --git a/commonmark-ext-autolink/pom.xml b/commonmark-ext-autolink/pom.xml index 5fbbf0db..fa1f893e 100644 --- a/commonmark-ext-autolink/pom.xml +++ b/commonmark-ext-autolink/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.23.0-SNAPSHOT + 0.23.0 commonmark-ext-autolink diff --git a/commonmark-ext-footnotes/pom.xml b/commonmark-ext-footnotes/pom.xml index f5b87fb3..5e8dea19 100644 --- a/commonmark-ext-footnotes/pom.xml +++ b/commonmark-ext-footnotes/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.23.0-SNAPSHOT + 0.23.0 commonmark-ext-footnotes diff --git a/commonmark-ext-gfm-strikethrough/pom.xml b/commonmark-ext-gfm-strikethrough/pom.xml index 1529413e..2bdb03eb 100644 --- a/commonmark-ext-gfm-strikethrough/pom.xml +++ b/commonmark-ext-gfm-strikethrough/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.23.0-SNAPSHOT + 0.23.0 commonmark-ext-gfm-strikethrough diff --git a/commonmark-ext-gfm-tables/pom.xml b/commonmark-ext-gfm-tables/pom.xml index 7c29c17c..cd67ad31 100644 --- a/commonmark-ext-gfm-tables/pom.xml +++ b/commonmark-ext-gfm-tables/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.23.0-SNAPSHOT + 0.23.0 commonmark-ext-gfm-tables diff --git a/commonmark-ext-heading-anchor/pom.xml b/commonmark-ext-heading-anchor/pom.xml index 0f82a822..b1260977 100644 --- a/commonmark-ext-heading-anchor/pom.xml +++ b/commonmark-ext-heading-anchor/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.23.0-SNAPSHOT + 0.23.0 commonmark-ext-heading-anchor diff --git a/commonmark-ext-image-attributes/pom.xml b/commonmark-ext-image-attributes/pom.xml index bb0e6596..ca73e9cb 100644 --- a/commonmark-ext-image-attributes/pom.xml +++ b/commonmark-ext-image-attributes/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.23.0-SNAPSHOT + 0.23.0 commonmark-ext-image-attributes diff --git a/commonmark-ext-ins/pom.xml b/commonmark-ext-ins/pom.xml index 6db2a556..e3d5453f 100644 --- a/commonmark-ext-ins/pom.xml +++ b/commonmark-ext-ins/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.23.0-SNAPSHOT + 0.23.0 commonmark-ext-ins diff --git a/commonmark-ext-task-list-items/pom.xml b/commonmark-ext-task-list-items/pom.xml index 682eb0b6..36581a2f 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.23.0-SNAPSHOT + 0.23.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 15a564d5..ba54fe54 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.23.0-SNAPSHOT + 0.23.0 commonmark-ext-yaml-front-matter diff --git a/commonmark-integration-test/pom.xml b/commonmark-integration-test/pom.xml index 26b1a6d1..d864cec4 100644 --- a/commonmark-integration-test/pom.xml +++ b/commonmark-integration-test/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.23.0-SNAPSHOT + 0.23.0 commonmark-integration-test diff --git a/commonmark-test-util/pom.xml b/commonmark-test-util/pom.xml index 0ce2ecda..22bb0333 100644 --- a/commonmark-test-util/pom.xml +++ b/commonmark-test-util/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.23.0-SNAPSHOT + 0.23.0 commonmark-test-util diff --git a/commonmark/pom.xml b/commonmark/pom.xml index 7bc0cd8d..aec8385d 100644 --- a/commonmark/pom.xml +++ b/commonmark/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.23.0-SNAPSHOT + 0.23.0 commonmark diff --git a/pom.xml b/pom.xml index c4b87b7b..459d686a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.commonmark commonmark-parent - 0.23.0-SNAPSHOT + 0.23.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.23.0-SNAPSHOT + 0.23.0 org.commonmark commonmark-ext-autolink - 0.23.0-SNAPSHOT + 0.23.0 org.commonmark commonmark-ext-image-attributes - 0.23.0-SNAPSHOT + 0.23.0 org.commonmark commonmark-ext-ins - 0.23.0-SNAPSHOT + 0.23.0 org.commonmark commonmark-ext-gfm-strikethrough - 0.23.0-SNAPSHOT + 0.23.0 org.commonmark commonmark-ext-gfm-tables - 0.23.0-SNAPSHOT + 0.23.0 org.commonmark commonmark-ext-heading-anchor - 0.23.0-SNAPSHOT + 0.23.0 org.commonmark commonmark-ext-task-list-items - 0.23.0-SNAPSHOT + 0.23.0 org.commonmark commonmark-ext-yaml-front-matter - 0.23.0-SNAPSHOT + 0.23.0 org.commonmark commonmark-test-util - 0.23.0-SNAPSHOT + 0.23.0 @@ -279,7 +279,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.23.0