Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Apr 20, 2016
1 parent eceed09 commit b340c88
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 26 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DAISY Pipeline 2 Braille Modules v1.9.11-SNAPSHOT
=================================================
DAISY Pipeline 2 Braille Modules v1.9.11
========================================

Changes
-------
Expand Down Expand Up @@ -33,8 +33,8 @@ Components
[2.0.0](https://github.com/joeha480/brailleutils/releases/tag/releases%2Fbraille-utils.api%2Fv2.0.0), impl
[2.0.0](https://github.com/joeha480/brailleutils/releases/tag/releases%2Fbraille-utils.impl%2Fv2.0.0), pef-tools
[1.0.0](https://github.com/joeha480/brailleutils/releases/tag/releases%2Fbraille-utils.pef-tools%2Fv1.0.0))
- **braille-css** ([**1.8.1-SNAPSHOT**](https://github.com/snaekobbi/braille-css/releases/tag/1.8.1-SNAPSHOT))
- **jstyleparser** ([**1.20-p6-SNAPSHOT**](https://github.com/snaekobbi/jStyleParser/releases/tag/jStyleParser-1.20-p6-SNAPSHOT))
- **braille-css** ([**1.9.0**](https://github.com/snaekobbi/braille-css/releases/tag/1.9.0))
- **jstyleparser** ([**1.20-p6**](https://github.com/snaekobbi/jStyleParser/releases/tag/jStyleParser-1.20-p6))
- jsass ([4.1.0-p1](https://github.com/snaekobbi/jsass/releases/tag/))
- libhyphen ([2.6.0](https://github.com/bertfrees/libhyphen-nar/releases/tag/2.6.0)), jhyphen
([0.1.5](https://github.com/daisy/jhyphen/releases/tag/v0.1.5))
Expand Down
24 changes: 9 additions & 15 deletions maven/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>common-utils</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>css-utils</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>dotify-formatter</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand All @@ -77,17 +77,17 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>dtbook-to-pef</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>epub3-to-pef</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>html-to-pef</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand Down Expand Up @@ -212,7 +212,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>xml-to-pef</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand Down Expand Up @@ -240,18 +240,12 @@
<dependency>
<groupId>org.daisy.braille</groupId>
<artifactId>braille-css</artifactId>
<!--
depends on master
-->
<version>1.8.1-SNAPSHOT</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.daisy.libs</groupId>
<artifactId>jstyleparser</artifactId>
<!--
depends on org.daisy.libs
-->
<version>1.20-p6-SNAPSHOT</version>
<version>1.20-p6</version>
<exclusions>
<exclusion>
<groupId>xerces</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pipeline-braille-scripts/dtbook-to-pef/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>dtbook-to-pef</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: dtbook-to-pef</name>
Expand Down
2 changes: 1 addition & 1 deletion pipeline-braille-scripts/epub3-to-pef/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>epub3-to-pef</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: EPUB 3 to PEF</name>
Expand Down
2 changes: 1 addition & 1 deletion pipeline-braille-scripts/html-to-pef/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>html-to-pef</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: HTML to PEF</name>
Expand Down
2 changes: 1 addition & 1 deletion pipeline-braille-scripts/xml-to-pef/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>xml-to-pef</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: XML to PEF</name>
Expand Down
2 changes: 1 addition & 1 deletion pipeline-braille-utils/common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>common-utils</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: common-utils</name>
Expand Down
2 changes: 1 addition & 1 deletion pipeline-braille-utils/css-utils/css-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>css-utils</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: css-utils :: css-utils</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>dotify-formatter</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: dotify-utils :: dotify-formatter</name>
Expand Down

0 comments on commit b340c88

Please sign in to comment.