We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9aaf2 commit 233b0f6Copy full SHA for 233b0f6
NEWS.MD
@@ -1,3 +1,7 @@
1
+## 1.1.0 2023-10-12
2
+
3
+* Tighten `storage` schema: property `json` required for `inventoryStorage` (MODHAADM-73)
4
5
## 1.0.0 2023-05-01
6
7
* Adds schema for connector and status harvestables to support saving these (MODHAADM-58)
pom.xml
@@ -4,7 +4,7 @@
<groupId>org.folio</groupId>
<artifactId>mod-harvester-admin</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
8
<properties>
9
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
10
<okapi.version>5.0.0</okapi.version>
0 commit comments