Skip to content

Commit

Permalink
V1.5.0 (#40)
Browse files Browse the repository at this point in the history
* Update README

* Update NEWS, v1.5.0

* [maven-release-plugin] prepare release v1.5.0

* [maven-release-plugin] prepare for next development iteration
  • Loading branch information
nielserik authored Feb 2, 2022
1 parent cd327ef commit 90ac8dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.5.0 2022-02-02
* Supports ISBNs with last digit of 'X'.
* Lambda mapping: ignores 856$x 'userLimit' field, so it can be used with non-integer values.
* Supports passing import properties file name as ServletContext attribute.
* Chi mapping: Add OCLC number to Instance identifiers.
* Chi mapping: Use only ISBN for product ID (and thus for linking to existing Instance).
* Update only newly created item(s); in the rare case holdings record has previously existing items.

## 1.4.2 2022-01-21

* Fixes premature use of coming 'holdingId' property in JSON response to POST of PO
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.olf.folio.order</groupId>
<artifactId>folio-order-import-tool</artifactId>
<version>1.4.3-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>FOLIO Order Import Tool</name>

Expand Down

0 comments on commit 90ac8dc

Please sign in to comment.