Skip to content

Commit

Permalink
Version v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nielserik committed Oct 8, 2020
1 parent 1d7a586 commit 909d88e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion IDMETA
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=masterkey-harvester
VERSION=2.13.0
VERSION=2.14.0
DEBIAN_DIST="jessie wheezy"
UBUNTU_DIST=""
OMIT_FROM_DIST="solr lib webapps harvester/src/main/webapp/WEB-INF/harvester-dev.properties"
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.14.0

* Adds simple webservice serving up failed records and error information from file system
* Stores failed records in logging directories, according to choices made in job configuration
* Reinstates option to ingest without FOLIO auth enabled
* Adds support for new Inventory storage API: upsert APIs served by mod-inventory-update
* Adds conditional conversion of JSON for iso2079 vs XML

## 2.13.0

* Introduces text column `JSON` on STORAGE for free form STORAGE configuration (GBV-56)
Expand Down
2 changes: 1 addition & 1 deletion dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
# mysql_db: name=localindices state=import target=/vagrant/sql/samples/localindices-katsu--2016-05-01_06-00-01.sql
# Which didn't work, either.

# Loading new schema 2.8-2.13
# Loading new schema 2.8-2.14
- name: Initialize the database
become: yes
mysql_db: name=localindices state=import target=/vagrant/sql/schema.v2.8-with-sample-data.sql
Expand Down
2 changes: 1 addition & 1 deletion harvester-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.indexdata</groupId>
<artifactId>localindices</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>harvester-admin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion harvester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.indexdata</groupId>
<artifactId>localindices</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>harvester</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion masterkey-dal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.indexdata</groupId>
<artifactId>localindices</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>masterkey-dal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oaipmh-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.indexdata</groupId>
<artifactId>localindices</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>oaipmh-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.indexdata</groupId>
<artifactId>localindices</artifactId>
<packaging>pom</packaging>
<version>2.13.0</version>
<version>2.14.0</version>
<name>Harvesting suite</name>
<modules>
<module>oaipmh-lib</module>
Expand Down

0 comments on commit 909d88e

Please sign in to comment.