diff --git a/NEWS.md b/NEWS.md index 6dade7b..ccf2096 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +Changes in release v1.15.0 +=========================== + +## Framework + +- **NEW** Experimental Pipeline 1 backend with selected Pipeline 1 scripts + +## Modules + +- **NEW** Pipeline 1 scripts (proof-of-concept for now; more scripts will be made available in upcoming releases) + - DTBook to Latex + Changes in release v1.14.21 =========================== diff --git a/pom.xml b/pom.xml index 0e18c87..1f20ddc 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.daisy.pipeline assembly - 1.14.22-SNAPSHOT + 1.15.0-SNAPSHOT jar DAISY Pipeline 2 :: Assembly Builds the main distribution of the DAISY Pipeline 2. @@ -69,7 +69,7 @@ org.daisy.pipeline framework-bom - 1.14.21 + 1.15.0-SNAPSHOT pom import @@ -157,6 +157,16 @@ + + org.daisy.pipeline + pipeline1-adapter + + + * + * + + + org.daisy.pipeline saxon-adapter @@ -307,6 +317,16 @@ + + io.github.bmuskalla + scoped-system-properties + + + * + * + + + ch.qos.logback logback-classic @@ -1842,6 +1862,10 @@ org.daisy.pipeline modules-registry + + org.daisy.pipeline + pipeline1-adapter + org.daisy.pipeline saxon-adapter @@ -1905,6 +1929,10 @@ org.codehaus.woodstox stax2-api + + io.github.bmuskalla + scoped-system-properties + ch.qos.logback logback-classic