Skip to content

Commit

Permalink
Updated version to v1.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-niestadt committed Nov 12, 2018
1 parent a601d99 commit 9a37108
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nl.inl.blacklab</groupId>
<artifactId>blacklab-all</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</parent>
<artifactId>blacklab</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 5 additions & 0 deletions core/src/site/markdown/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Improvements in HEAD

## Improvements up to v1.7.3

### Fixed
* Fixed waitfortotal parameter not working.

## Improvements up to v1.7.2

### New
Expand Down
15 changes: 4 additions & 11 deletions core/src/site/markdown/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,12 @@ Also see the [Change log](changelog.html).
<td>In-development version</td>
</tr>
<tr>
<td>v1.7.2</td>
<td><a href='https://github.com/INL/BlackLab/releases/download/v1.7.2/blacklab-1.7.2.jar'>Binary (jar)</a></td>
<td><a href='https://github.com/INL/BlackLab/archive/v1.7.2.tar.gz'>Source (tgz)</a></td>
<td><a href='https://github.com/INL/BlackLab/archive/v1.7.2.zip'>Source (zip)</a></td>
<td>v1.7.3</td>
<td><a href='https://github.com/INL/BlackLab/releases/download/v1.7.3/blacklab-1.7.3.jar'>Binary (jar)</a></td>
<td><a href='https://github.com/INL/BlackLab/archive/v1.7.3.tar.gz'>Source (tgz)</a></td>
<td><a href='https://github.com/INL/BlackLab/archive/v1.7.3.zip'>Source (zip)</a></td>
<td>Bugfixes (Timeout, XPath match ordering)</td>
</tr>
<tr>
<td>v1.7.1</td>
<td><a href='https://github.com/INL/BlackLab/releases/download/v1.7.1/blacklab-1.7.1.jar'>Binary (jar)</a></td>
<td><a href='https://github.com/INL/BlackLab/archive/v1.7.1.tar.gz'>Source (tgz)</a></td>
<td><a href='https://github.com/INL/BlackLab/archive/v1.7.1.zip'>Source (zip)</a></td>
<td>Made configuring input formats much easier, using a YAML (or JSON) file. Improved corpus structure information to allow better UI generation. Many other improvements.</td>
</tr>
<tr>
<td>v1.6.0</td>
<td><a href='https://github.com/INL/BlackLab/releases/download/v1.6.0/blacklab-1.6.0.jar'>Binary (jar)</a></td>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>nl.inl.blacklab</groupId>
<artifactId>blacklab-all</artifactId>
<packaging>pom</packaging>
<version>1.7.2</version>
<version>1.7.3</version>
<name>BlackLab Corpus Search</name>
<description>The parent project for BlackLab Core and BlackLab Server.</description>
<url>https://github.com/INL/BlackLab</url>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>nl.inl.blacklab</groupId>
<artifactId>blacklab-all</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</parent>
<artifactId>blacklab-server</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 9a37108

Please sign in to comment.