Skip to content

Commit

Permalink
Update to latest framework bom everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Feb 7, 2017
1 parent 37bd575 commit 8bd2a84
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 13 deletions.
2 changes: 1 addition & 1 deletion modules/audio/parent/pom.xml
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.10.0</version>
<version>1.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions modules/braille/maven/parent/pom.xml
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.10.1</version>
<version>1.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.daisy.maven</groupId>
<artifactId>xproc-engine-daisy-pipeline</artifactId>
<version>1.10</version>
<version>1.10.2-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
8 changes: 8 additions & 0 deletions modules/braille/pipeline-braille-utils/common-utils/pom.xml
Expand Up @@ -73,6 +73,14 @@
<artifactId>saxon-he</artifactId>
<scope>runtime</scope>
</dependency>
<!--
for framework-core (FIXME: move elsewhere)
-->
<dependency>
<groupId>org.daisy.libs</groupId>
<artifactId>jing</artifactId>
<scope>runtime</scope>
</dependency>
<!--
for com.xmlcalabash & calabash-adapter (FIXME: verify + move elsewhere)
-->
Expand Down
2 changes: 1 addition & 1 deletion modules/common/parent/pom.xml
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.10.1</version>
<version>1.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/nlp/parent/pom.xml
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.10.0</version>
<version>1.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/scripts-utils/epubcheck-adapter/pom.xml
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.10.0</version>
<version>1.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/scripts-utils/parent/pom.xml
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.10.0</version>
<version>1.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/scripts/parent/pom.xml
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.10.0</version>
<version>1.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/tts/parent/pom.xml
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.10.0</version>
<version>1.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion updater/gui/pom.xml
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.10.1</version>
<version>1.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion utils/build-utils/saxon-adapter/pom.xml
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.8.1</version>
<version>1.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
12 changes: 10 additions & 2 deletions utils/xproc-maven-plugin/xproc-engine-daisy-pipeline/pom.xml
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>xproc-engine-daisy-pipeline</artifactId>
<version>1.11-SNAPSHOT</version>
<version>1.10.2-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>xproc-engine-daisy-pipeline</name>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.10.0</version>
<version>1.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -65,6 +65,14 @@
<version>4.3.0</version>
<scope>provided</scope>
</dependency>
<!--
runtime dependency for framework-core
-->
<dependency>
<groupId>org.daisy.libs</groupId>
<artifactId>jing</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 8bd2a84

Please sign in to comment.