Skip to content

Commit 8266100

Browse files
committed
Release 1.6.1
1 parent 90c4852 commit 8266100

File tree

8 files changed

+13
-10
lines changed

8 files changed

+13
-10
lines changed

changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Release 1.6.1
2+
- JSON processing: fix regression bug due to which "tokenComparator" and "algorithm" turned into mandatory fields
3+
14
Release 1.6
25
- new aligorithm based on Greedy String Tiling
36
- Java 8 now required

collatex-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>eu.interedition</groupId>
77
<artifactId>collatex</artifactId>
8-
<version>1.7-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
</parent>
1010
<artifactId>collatex-core</artifactId>
11-
<version>1.7-SNAPSHOT</version>
11+
<version>1.6.1</version>
1212
<name>CollateX Core</name>
1313
<description>A Java library for collating textual sources, for example, to produce an apparatus.</description>
1414
</project>

collatex-tools/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>eu.interedition</groupId>
77
<artifactId>collatex</artifactId>
8-
<version>1.7-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
</parent>
1010
<artifactId>collatex-tools</artifactId>
11-
<version>1.7-SNAPSHOT</version>
11+
<version>1.6.1</version>
1212
<name>CollateX Tools</name>
1313
<description>CollateX Tool Suite including a command line interface and a HTTP service</description>
1414
<dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>eu.interedition</groupId>
66
<artifactId>collatex</artifactId>
7-
<version>1.7-SNAPSHOT</version>
7+
<version>1.6.1</version>
88
<packaging>pom</packaging>
99
<name>CollateX</name>
1010
<description>Software for collating textual sources, for example, to produce an apparatus.</description>

site/grunt/jade.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
ext: '.html',
88
options: {
99
data: {
10-
version: "1.6"
10+
version: "1.6.1"
1111
}
1212
}
1313
}

site/htdocs/doc/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
documents
389389
-xp,--xpath &lt;arg> XPath 1.0 expression evaluating to
390390
tokens of XML witnesses; default:
391-
'//text()'</pre><h3 id="cli-js-callbacks">ECMA/JavaScript Callbacks</h3><h2 id="rest-service">The RESTful Web Service</h2><pre class="prettyprint lang-xml">java -jar collatex-tools-1.6.jar --http</pre><p>The CollateX service is callable via
391+
'//text()'</pre><h3 id="cli-js-callbacks">ECMA/JavaScript Callbacks</h3><h2 id="rest-service">The RESTful Web Service</h2><pre class="prettyprint lang-xml">java -jar collatex-tools-1.6.1.jar --http</pre><p>The CollateX service is callable via
392392
<a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html" title="RFC">HTTP POST requests</a> to
393393
<a href="${cp}/collate" title="REST-API Endpoint">/collate</a>.
394394
</p><p>It expects <strong>input</strong> formatted in <a href="http://json.org/" title="Website">JavaScript Object Notation (JSON)</a> as the request body;

site/htdocs/download/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</p><div class="yui3-g"><div class="yui3-u-1-2"><div class="content download-option"><h3>1. Core</h3><p>For embedding CollateX into your JVM-based application, please use <a href="http://search.maven.org/" title="Maven Central">Maven Central</a>:</p><pre class="prettyprint">&lt;dependency>
66
&lt;groupId>eu.interedition&lt;/groupId>
77
&lt;artifactId>collatex-core&lt;/artifactId>
8-
&lt;version>1.6&lt;/version>
9-
&lt;/dependency></pre></div></div><div class="yui3-u-1-2"><div class="content download-option"><h3>2. Tools</h3><p>For using CollateX as a standalone tool, please download the following <a href="http://en.wikipedia.org/wiki/JAR_%28file_format%29" title="Java Archive - Wikipedia">Java Archive</a> and execute it on the command line:</p><p class="download-link">» <a href="https://oss.sonatype.org/service/local/repositories/releases/content/eu/interedition/collatex-tools/1.6/collatex-tools-1.6.jar">collatex-tools-1.6.jar</a></p><pre class="prettyprint lang-xml">java -jar collatex-tools-1.6.jar -h</pre></div></div><div class="yui3-u-1-2"><div class="content"></div></div></div><p>Depending on how you would like to use CollateX, you can opt for two ways to download it:</p><ol><li>Should you target the <em>Java Virtual Machine</em> as your runtime environment and would like to <strong>embed CollateX</strong>
8+
&lt;version>1.6.1&lt;/version>
9+
&lt;/dependency></pre></div></div><div class="yui3-u-1-2"><div class="content download-option"><h3>2. Tools</h3><p>For using CollateX as a standalone tool, please download the following <a href="http://en.wikipedia.org/wiki/JAR_%28file_format%29" title="Java Archive - Wikipedia">Java Archive</a> and execute it on the command line:</p><p class="download-link">» <a href="https://oss.sonatype.org/service/local/repositories/releases/content/eu/interedition/collatex-tools/1.6.1/collatex-tools-1.6.1.jar">collatex-tools-1.6.1.jar</a></p><pre class="prettyprint lang-xml">java -jar collatex-tools-1.6.1.jar -h</pre></div></div><div class="yui3-u-1-2"><div class="content"></div></div></div><p>Depending on how you would like to use CollateX, you can opt for two ways to download it:</p><ol><li>Should you target the <em>Java Virtual Machine</em> as your runtime environment and would like to <strong>embed CollateX</strong>
1010
in your application, we provide <a href="http://maven.apache.org/" title="Homepage">Apache-Maven</a>-compatible artifacts of
1111
CollateX' core for download.</li><li>Should you be in need for a collation component that integrates with your software system independent of its
1212
runtime and development environment, we offer a <strong>tool suite</strong> comprised of a

site/htdocs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
of <a href="http://en.wikipedia.org/wiki/Textual_criticism" title="Wikipedia Article">Textual Criticism</a> where the assessment
99
of findings is based on interpretation and therefore can be supported by computational means but is not necessarily
1010
computable.
11-
</p></div></div><div class="yui3-u-1-2"><div class="content"><div class="download-option"><h3>Latest Version</h3><p class="download-link">» <a href="https://oss.sonatype.org/service/local/repositories/releases/content/eu/interedition/collatex-tools/1.6/collatex-tools-1.6.jar">collatex-tools-1.6.jar</a></p><p>Please refer to the <a href="/doc/" title="Documentation">documentation</a> for detailed information
11+
</p></div></div><div class="yui3-u-1-2"><div class="content"><div class="download-option"><h3>Latest Version</h3><p class="download-link">» <a href="https://oss.sonatype.org/service/local/repositories/releases/content/eu/interedition/collatex-tools/1.6.1/collatex-tools-1.6.1.jar">collatex-tools-1.6.1.jar</a></p><p>Please refer to the <a href="/doc/" title="Documentation">documentation</a> for detailed information
1212
about CollateX like its underlying concepts or usage instructions.</p><p>For alternative packages and license terms, please read the <a href="/download/" title="Download">download section</a>.</p></div><div style="margin: 1em 0" class="figure"><img src="/images/variant-graph-snippet.png" alt="Variant Graph"><p class="caption">Snippet of a Variant Graph produced by CollateX</p></div></div></div></div></div><div id="footer">Copyright &copy; 2010-2013 <a href="/about/">The Interedition Development Group</a>. All rights reserved.</div><a href="https://github.com/interedition/collatex"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a><script type="text/javascript" src="http://yui.yahooapis.com/combo?3.8.1/build/yui-base/yui-base-min.js&amp;3.8.1/build/oop/oop-min.js&amp;3.8.1/build/event-custom-base/event-custom-base-min.js&amp;3.8.1/build/features/features-min.js&amp;3.8.1/build/dom-core/dom-core-min.js&amp;3.8.1/build/dom-base/dom-base-min.js&amp;3.8.1/build/selector-native/selector-native-min.js&amp;3.8.1/build/selector/selector-min.js&amp;3.8.1/build/node-core/node-core-min.js&amp;3.8.1/build/node-base/node-base-min.js&amp;3.8.1/build/event-base/event-base-min.js&amp;3.8.1/build/event-delegate/event-delegate-min.js&amp;3.8.1/build/node-event-delegate/node-event-delegate-min.js&amp;3.8.1/build/pluginhost-base/pluginhost-base-min.js&amp;3.8.1/build/pluginhost-config/pluginhost-config-min.js&amp;3.8.1/build/node-pluginhost/node-pluginhost-min.js&amp;3.8.1/build/dom-style/dom-style-min.js&amp;3.8.1/build/dom-screen/dom-screen-min.js&amp;3.8.1/build/node-screen/node-screen-min.js&amp;3.8.1/build/node-style/node-style-min.js&amp;3.8.1/build/event-custom-complex/event-custom-complex-min.js&amp;3.8.1/build/event-synthetic/event-synthetic-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/combo?3.8.1/build/event-mousewheel/event-mousewheel-min.js&amp;3.8.1/build/event-mouseenter/event-mouseenter-min.js&amp;3.8.1/build/event-key/event-key-min.js&amp;3.8.1/build/event-focus/event-focus-min.js&amp;3.8.1/build/event-resize/event-resize-min.js&amp;3.8.1/build/event-hover/event-hover-min.js&amp;3.8.1/build/event-outside/event-outside-min.js&amp;3.8.1/build/event-touch/event-touch-min.js&amp;3.8.1/build/event-move/event-move-min.js&amp;3.8.1/build/event-flick/event-flick-min.js&amp;3.8.1/build/event-valuechange/event-valuechange-min.js&amp;3.8.1/build/event-tap/event-tap-min.js"></script><script type="text/javascript" src="/collatex.js"></script></body></html>

0 commit comments

Comments
 (0)