Latest Version
Please refer to the documentation for detailed information +
diff --git a/RELEASE-HOWTO.md b/RELEASE-HOWTO.md
index 42b134908..438138d29 100644
--- a/RELEASE-HOWTO.md
+++ b/RELEASE-HOWTO.md
@@ -27,7 +27,11 @@ Edit `changelog.txt`.
mvn versions:set -DnewVersion=1.2.3
-Edit `site/grunt/jade.js` and update `dist.options.data.version`.
+Edit `site/grunt/jade.js`, update `dist.options.data.version` and regenerate site via
+
+ grunt deploy
+
+from the `site/` directory.
## Deploy artifacts to staging area
diff --git a/changelog.txt b/changelog.txt
index 2aef7c519..5aa3d5984 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,6 @@
+Release 1.7.1
+- Bug fix for the "non progressive alignment" exception in the command-line tool
+
Release 1.7
- Major rewrite of the matching phase of the Dekker algorithm. The MatchTable approach used in versions 1.2 - 1.6 of
CollateX would match the tokens of the witness to be aligned against the tokens present on the vertices of the variant
diff --git a/collatex-core/pom.xml b/collatex-core/pom.xml
index 130216c31..89cd9a8fc 100644
--- a/collatex-core/pom.xml
+++ b/collatex-core/pom.xml
@@ -4,10 +4,10 @@
The CollateX service is callable via
+ '//text()' The CollateX service is callable via
HTTP POST requests to
/collate.
It expects input formatted in JavaScript Object Notation (JSON) as the request body;
diff --git a/site/htdocs/download/index.html b/site/htdocs/download/index.html
index 18b2c4807..c9d05b42e 100644
--- a/site/htdocs/download/index.html
+++ b/site/htdocs/download/index.html
@@ -5,8 +5,8 @@
For embedding CollateX into your JVM-based application, please use Maven Central: For using CollateX as a standalone tool, please download the following Java Archive and execute it on the command line: Depending on how you would like to use CollateX, you can opt for two ways to download it: For using CollateX as a standalone tool, please download the following Java Archive and execute it on the command line: Depending on how you would like to use CollateX, you can opt for two ways to download it:ECMA/JavaScript Callbacks
The RESTful Web Service
java -jar collatex-tools-1.7.0.jar --http
ECMA/JavaScript Callbacks
The RESTful Web Service
java -jar collatex-tools-1.7.1.jar --http
1. Core
<dependency>
<groupId>eu.interedition</groupId>
<artifactId>collatex-core</artifactId>
- <version>1.7.0</version>
-</dependency>
2. Tools
java -jar collatex-tools-1.7.0.jar -h
2. Tools
java -jar collatex-tools-1.7.1.jar -h
Please refer to the documentation for detailed information +
Please refer to the documentation for detailed information about CollateX like its underlying concepts or usage instructions.
For alternative packages and license terms, please read the download section.