From c726d1bea9fe6ef9b98b4ae28dcc0995b246f9c4 Mon Sep 17 00:00:00 2001 From: Bert Frees Date: Thu, 16 Mar 2023 14:13:04 +0100 Subject: [PATCH 1/3] Disable modules that should not be released --- pom.xml | 158 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/pom.xml b/pom.xml index cecf064b6..28f3d7775 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.daisy daisy 4 - + org.daisy.pipeline.modules @@ -21,91 +21,91 @@ bom parent - common/common-utils - common/file-utils - common/fileset-utils - common/image-utils - common/mediatype-utils - common/validation-utils - common/zip-utils - scripts-utils/ace-adapter - scripts-utils/asciimath-utils - scripts-utils/css-utils - scripts-utils/html-utils + + + + + + + + + + + scripts-utils/daisy202-utils - scripts-utils/daisy3-utils - scripts-utils/dtbook-utils - scripts-utils/epub-utils - scripts-utils/epubcheck-adapter - scripts-utils/epub3-to-html - scripts-utils/mathml-utils - scripts-utils/smil-utils - scripts-utils/metadata-utils - scripts-utils/odf-utils - scripts-utils/zedai-utils - nlp/nlp-common - nlp/lexers/ruled-lexer - nlp/lexers/light-lexer - nlp/lexers/omnilang-lexer - nlp/zedai-break-detection - nlp/html-break-detection - nlp/dtbook-break-detection - audio/audio-common - audio/audio-encoder-lame + + + + + + + + + + + + + + + + + + + - tts/css-speech - tts/dtbook-tts - tts/epub3-tts - tts/text-to-ssml - tts/tts-common - tts/tts-adapters/tts-adapter-espeak - tts/tts-adapters/tts-adapter-acapela - tts/tts-adapters/tts-adapter-osx - tts/tts-adapters/tts-adapter-sapinative - tts/tts-adapters/tts-adapter-qfrency - tts/tts-adapters/tts-adapter-google - tts/tts-adapters/tts-adapter-cereproc - tts/tts-mocks - tts/mathml-to-ssml - braille/braille-common - braille/braille-css-utils - braille/pef-utils - braille/obfl-utils + + + + + + + + + + + + + + + + + + braille/liblouis-utils - braille/dotify-utils - braille/libhyphen-utils - braille/texhyph-utils - scripts/daisy202-to-epub3 - scripts/daisy202-validator - scripts/daisy202-to-daisy3 + + + + + + scripts/daisy202-to-mp3 - scripts/daisy3-to-daisy202 - scripts/daisy3-to-epub3 + + scripts/daisy3-to-mp3 - scripts/dtbook-to-daisy3 - scripts/dtbook-to-epub3 - scripts/dtbook-to-html - scripts/dtbook-to-odt - scripts/dtbook-to-pef - scripts/dtbook-to-rtf - scripts/dtbook-to-zedai - scripts/dtbook-validator - scripts/epub-to-daisy - scripts/epub2-to-epub3 - scripts/epub3-to-daisy202 - scripts/epub3-to-daisy3 - scripts/epub3-to-epub3 - scripts/epub3-to-pef - scripts/epub3-validator - scripts/html-to-dtbook - scripts/html-to-epub3 - scripts/html-to-pef - scripts/nimas-fileset-validator - scripts/zedai-to-epub3 - scripts/zedai-to-html - scripts/zedai-to-pef + + + + + + + + + + + + + + + + + + + + + + From 340a205b1c23999bee67d21b94b47ec276141a5f Mon Sep 17 00:00:00 2001 From: Bert Frees Date: Thu, 16 Mar 2023 14:15:30 +0100 Subject: [PATCH 2/3] [maven-release-plugin] prepare release v1.14.13 --- bom/pom.xml | 14 ++++++++----- braille/liblouis-utils/pom.xml | 4 ++-- parent/pom.xml | 30 ++++++++++++++++------------ pom.xml | 8 ++++++-- scripts-utils/daisy202-utils/pom.xml | 4 ++-- scripts/daisy202-to-mp3/pom.xml | 4 ++-- scripts/daisy3-to-mp3/pom.xml | 4 ++-- 7 files changed, 40 insertions(+), 28 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index f98aa920c..3fd454393 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -12,7 +12,7 @@ org.daisy.pipeline.modules modules-bom - 1.14.13-SNAPSHOT + 1.14.13 pom DAISY Pipeline 2 :: Modules BoM @@ -80,7 +80,7 @@ org.daisy.pipeline.modules.braille liblouis-utils - 5.0.2-SNAPSHOT + 5.0.2 org.daisy.pipeline.modules.braille @@ -220,7 +220,7 @@ org.daisy.pipeline.modules daisy202-utils - 1.4.1-SNAPSHOT + 1.4.1 org.daisy.pipeline.modules @@ -289,7 +289,7 @@ org.daisy.pipeline.modules daisy202-to-mp3 - 1.0.2-SNAPSHOT + 1.0.2 org.daisy.pipeline.modules @@ -304,7 +304,7 @@ org.daisy.pipeline.modules daisy3-to-mp3 - 1.1.2-SNAPSHOT + 1.1.2 org.daisy.pipeline.modules @@ -640,4 +640,8 @@ + + + v1.14.13 + diff --git a/braille/liblouis-utils/pom.xml b/braille/liblouis-utils/pom.xml index 476b8d205..ef0a246c3 100644 --- a/braille/liblouis-utils/pom.xml +++ b/braille/liblouis-utils/pom.xml @@ -6,13 +6,13 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.13 ../../parent/ org.daisy.pipeline.modules.braille liblouis-utils - 5.0.2-SNAPSHOT + 5.0.2 bundle DP2 Braille Modules :: liblouis-utils diff --git a/parent/pom.xml b/parent/pom.xml index a2e6edd14..3433ba61e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -7,12 +7,12 @@ org.daisy daisy 5 - + org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.13 pom DAISY Pipeline 2 :: Modules Parent POM @@ -270,7 +270,7 @@ - + @@ -283,7 +283,7 @@ - + @@ -296,7 +296,7 @@ - + @@ -309,7 +309,7 @@ - + @@ -322,7 +322,7 @@ - + @@ -335,7 +335,7 @@ - + @@ -363,7 +363,7 @@ - + @@ -376,7 +376,7 @@ - + @@ -391,7 +391,7 @@ - + @@ -404,7 +404,7 @@ - + @@ -420,7 +420,7 @@ org.daisy.pipeline.modules modules-bom - 1.14.13-SNAPSHOT + 1.14.13 pom import @@ -1020,4 +1020,8 @@ + + + v1.14.13 + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 28f3d7775..d0f071f45 100644 --- a/pom.xml +++ b/pom.xml @@ -7,12 +7,12 @@ org.daisy daisy 4 - + org.daisy.pipeline.modules modules-aggregator - 1.14.13-SNAPSHOT + 1.14.13 pom DAISY Pipeline 2 :: Aggregator POM for all the modules @@ -140,4 +140,8 @@ + + + v1.14.13 + \ No newline at end of file diff --git a/scripts-utils/daisy202-utils/pom.xml b/scripts-utils/daisy202-utils/pom.xml index ab32ba7bd..e2dbcddaa 100644 --- a/scripts-utils/daisy202-utils/pom.xml +++ b/scripts-utils/daisy202-utils/pom.xml @@ -6,12 +6,12 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.13 ../../parent/ daisy202-utils - 1.4.1-SNAPSHOT + 1.4.1 bundle DAISY Pipeline 2 module :: DAISY 2.02 Utils diff --git a/scripts/daisy202-to-mp3/pom.xml b/scripts/daisy202-to-mp3/pom.xml index 4e74820c5..fba39d409 100644 --- a/scripts/daisy202-to-mp3/pom.xml +++ b/scripts/daisy202-to-mp3/pom.xml @@ -6,12 +6,12 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.13 ../../parent/ daisy202-to-mp3 - 1.0.2-SNAPSHOT + 1.0.2 bundle DAISY Pipeline 2 module :: DAISY 2.02 to MP3 diff --git a/scripts/daisy3-to-mp3/pom.xml b/scripts/daisy3-to-mp3/pom.xml index 68c5e671d..e67106698 100644 --- a/scripts/daisy3-to-mp3/pom.xml +++ b/scripts/daisy3-to-mp3/pom.xml @@ -6,12 +6,12 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.13 ../../parent/ daisy3-to-mp3 - 1.1.2-SNAPSHOT + 1.1.2 bundle DAISY Pipeline 2 module :: DAISY 3 to MP3 From 1029f05f61403997996e988284624081b6783873 Mon Sep 17 00:00:00 2001 From: Bert Frees Date: Thu, 16 Mar 2023 14:15:30 +0100 Subject: [PATCH 3/3] [maven-release-plugin] prepare for next development iteration --- audio/audio-common/pom.xml | 2 +- audio/audio-encoder-lame/pom.xml | 2 +- bom/pom.xml | 6 +- braille/braille-common/pom.xml | 2 +- braille/braille-css-utils/pom.xml | 2 +- braille/dotify-utils/pom.xml | 2 +- braille/libhyphen-utils/pom.xml | 2 +- braille/liblouis-utils/pom.xml | 4 +- braille/obfl-utils/pom.xml | 2 +- braille/pef-utils/pom.xml | 2 +- braille/texhyph-utils/pom.xml | 2 +- common/common-utils/pom.xml | 2 +- common/file-utils/pom.xml | 2 +- common/fileset-utils/pom.xml | 2 +- common/image-utils/pom.xml | 2 +- common/mediatype-utils/pom.xml | 2 +- common/validation-utils/pom.xml | 2 +- common/zip-utils/pom.xml | 2 +- nlp/dtbook-break-detection/pom.xml | 2 +- nlp/html-break-detection/pom.xml | 2 +- nlp/lexers/light-lexer/pom.xml | 2 +- nlp/lexers/omnilang-lexer/pom.xml | 2 +- nlp/lexers/ruled-lexer/pom.xml | 2 +- nlp/nlp-common/pom.xml | 2 +- nlp/zedai-break-detection/pom.xml | 2 +- parent/pom.xml | 30 ++-- pom.xml | 162 +++++++++--------- scripts-utils/ace-adapter/pom.xml | 2 +- scripts-utils/asciimath-utils/pom.xml | 2 +- scripts-utils/css-utils/pom.xml | 2 +- scripts-utils/daisy202-utils/pom.xml | 4 +- scripts-utils/daisy3-utils/pom.xml | 2 +- scripts-utils/dtbook-utils/pom.xml | 2 +- scripts-utils/epub-utils/pom.xml | 2 +- scripts-utils/epub3-to-html/pom.xml | 2 +- scripts-utils/epubcheck-adapter/pom.xml | 2 +- scripts-utils/html-utils/pom.xml | 2 +- scripts-utils/mathml-utils/pom.xml | 2 +- scripts-utils/metadata-utils/pom.xml | 2 +- scripts-utils/odf-utils/pom.xml | 2 +- scripts-utils/smil-utils/pom.xml | 2 +- scripts-utils/zedai-utils/pom.xml | 2 +- scripts/daisy202-to-daisy3/pom.xml | 2 +- scripts/daisy202-to-epub3/pom.xml | 2 +- scripts/daisy202-to-mp3/pom.xml | 4 +- scripts/daisy202-validator/pom.xml | 2 +- scripts/daisy3-to-daisy202/pom.xml | 2 +- scripts/daisy3-to-epub3/pom.xml | 2 +- scripts/daisy3-to-mp3/pom.xml | 4 +- scripts/dtbook-to-daisy3/pom.xml | 2 +- scripts/dtbook-to-epub3/pom.xml | 2 +- scripts/dtbook-to-html/pom.xml | 2 +- scripts/dtbook-to-odt/pom.xml | 2 +- scripts/dtbook-to-pef/pom.xml | 2 +- scripts/dtbook-to-rtf/pom.xml | 2 +- scripts/dtbook-to-zedai/pom.xml | 2 +- scripts/dtbook-validator/pom.xml | 2 +- scripts/epub-to-daisy/pom.xml | 2 +- scripts/epub2-to-epub3/pom.xml | 2 +- scripts/epub3-to-daisy202/pom.xml | 2 +- scripts/epub3-to-daisy3/pom.xml | 2 +- scripts/epub3-to-epub3/pom.xml | 2 +- scripts/epub3-to-pef/pom.xml | 2 +- scripts/epub3-validator/pom.xml | 2 +- scripts/html-to-dtbook/pom.xml | 2 +- scripts/html-to-epub3/pom.xml | 2 +- scripts/html-to-pef/pom.xml | 2 +- scripts/nimas-fileset-validator/pom.xml | 2 +- scripts/zedai-to-epub3/pom.xml | 2 +- scripts/zedai-to-html/pom.xml | 2 +- scripts/zedai-to-pef/pom.xml | 2 +- tts/css-speech/pom.xml | 2 +- tts/dtbook-tts/pom.xml | 2 +- tts/epub3-tts/pom.xml | 2 +- tts/mathml-to-ssml/pom.xml | 2 +- tts/text-to-ssml/pom.xml | 2 +- tts/tts-adapters/tts-adapter-acapela/pom.xml | 2 +- tts/tts-adapters/tts-adapter-cereproc/pom.xml | 2 +- tts/tts-adapters/tts-adapter-espeak/pom.xml | 2 +- tts/tts-adapters/tts-adapter-google/pom.xml | 2 +- tts/tts-adapters/tts-adapter-osx/pom.xml | 2 +- tts/tts-adapters/tts-adapter-qfrency/pom.xml | 2 +- .../tts-adapter-sapinative/pom.xml | 2 +- tts/tts-common/pom.xml | 2 +- tts/tts-mocks/pom.xml | 2 +- 85 files changed, 179 insertions(+), 191 deletions(-) diff --git a/audio/audio-common/pom.xml b/audio/audio-common/pom.xml index 48619da64..0919d5c96 100644 --- a/audio/audio-common/pom.xml +++ b/audio/audio-common/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent diff --git a/audio/audio-encoder-lame/pom.xml b/audio/audio-encoder-lame/pom.xml index 45874e0d1..01162c245 100644 --- a/audio/audio-encoder-lame/pom.xml +++ b/audio/audio-encoder-lame/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent diff --git a/bom/pom.xml b/bom/pom.xml index 3fd454393..c0a5d2e5f 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -12,7 +12,7 @@ org.daisy.pipeline.modules modules-bom - 1.14.13 + 1.14.14-SNAPSHOT pom DAISY Pipeline 2 :: Modules BoM @@ -640,8 +640,4 @@ - - - v1.14.13 - diff --git a/braille/braille-common/pom.xml b/braille/braille-common/pom.xml index dcb58e1ae..d56256271 100644 --- a/braille/braille-common/pom.xml +++ b/braille/braille-common/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/braille/braille-css-utils/pom.xml b/braille/braille-css-utils/pom.xml index 188617bc9..245f10a61 100644 --- a/braille/braille-css-utils/pom.xml +++ b/braille/braille-css-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/braille/dotify-utils/pom.xml b/braille/dotify-utils/pom.xml index 8f059ceb3..f65c81d46 100644 --- a/braille/dotify-utils/pom.xml +++ b/braille/dotify-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/braille/libhyphen-utils/pom.xml b/braille/libhyphen-utils/pom.xml index 407d2ad8a..2d188b7b7 100644 --- a/braille/libhyphen-utils/pom.xml +++ b/braille/libhyphen-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/braille/liblouis-utils/pom.xml b/braille/liblouis-utils/pom.xml index ef0a246c3..e1c61d099 100644 --- a/braille/liblouis-utils/pom.xml +++ b/braille/liblouis-utils/pom.xml @@ -6,13 +6,13 @@ org.daisy.pipeline.modules modules-parent - 1.14.13 + 1.14.14-SNAPSHOT ../../parent/ org.daisy.pipeline.modules.braille liblouis-utils - 5.0.2 + 5.0.3-SNAPSHOT bundle DP2 Braille Modules :: liblouis-utils diff --git a/braille/obfl-utils/pom.xml b/braille/obfl-utils/pom.xml index 25ee8635a..aca670402 100644 --- a/braille/obfl-utils/pom.xml +++ b/braille/obfl-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/braille/pef-utils/pom.xml b/braille/pef-utils/pom.xml index 06a1c5257..48e64c907 100644 --- a/braille/pef-utils/pom.xml +++ b/braille/pef-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/braille/texhyph-utils/pom.xml b/braille/texhyph-utils/pom.xml index 7961cee65..5649fcbab 100644 --- a/braille/texhyph-utils/pom.xml +++ b/braille/texhyph-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/common/common-utils/pom.xml b/common/common-utils/pom.xml index 7568d1725..e2e8a5de2 100644 --- a/common/common-utils/pom.xml +++ b/common/common-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/common/file-utils/pom.xml b/common/file-utils/pom.xml index cc645e614..aa668b3d0 100644 --- a/common/file-utils/pom.xml +++ b/common/file-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/common/fileset-utils/pom.xml b/common/fileset-utils/pom.xml index b06ea3163..6c7a59a26 100644 --- a/common/fileset-utils/pom.xml +++ b/common/fileset-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/common/image-utils/pom.xml b/common/image-utils/pom.xml index aacad0a22..4b72b1b54 100644 --- a/common/image-utils/pom.xml +++ b/common/image-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/common/mediatype-utils/pom.xml b/common/mediatype-utils/pom.xml index beb8a58b1..7435b4737 100644 --- a/common/mediatype-utils/pom.xml +++ b/common/mediatype-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/common/validation-utils/pom.xml b/common/validation-utils/pom.xml index fa3975209..def2ae444 100644 --- a/common/validation-utils/pom.xml +++ b/common/validation-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/common/zip-utils/pom.xml b/common/zip-utils/pom.xml index 9c2e2d750..c02231118 100644 --- a/common/zip-utils/pom.xml +++ b/common/zip-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/nlp/dtbook-break-detection/pom.xml b/nlp/dtbook-break-detection/pom.xml index a2e49f3fa..2acacd1bc 100644 --- a/nlp/dtbook-break-detection/pom.xml +++ b/nlp/dtbook-break-detection/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent diff --git a/nlp/html-break-detection/pom.xml b/nlp/html-break-detection/pom.xml index baa2ef3a5..1f4d1e93f 100644 --- a/nlp/html-break-detection/pom.xml +++ b/nlp/html-break-detection/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent diff --git a/nlp/lexers/light-lexer/pom.xml b/nlp/lexers/light-lexer/pom.xml index a5f1cd3bd..9f88cde8a 100644 --- a/nlp/lexers/light-lexer/pom.xml +++ b/nlp/lexers/light-lexer/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../../parent diff --git a/nlp/lexers/omnilang-lexer/pom.xml b/nlp/lexers/omnilang-lexer/pom.xml index 85a0e040d..5e1e3405e 100644 --- a/nlp/lexers/omnilang-lexer/pom.xml +++ b/nlp/lexers/omnilang-lexer/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../../parent diff --git a/nlp/lexers/ruled-lexer/pom.xml b/nlp/lexers/ruled-lexer/pom.xml index 511640121..faf98df5e 100644 --- a/nlp/lexers/ruled-lexer/pom.xml +++ b/nlp/lexers/ruled-lexer/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../../parent diff --git a/nlp/nlp-common/pom.xml b/nlp/nlp-common/pom.xml index 9a08fb66c..1aeca6c9a 100644 --- a/nlp/nlp-common/pom.xml +++ b/nlp/nlp-common/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent diff --git a/nlp/zedai-break-detection/pom.xml b/nlp/zedai-break-detection/pom.xml index cea1f5a41..9e9bcb9bc 100644 --- a/nlp/zedai-break-detection/pom.xml +++ b/nlp/zedai-break-detection/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent diff --git a/parent/pom.xml b/parent/pom.xml index 3433ba61e..bc738fa39 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -7,12 +7,12 @@ org.daisy daisy 5 - + org.daisy.pipeline.modules modules-parent - 1.14.13 + 1.14.14-SNAPSHOT pom DAISY Pipeline 2 :: Modules Parent POM @@ -270,7 +270,7 @@ - + @@ -283,7 +283,7 @@ - + @@ -296,7 +296,7 @@ - + @@ -309,7 +309,7 @@ - + @@ -322,7 +322,7 @@ - + @@ -335,7 +335,7 @@ - + @@ -363,7 +363,7 @@ - + @@ -376,7 +376,7 @@ - + @@ -391,7 +391,7 @@ - + @@ -404,7 +404,7 @@ - + @@ -420,7 +420,7 @@ org.daisy.pipeline.modules modules-bom - 1.14.13 + 1.14.14-SNAPSHOT pom import @@ -1020,8 +1020,4 @@ - - - v1.14.13 - \ No newline at end of file diff --git a/pom.xml b/pom.xml index d0f071f45..abc099e81 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.daisy.pipeline.modules modules-aggregator - 1.14.13 + 1.14.14-SNAPSHOT pom DAISY Pipeline 2 :: Aggregator POM for all the modules @@ -21,91 +21,91 @@ bom parent - - - - - - - - - - - + common/common-utils + common/file-utils + common/fileset-utils + common/image-utils + common/mediatype-utils + common/validation-utils + common/zip-utils + scripts-utils/ace-adapter + scripts-utils/asciimath-utils + scripts-utils/css-utils + scripts-utils/html-utils scripts-utils/daisy202-utils - - - - - - - - - - - - - - - - - - - + scripts-utils/daisy3-utils + scripts-utils/dtbook-utils + scripts-utils/epub-utils + scripts-utils/epubcheck-adapter + scripts-utils/epub3-to-html + scripts-utils/mathml-utils + scripts-utils/smil-utils + scripts-utils/metadata-utils + scripts-utils/odf-utils + scripts-utils/zedai-utils + nlp/nlp-common + nlp/lexers/ruled-lexer + nlp/lexers/light-lexer + nlp/lexers/omnilang-lexer + nlp/zedai-break-detection + nlp/html-break-detection + nlp/dtbook-break-detection + audio/audio-common + audio/audio-encoder-lame - - - - - - - - - - - - - - - - - - + tts/css-speech + tts/dtbook-tts + tts/epub3-tts + tts/text-to-ssml + tts/tts-common + tts/tts-adapters/tts-adapter-espeak + tts/tts-adapters/tts-adapter-acapela + tts/tts-adapters/tts-adapter-osx + tts/tts-adapters/tts-adapter-sapinative + tts/tts-adapters/tts-adapter-qfrency + tts/tts-adapters/tts-adapter-google + tts/tts-adapters/tts-adapter-cereproc + tts/tts-mocks + tts/mathml-to-ssml + braille/braille-common + braille/braille-css-utils + braille/pef-utils + braille/obfl-utils braille/liblouis-utils - - - - - - + braille/dotify-utils + braille/libhyphen-utils + braille/texhyph-utils + scripts/daisy202-to-epub3 + scripts/daisy202-validator + scripts/daisy202-to-daisy3 scripts/daisy202-to-mp3 - - + scripts/daisy3-to-daisy202 + scripts/daisy3-to-epub3 scripts/daisy3-to-mp3 - - - - - - - - - - - - - - - - - - - - - - + scripts/dtbook-to-daisy3 + scripts/dtbook-to-epub3 + scripts/dtbook-to-html + scripts/dtbook-to-odt + scripts/dtbook-to-pef + scripts/dtbook-to-rtf + scripts/dtbook-to-zedai + scripts/dtbook-validator + scripts/epub-to-daisy + scripts/epub2-to-epub3 + scripts/epub3-to-daisy202 + scripts/epub3-to-daisy3 + scripts/epub3-to-epub3 + scripts/epub3-to-pef + scripts/epub3-validator + scripts/html-to-dtbook + scripts/html-to-epub3 + scripts/html-to-pef + scripts/nimas-fileset-validator + scripts/zedai-to-epub3 + scripts/zedai-to-html + scripts/zedai-to-pef @@ -140,8 +140,4 @@ - - - v1.14.13 - \ No newline at end of file diff --git a/scripts-utils/ace-adapter/pom.xml b/scripts-utils/ace-adapter/pom.xml index c2ff226a7..2926348e1 100644 --- a/scripts-utils/ace-adapter/pom.xml +++ b/scripts-utils/ace-adapter/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts-utils/asciimath-utils/pom.xml b/scripts-utils/asciimath-utils/pom.xml index 5043c9a27..f4b5611a5 100644 --- a/scripts-utils/asciimath-utils/pom.xml +++ b/scripts-utils/asciimath-utils/pom.xml @@ -4,7 +4,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ asciimath-utils diff --git a/scripts-utils/css-utils/pom.xml b/scripts-utils/css-utils/pom.xml index 52bbfd891..23cf014bc 100644 --- a/scripts-utils/css-utils/pom.xml +++ b/scripts-utils/css-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts-utils/daisy202-utils/pom.xml b/scripts-utils/daisy202-utils/pom.xml index e2dbcddaa..5e4263800 100644 --- a/scripts-utils/daisy202-utils/pom.xml +++ b/scripts-utils/daisy202-utils/pom.xml @@ -6,12 +6,12 @@ org.daisy.pipeline.modules modules-parent - 1.14.13 + 1.14.14-SNAPSHOT ../../parent/ daisy202-utils - 1.4.1 + 1.4.2-SNAPSHOT bundle DAISY Pipeline 2 module :: DAISY 2.02 Utils diff --git a/scripts-utils/daisy3-utils/pom.xml b/scripts-utils/daisy3-utils/pom.xml index 2213a71ac..c88e8c070 100644 --- a/scripts-utils/daisy3-utils/pom.xml +++ b/scripts-utils/daisy3-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts-utils/dtbook-utils/pom.xml b/scripts-utils/dtbook-utils/pom.xml index b3edbddb4..d085998e3 100644 --- a/scripts-utils/dtbook-utils/pom.xml +++ b/scripts-utils/dtbook-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts-utils/epub-utils/pom.xml b/scripts-utils/epub-utils/pom.xml index 6740f6930..f8827624c 100644 --- a/scripts-utils/epub-utils/pom.xml +++ b/scripts-utils/epub-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts-utils/epub3-to-html/pom.xml b/scripts-utils/epub3-to-html/pom.xml index 2fb50c9ab..84ec372d9 100644 --- a/scripts-utils/epub3-to-html/pom.xml +++ b/scripts-utils/epub3-to-html/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts-utils/epubcheck-adapter/pom.xml b/scripts-utils/epubcheck-adapter/pom.xml index 70bac11eb..56c027d8e 100644 --- a/scripts-utils/epubcheck-adapter/pom.xml +++ b/scripts-utils/epubcheck-adapter/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts-utils/html-utils/pom.xml b/scripts-utils/html-utils/pom.xml index 521a41a9b..e71b3a5cd 100644 --- a/scripts-utils/html-utils/pom.xml +++ b/scripts-utils/html-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts-utils/mathml-utils/pom.xml b/scripts-utils/mathml-utils/pom.xml index 3cfa141fc..17ea7dd89 100644 --- a/scripts-utils/mathml-utils/pom.xml +++ b/scripts-utils/mathml-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts-utils/metadata-utils/pom.xml b/scripts-utils/metadata-utils/pom.xml index f94f2818d..db23613c4 100644 --- a/scripts-utils/metadata-utils/pom.xml +++ b/scripts-utils/metadata-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts-utils/odf-utils/pom.xml b/scripts-utils/odf-utils/pom.xml index d366834da..2924790be 100644 --- a/scripts-utils/odf-utils/pom.xml +++ b/scripts-utils/odf-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts-utils/smil-utils/pom.xml b/scripts-utils/smil-utils/pom.xml index 766ae878c..fac5ecbf8 100644 --- a/scripts-utils/smil-utils/pom.xml +++ b/scripts-utils/smil-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts-utils/zedai-utils/pom.xml b/scripts-utils/zedai-utils/pom.xml index 9bc99932d..e60096408 100644 --- a/scripts-utils/zedai-utils/pom.xml +++ b/scripts-utils/zedai-utils/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/daisy202-to-daisy3/pom.xml b/scripts/daisy202-to-daisy3/pom.xml index c709ba568..90156cf35 100644 --- a/scripts/daisy202-to-daisy3/pom.xml +++ b/scripts/daisy202-to-daisy3/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/daisy202-to-epub3/pom.xml b/scripts/daisy202-to-epub3/pom.xml index 1d7077dc9..10c804a24 100644 --- a/scripts/daisy202-to-epub3/pom.xml +++ b/scripts/daisy202-to-epub3/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/daisy202-to-mp3/pom.xml b/scripts/daisy202-to-mp3/pom.xml index fba39d409..d4aa015f7 100644 --- a/scripts/daisy202-to-mp3/pom.xml +++ b/scripts/daisy202-to-mp3/pom.xml @@ -6,12 +6,12 @@ org.daisy.pipeline.modules modules-parent - 1.14.13 + 1.14.14-SNAPSHOT ../../parent/ daisy202-to-mp3 - 1.0.2 + 1.0.3-SNAPSHOT bundle DAISY Pipeline 2 module :: DAISY 2.02 to MP3 diff --git a/scripts/daisy202-validator/pom.xml b/scripts/daisy202-validator/pom.xml index 5c95080de..3f483accb 100644 --- a/scripts/daisy202-validator/pom.xml +++ b/scripts/daisy202-validator/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/daisy3-to-daisy202/pom.xml b/scripts/daisy3-to-daisy202/pom.xml index 44d68f9ec..e6998ae4c 100644 --- a/scripts/daisy3-to-daisy202/pom.xml +++ b/scripts/daisy3-to-daisy202/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/daisy3-to-epub3/pom.xml b/scripts/daisy3-to-epub3/pom.xml index e232925fa..3a90fe0a1 100644 --- a/scripts/daisy3-to-epub3/pom.xml +++ b/scripts/daisy3-to-epub3/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/daisy3-to-mp3/pom.xml b/scripts/daisy3-to-mp3/pom.xml index e67106698..427a3a9bc 100644 --- a/scripts/daisy3-to-mp3/pom.xml +++ b/scripts/daisy3-to-mp3/pom.xml @@ -6,12 +6,12 @@ org.daisy.pipeline.modules modules-parent - 1.14.13 + 1.14.14-SNAPSHOT ../../parent/ daisy3-to-mp3 - 1.1.2 + 1.1.3-SNAPSHOT bundle DAISY Pipeline 2 module :: DAISY 3 to MP3 diff --git a/scripts/dtbook-to-daisy3/pom.xml b/scripts/dtbook-to-daisy3/pom.xml index 5e767afc2..55e1a9385 100644 --- a/scripts/dtbook-to-daisy3/pom.xml +++ b/scripts/dtbook-to-daisy3/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/dtbook-to-epub3/pom.xml b/scripts/dtbook-to-epub3/pom.xml index 918494c29..fd4301c62 100644 --- a/scripts/dtbook-to-epub3/pom.xml +++ b/scripts/dtbook-to-epub3/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/dtbook-to-html/pom.xml b/scripts/dtbook-to-html/pom.xml index dc4d6bf27..bc8ab0f03 100644 --- a/scripts/dtbook-to-html/pom.xml +++ b/scripts/dtbook-to-html/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/dtbook-to-odt/pom.xml b/scripts/dtbook-to-odt/pom.xml index d82605ddf..1073f9470 100644 --- a/scripts/dtbook-to-odt/pom.xml +++ b/scripts/dtbook-to-odt/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/dtbook-to-pef/pom.xml b/scripts/dtbook-to-pef/pom.xml index f0269b719..894ef600f 100644 --- a/scripts/dtbook-to-pef/pom.xml +++ b/scripts/dtbook-to-pef/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/dtbook-to-rtf/pom.xml b/scripts/dtbook-to-rtf/pom.xml index 7f7e5b23f..dedb05f74 100644 --- a/scripts/dtbook-to-rtf/pom.xml +++ b/scripts/dtbook-to-rtf/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/dtbook-to-zedai/pom.xml b/scripts/dtbook-to-zedai/pom.xml index f7a5308a9..bfe686de0 100644 --- a/scripts/dtbook-to-zedai/pom.xml +++ b/scripts/dtbook-to-zedai/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/dtbook-validator/pom.xml b/scripts/dtbook-validator/pom.xml index 39ccf94db..14349de23 100644 --- a/scripts/dtbook-validator/pom.xml +++ b/scripts/dtbook-validator/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/epub-to-daisy/pom.xml b/scripts/epub-to-daisy/pom.xml index 67a933b60..33928d63a 100644 --- a/scripts/epub-to-daisy/pom.xml +++ b/scripts/epub-to-daisy/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/epub2-to-epub3/pom.xml b/scripts/epub2-to-epub3/pom.xml index 4e85a57f4..c24a42d93 100644 --- a/scripts/epub2-to-epub3/pom.xml +++ b/scripts/epub2-to-epub3/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/epub3-to-daisy202/pom.xml b/scripts/epub3-to-daisy202/pom.xml index c4fb1f368..45e19a9d3 100644 --- a/scripts/epub3-to-daisy202/pom.xml +++ b/scripts/epub3-to-daisy202/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/epub3-to-daisy3/pom.xml b/scripts/epub3-to-daisy3/pom.xml index 0cd1ebbd5..d04a0e1ac 100644 --- a/scripts/epub3-to-daisy3/pom.xml +++ b/scripts/epub3-to-daisy3/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/epub3-to-epub3/pom.xml b/scripts/epub3-to-epub3/pom.xml index b19848dfa..b1f20d27a 100644 --- a/scripts/epub3-to-epub3/pom.xml +++ b/scripts/epub3-to-epub3/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/epub3-to-pef/pom.xml b/scripts/epub3-to-pef/pom.xml index eadddebde..4b8c09a1f 100644 --- a/scripts/epub3-to-pef/pom.xml +++ b/scripts/epub3-to-pef/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/epub3-validator/pom.xml b/scripts/epub3-validator/pom.xml index 053b38a99..c0e93a885 100644 --- a/scripts/epub3-validator/pom.xml +++ b/scripts/epub3-validator/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/html-to-dtbook/pom.xml b/scripts/html-to-dtbook/pom.xml index 1df05775b..ffdad93a2 100644 --- a/scripts/html-to-dtbook/pom.xml +++ b/scripts/html-to-dtbook/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/html-to-epub3/pom.xml b/scripts/html-to-epub3/pom.xml index cb832b77c..2efc20405 100644 --- a/scripts/html-to-epub3/pom.xml +++ b/scripts/html-to-epub3/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/html-to-pef/pom.xml b/scripts/html-to-pef/pom.xml index 4242098a5..22b858f54 100644 --- a/scripts/html-to-pef/pom.xml +++ b/scripts/html-to-pef/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/nimas-fileset-validator/pom.xml b/scripts/nimas-fileset-validator/pom.xml index 8ff38420f..b03cad9b3 100644 --- a/scripts/nimas-fileset-validator/pom.xml +++ b/scripts/nimas-fileset-validator/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/zedai-to-epub3/pom.xml b/scripts/zedai-to-epub3/pom.xml index 5a6bd737f..af5098173 100644 --- a/scripts/zedai-to-epub3/pom.xml +++ b/scripts/zedai-to-epub3/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/zedai-to-html/pom.xml b/scripts/zedai-to-html/pom.xml index dcc3f0fec..8724e4678 100644 --- a/scripts/zedai-to-html/pom.xml +++ b/scripts/zedai-to-html/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/scripts/zedai-to-pef/pom.xml b/scripts/zedai-to-pef/pom.xml index 7fcc10f82..f37ca0f5e 100644 --- a/scripts/zedai-to-pef/pom.xml +++ b/scripts/zedai-to-pef/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/ diff --git a/tts/css-speech/pom.xml b/tts/css-speech/pom.xml index 89b751798..dea43b395 100644 --- a/tts/css-speech/pom.xml +++ b/tts/css-speech/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent diff --git a/tts/dtbook-tts/pom.xml b/tts/dtbook-tts/pom.xml index f417a52b1..9cdce4ab5 100644 --- a/tts/dtbook-tts/pom.xml +++ b/tts/dtbook-tts/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent diff --git a/tts/epub3-tts/pom.xml b/tts/epub3-tts/pom.xml index fd6e2831f..22c84b993 100644 --- a/tts/epub3-tts/pom.xml +++ b/tts/epub3-tts/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent diff --git a/tts/mathml-to-ssml/pom.xml b/tts/mathml-to-ssml/pom.xml index 2e1b5decf..7cd60bb06 100644 --- a/tts/mathml-to-ssml/pom.xml +++ b/tts/mathml-to-ssml/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent diff --git a/tts/text-to-ssml/pom.xml b/tts/text-to-ssml/pom.xml index 4814ccc0b..969971b34 100644 --- a/tts/text-to-ssml/pom.xml +++ b/tts/text-to-ssml/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent diff --git a/tts/tts-adapters/tts-adapter-acapela/pom.xml b/tts/tts-adapters/tts-adapter-acapela/pom.xml index 5b672f577..70d86e561 100644 --- a/tts/tts-adapters/tts-adapter-acapela/pom.xml +++ b/tts/tts-adapters/tts-adapter-acapela/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../../parent diff --git a/tts/tts-adapters/tts-adapter-cereproc/pom.xml b/tts/tts-adapters/tts-adapter-cereproc/pom.xml index 4b8061453..62ad67761 100644 --- a/tts/tts-adapters/tts-adapter-cereproc/pom.xml +++ b/tts/tts-adapters/tts-adapter-cereproc/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../../parent diff --git a/tts/tts-adapters/tts-adapter-espeak/pom.xml b/tts/tts-adapters/tts-adapter-espeak/pom.xml index e06036ec3..cb1734a7c 100644 --- a/tts/tts-adapters/tts-adapter-espeak/pom.xml +++ b/tts/tts-adapters/tts-adapter-espeak/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../../parent diff --git a/tts/tts-adapters/tts-adapter-google/pom.xml b/tts/tts-adapters/tts-adapter-google/pom.xml index b04dbc155..03949914b 100644 --- a/tts/tts-adapters/tts-adapter-google/pom.xml +++ b/tts/tts-adapters/tts-adapter-google/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../../parent diff --git a/tts/tts-adapters/tts-adapter-osx/pom.xml b/tts/tts-adapters/tts-adapter-osx/pom.xml index d5575ef18..3bac6ae00 100644 --- a/tts/tts-adapters/tts-adapter-osx/pom.xml +++ b/tts/tts-adapters/tts-adapter-osx/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../../parent diff --git a/tts/tts-adapters/tts-adapter-qfrency/pom.xml b/tts/tts-adapters/tts-adapter-qfrency/pom.xml index 60aa9195e..cbd005a28 100644 --- a/tts/tts-adapters/tts-adapter-qfrency/pom.xml +++ b/tts/tts-adapters/tts-adapter-qfrency/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../../parent diff --git a/tts/tts-adapters/tts-adapter-sapinative/pom.xml b/tts/tts-adapters/tts-adapter-sapinative/pom.xml index 07bf24c24..959d9de13 100644 --- a/tts/tts-adapters/tts-adapter-sapinative/pom.xml +++ b/tts/tts-adapters/tts-adapter-sapinative/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../../parent diff --git a/tts/tts-common/pom.xml b/tts/tts-common/pom.xml index 9f8a24a1b..ed43cf3f2 100644 --- a/tts/tts-common/pom.xml +++ b/tts/tts-common/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent diff --git a/tts/tts-mocks/pom.xml b/tts/tts-mocks/pom.xml index 063ac6668..38cce3a9e 100644 --- a/tts/tts-mocks/pom.xml +++ b/tts/tts-mocks/pom.xml @@ -6,7 +6,7 @@ org.daisy.pipeline.modules modules-parent - 1.14.13-SNAPSHOT + 1.14.14-SNAPSHOT ../../parent/