diff --git a/commonmark-ext-autolink/pom.xml b/commonmark-ext-autolink/pom.xml index d0e2fde4..bc77e11e 100644 --- a/commonmark-ext-autolink/pom.xml +++ b/commonmark-ext-autolink/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT commonmark-ext-autolink diff --git a/commonmark-ext-gfm-strikethrough/pom.xml b/commonmark-ext-gfm-strikethrough/pom.xml index 0aa109c7..27671a2b 100644 --- a/commonmark-ext-gfm-strikethrough/pom.xml +++ b/commonmark-ext-gfm-strikethrough/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT commonmark-ext-gfm-strikethrough diff --git a/commonmark-ext-gfm-tables/pom.xml b/commonmark-ext-gfm-tables/pom.xml index 2126aefd..ffe6a52f 100644 --- a/commonmark-ext-gfm-tables/pom.xml +++ b/commonmark-ext-gfm-tables/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT commonmark-ext-gfm-tables diff --git a/commonmark-ext-heading-anchor/pom.xml b/commonmark-ext-heading-anchor/pom.xml index 93ebe809..ed92654b 100644 --- a/commonmark-ext-heading-anchor/pom.xml +++ b/commonmark-ext-heading-anchor/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT commonmark-ext-heading-anchor diff --git a/commonmark-ext-image-attributes/pom.xml b/commonmark-ext-image-attributes/pom.xml index ab45201c..53a1cda3 100644 --- a/commonmark-ext-image-attributes/pom.xml +++ b/commonmark-ext-image-attributes/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT commonmark-ext-image-attributes diff --git a/commonmark-ext-ins/pom.xml b/commonmark-ext-ins/pom.xml index 5865a179..9c88bbb1 100644 --- a/commonmark-ext-ins/pom.xml +++ b/commonmark-ext-ins/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT commonmark-ext-ins diff --git a/commonmark-ext-task-list-items/pom.xml b/commonmark-ext-task-list-items/pom.xml index 1f4085b0..4023c6ce 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.18.3-SNAPSHOT + 0.19.0-SNAPSHOT commonmark-ext-task-list-items diff --git a/commonmark-ext-yaml-front-matter/pom.xml b/commonmark-ext-yaml-front-matter/pom.xml index 42ac850a..118c5341 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.18.3-SNAPSHOT + 0.19.0-SNAPSHOT commonmark-ext-yaml-front-matter diff --git a/commonmark-integration-test/pom.xml b/commonmark-integration-test/pom.xml index f0fe2d50..01909f35 100644 --- a/commonmark-integration-test/pom.xml +++ b/commonmark-integration-test/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT commonmark-integration-test diff --git a/commonmark-test-util/pom.xml b/commonmark-test-util/pom.xml index 0c7f3302..22ad7098 100644 --- a/commonmark-test-util/pom.xml +++ b/commonmark-test-util/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT commonmark-test-util diff --git a/commonmark/pom.xml b/commonmark/pom.xml index 0f6696b7..5c380c05 100644 --- a/commonmark/pom.xml +++ b/commonmark/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT commonmark diff --git a/pom.xml b/pom.xml index e227723c..ceb351dd 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.commonmark commonmark-parent - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT 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.18.3-SNAPSHOT + 0.19.0-SNAPSHOT org.commonmark commonmark-ext-autolink - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT org.commonmark commonmark-ext-image-attributes - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT org.commonmark commonmark-ext-ins - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT org.commonmark commonmark-ext-gfm-strikethrough - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT org.commonmark commonmark-ext-gfm-tables - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT org.commonmark commonmark-ext-heading-anchor - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT org.commonmark commonmark-ext-task-list-items - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT org.commonmark commonmark-ext-yaml-front-matter - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT org.commonmark commonmark-test-util - 0.18.3-SNAPSHOT + 0.19.0-SNAPSHOT