Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.15.0 #118

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions audio/audio-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down Expand Up @@ -114,4 +114,4 @@
</profile>
</profiles>

</project>
</project>
4 changes: 2 additions & 2 deletions audio/audio-encoder-lame/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down Expand Up @@ -45,4 +45,4 @@
</expose-services>
</properties>

</project>
</project>
20 changes: 10 additions & 10 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-bom</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>DAISY Pipeline 2 :: Modules BoM</name>
Expand Down Expand Up @@ -52,18 +52,18 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-css-utils</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>dotify-utils</artifactId>
<version>6.2.5-SNAPSHOT</version>
<version>6.2.5</version>
</dependency>
<!-- list main libhyphen-utils first because this determines the version of the 'doc' artifact picked for the website -->
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>libhyphen-utils</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>liblouis-utils</artifactId>
<version>6.2.3-SNAPSHOT</version>
<version>6.2.3</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand All @@ -110,7 +110,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>pef-utils</artifactId>
<version>6.0.3-SNAPSHOT</version>
<version>6.0.3</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand All @@ -124,12 +124,12 @@
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>common-utils</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>file-utils</artifactId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.2</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
Expand Down Expand Up @@ -222,7 +222,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>css-utils</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
Expand Down Expand Up @@ -485,7 +485,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-common</artifactId>
<version>7.3.0-SNAPSHOT</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
Expand Down
4 changes: 2 additions & 2 deletions braille/braille-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

Expand Down Expand Up @@ -248,4 +248,4 @@
</profile>
</profiles>

</project>
</project>
4 changes: 2 additions & 2 deletions braille/braille-css-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-css-utils</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.2-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: braille-css-utils</name>
Expand Down
4 changes: 2 additions & 2 deletions braille/dotify-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>dotify-utils</artifactId>
<version>6.2.5-SNAPSHOT</version>
<version>6.2.6-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: dotify-utils</name>
Expand Down
28 changes: 14 additions & 14 deletions braille/libhyphen-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>libhyphen-utils</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.1-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: libhyphen-utils</name>
Expand All @@ -39,7 +39,7 @@
<groupId>fi.celia</groupId>
<artifactId>celia-hyphenation-tables</artifactId>
<!-- this is a snapshot because Celia currently has no one who can make a proper release -->
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -271,7 +271,7 @@
<instructions>
<_dsannotations>org.daisy.pipeline.braille.libhyphen.impl.linux.LibhyphenNativePathForLinux</_dsannotations>
<Bundle-SymbolicName>org.daisy.pipeline.modules.braille.libhyphen-utils-linux</Bundle-SymbolicName>
<Export-Package/>
<Export-Package />
<Private-Package>
org.daisy.pipeline.braille.libhyphen.impl.linux
</Private-Package>
Expand All @@ -295,7 +295,7 @@
<instructions>
<_dsannotations>org.daisy.pipeline.braille.libhyphen.impl.mac.LibhyphenNativePathForMacOS</_dsannotations>
<Bundle-SymbolicName>org.daisy.pipeline.modules.braille.libhyphen-utils-mac</Bundle-SymbolicName>
<Export-Package/>
<Export-Package />
<Private-Package>
org.daisy.pipeline.braille.libhyphen.impl.mac
</Private-Package>
Expand All @@ -319,7 +319,7 @@
<instructions>
<_dsannotations>org.daisy.pipeline.braille.libhyphen.impl.windows.LibhyphenNativePathForWindows</_dsannotations>
<Bundle-SymbolicName>org.daisy.pipeline.modules.braille.libhyphen-utils-windows</Bundle-SymbolicName>
<Export-Package/>
<Export-Package />
<Private-Package>
org.daisy.pipeline.braille.libhyphen.impl.windows
</Private-Package>
Expand Down Expand Up @@ -510,16 +510,16 @@
</goals>
<configuration>
<tasks>
<mkdir dir="target/checkout"/>
<get dest="target/checkout/dictionaries.zip" src="http://cgit.freedesktop.org/libreoffice/dictionaries/snapshot/libreoffice-4.0.0.1.zip" usetimestamp="true" skipexisting="true"/>
<mkdir dir="target/checkout" />
<get dest="target/checkout/dictionaries.zip" src="http://cgit.freedesktop.org/libreoffice/dictionaries/snapshot/libreoffice-4.0.0.1.zip" usetimestamp="true" skipexisting="true" />
<unzip dest="target/generated-resources/tables" src="target/checkout/dictionaries.zip">
<patternset>
<include name="**/hyph_*.dic"/>
<exclude name="**/hyph_de.dic"/>
<exclude name="**/hyph_nb_NO.dic"/>
<exclude name="**/hyph_nn_NO.dic"/>
<include name="**/hyph_*.dic" />
<exclude name="**/hyph_de.dic" />
<exclude name="**/hyph_nb_NO.dic" />
<exclude name="**/hyph_nn_NO.dic" />
</patternset>
<mapper type="flatten"/>
<mapper type="flatten" />
</unzip>
</tasks>
</configuration>
Expand Down Expand Up @@ -560,4 +560,4 @@
</repository>
</repositories>

</project>
</project>
4 changes: 2 additions & 2 deletions braille/liblouis-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>liblouis-utils</artifactId>
<version>6.2.3-SNAPSHOT</version>
<version>6.2.4-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: liblouis-utils</name>
Expand Down
4 changes: 2 additions & 2 deletions braille/obfl-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

Expand Down Expand Up @@ -40,4 +40,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions braille/pef-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>pef-utils</artifactId>
<version>6.0.3-SNAPSHOT</version>
<version>6.0.4-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: pef-utils</name>
Expand Down
4 changes: 2 additions & 2 deletions braille/texhyph-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

Expand Down Expand Up @@ -171,4 +171,4 @@
</profile>
</profiles>

</project>
</project>
4 changes: 2 additions & 2 deletions common/common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

<artifactId>common-utils</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.4-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DAISY Pipeline 2 module :: Common Utilities</name>
Expand Down
4 changes: 2 additions & 2 deletions common/file-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

<artifactId>file-utils</artifactId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.3-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DAISY Pipeline 2 module :: File Utilities</name>
Expand Down
4 changes: 2 additions & 2 deletions common/fileset-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

Expand Down Expand Up @@ -90,4 +90,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions common/image-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

Expand Down Expand Up @@ -69,4 +69,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions common/mediatype-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.1-SNAPSHOT</version>
<relativePath>../../parent/</relativePath>
</parent>

Expand All @@ -29,4 +29,4 @@
</expose-services>
</properties>

</project>
</project>
Loading