Skip to content

Commit

Permalink
Modified version numbers and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdekker committed May 6, 2015
1 parent 90d9cb3 commit 93e78ff
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions collatex-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>eu.interedition</groupId>
<artifactId>collatex</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.6.2-SNAPSHOT</version>
</parent>
<artifactId>collatex-core</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.6.2-SNAPSHOT</version>
<name>CollateX Core</name>
<description>A Java library for collating textual sources, for example, to produce an apparatus.</description>
</project>
13 changes: 7 additions & 6 deletions collatex-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
<parent>
<groupId>eu.interedition</groupId>
<artifactId>collatex</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.6.2-SNAPSHOT</version>
</parent>
<artifactId>collatex-servlet</artifactId>
<packaging>war</packaging>
<name>CollateX Servlet</name>
<packaging>war</packaging>
<dependencies>
<dependency>
<groupId>eu.interedition</groupId>
<artifactId>collatex-core</artifactId>
</dependency>
<dependency>
<groupId>eu.interedition</groupId>
<artifactId>collatex-core</artifactId>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions collatex-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>eu.interedition</groupId>
<artifactId>collatex</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.6.2-SNAPSHOT</version>
</parent>
<artifactId>collatex-tools</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.6.2-SNAPSHOT</version>
<name>CollateX Tools</name>
<description>CollateX Tool Suite including a command line interface and a HTTP service</description>
<dependencies>
Expand Down

0 comments on commit 93e78ff

Please sign in to comment.