diff --git a/changelog.txt b/changelog.txt index af5970151..a012a8f29 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +Release 1.6.2 +- Added servlet module for easy deployment on servlet containers such as the Apache Tomcat webserver. Implementation is based on JAX-RS and Jersey 2. + Release 1.6.1 - JSON processing: fix regression bug due to which "tokenComparator" and "algorithm" turned into mandatory fields diff --git a/collatex-core/pom.xml b/collatex-core/pom.xml index 843ffde91..7327319e5 100644 --- a/collatex-core/pom.xml +++ b/collatex-core/pom.xml @@ -5,10 +5,10 @@ eu.interedition collatex - 1.7-SNAPSHOT + 1.6.2-SNAPSHOT collatex-core - 1.7-SNAPSHOT + 1.6.2-SNAPSHOT CollateX Core A Java library for collating textual sources, for example, to produce an apparatus. diff --git a/collatex-servlet/pom.xml b/collatex-servlet/pom.xml index 14f12b441..587bf075d 100644 --- a/collatex-servlet/pom.xml +++ b/collatex-servlet/pom.xml @@ -3,15 +3,16 @@ eu.interedition collatex - 1.7-SNAPSHOT + 1.6.2-SNAPSHOT collatex-servlet - war + CollateX Servlet + war - - eu.interedition - collatex-core - + + eu.interedition + collatex-core + javax.ws.rs javax.ws.rs-api diff --git a/collatex-tools/pom.xml b/collatex-tools/pom.xml index 5e55228f5..2b10fd9d7 100644 --- a/collatex-tools/pom.xml +++ b/collatex-tools/pom.xml @@ -5,10 +5,10 @@ eu.interedition collatex - 1.7-SNAPSHOT + 1.6.2-SNAPSHOT collatex-tools - 1.7-SNAPSHOT + 1.6.2-SNAPSHOT CollateX Tools CollateX Tool Suite including a command line interface and a HTTP service