From 61c5d41b3094f9a89c043a1a7ec9d385790b2721 Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Fri, 22 Apr 2022 21:06:23 +0200 Subject: [PATCH 1/3] NEWS for 33.2.9 --- NEWS.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 9ddf251fa..0091a3b26 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,15 @@ +## 33.2.9 2022-04-22 + +Fix: + +* [RMB-911](https://issues.folio.org/browse/RMB-911) Optimistic locking \_version overflow +* [RMB-907](https://issues.folio.org/browse/RMB-907) jackson-databind 2.13.2.1 (CVE-2020-36518) + ## 33.2.8 2022-03-28 Fix: -* [RMB-907](https://issues.folio.org/browse/RMB-907) jackson-databind 2.13.2.1, Vert.x 4.2.6, log4j 2.17.2 (CVE-2020-36518) +* [RMB-907](https://issues.folio.org/browse/RMB-907) Vert.x 4.2.6, log4j 2.17.2 ## 33.2.7 2022-03-08 From 09f81f529d3ad596ec3f6cb49268fbdec439e857 Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Fri, 22 Apr 2022 21:10:04 +0200 Subject: [PATCH 2/3] [maven-release-plugin] prepare release v33.2.9 --- cql2pgjson-cli/pom.xml | 2 +- cql2pgjson/pom.xml | 2 +- dbschema/pom.xml | 2 +- domain-models-api-aspects/pom.xml | 2 +- domain-models-api-interfaces/pom.xml | 2 +- domain-models-maven-plugin/pom.xml | 2 +- domain-models-runtime-it/pom.xml | 2 +- domain-models-runtime/pom.xml | 2 +- pom.xml | 4 ++-- postgres-testing/pom.xml | 2 +- testing/pom.xml | 2 +- util/pom.xml | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cql2pgjson-cli/pom.xml b/cql2pgjson-cli/pom.xml index 4d50520e9..3217e82b0 100644 --- a/cql2pgjson-cli/pom.xml +++ b/cql2pgjson-cli/pom.xml @@ -6,7 +6,7 @@ org.folio raml-module-builder - 33.2.9-SNAPSHOT + 33.2.9 diff --git a/cql2pgjson/pom.xml b/cql2pgjson/pom.xml index 6b161e743..bc2f6c7c1 100644 --- a/cql2pgjson/pom.xml +++ b/cql2pgjson/pom.xml @@ -7,7 +7,7 @@ org.folio raml-module-builder - 33.2.9-SNAPSHOT + 33.2.9 diff --git a/dbschema/pom.xml b/dbschema/pom.xml index 387dbbefb..445c1322a 100644 --- a/dbschema/pom.xml +++ b/dbschema/pom.xml @@ -7,7 +7,7 @@ org.folio raml-module-builder - 33.2.9-SNAPSHOT + 33.2.9 diff --git a/domain-models-api-aspects/pom.xml b/domain-models-api-aspects/pom.xml index 8a95683a9..f3e7fcdc6 100644 --- a/domain-models-api-aspects/pom.xml +++ b/domain-models-api-aspects/pom.xml @@ -3,7 +3,7 @@ org.folio raml-module-builder - 33.2.9-SNAPSHOT + 33.2.9 domain-models-api-aspects diff --git a/domain-models-api-interfaces/pom.xml b/domain-models-api-interfaces/pom.xml index 525fa5606..ae122823b 100644 --- a/domain-models-api-interfaces/pom.xml +++ b/domain-models-api-interfaces/pom.xml @@ -3,7 +3,7 @@ org.folio raml-module-builder - 33.2.9-SNAPSHOT + 33.2.9 domain-models-api-interfaces diff --git a/domain-models-maven-plugin/pom.xml b/domain-models-maven-plugin/pom.xml index 7cb2d2853..45fbd7de1 100644 --- a/domain-models-maven-plugin/pom.xml +++ b/domain-models-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.folio raml-module-builder - 33.2.9-SNAPSHOT + 33.2.9 domain-models-maven-plugin Domain Model Generator that reads RAML files and writes Java files diff --git a/domain-models-runtime-it/pom.xml b/domain-models-runtime-it/pom.xml index 01246120a..30e3ec2ad 100644 --- a/domain-models-runtime-it/pom.xml +++ b/domain-models-runtime-it/pom.xml @@ -6,7 +6,7 @@ org.folio raml-module-builder - 33.2.9-SNAPSHOT + 33.2.9 diff --git a/domain-models-runtime/pom.xml b/domain-models-runtime/pom.xml index 08b4d3cfe..84eb5c56f 100644 --- a/domain-models-runtime/pom.xml +++ b/domain-models-runtime/pom.xml @@ -6,7 +6,7 @@ org.folio raml-module-builder - 33.2.9-SNAPSHOT + 33.2.9 diff --git a/pom.xml b/pom.xml index 565c0e623..ea1287894 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.folio raml-module-builder - 33.2.9-SNAPSHOT + 33.2.9 pom raml-module-builder @@ -465,7 +465,7 @@ https://github.com/folio-org/raml-module-builder scm:git:git://github.com:folio-org/raml-module-builder.git scm:git:git@github.com:folio-org/raml-module-builder.git - HEAD + v33.2.9 diff --git a/postgres-testing/pom.xml b/postgres-testing/pom.xml index f663369ff..fdae94c53 100644 --- a/postgres-testing/pom.xml +++ b/postgres-testing/pom.xml @@ -5,7 +5,7 @@ org.folio raml-module-builder - 33.2.9-SNAPSHOT + 33.2.9 postgres-testing diff --git a/testing/pom.xml b/testing/pom.xml index d0d313983..6fd451c13 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -5,7 +5,7 @@ org.folio raml-module-builder - 33.2.9-SNAPSHOT + 33.2.9 testing diff --git a/util/pom.xml b/util/pom.xml index a70a507d4..94de2e10f 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -5,7 +5,7 @@ org.folio raml-module-builder - 33.2.9-SNAPSHOT + 33.2.9 util From 249af7fe60d37f6c2abe21458dbdb2f92ef22fa0 Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Fri, 22 Apr 2022 21:10:04 +0200 Subject: [PATCH 3/3] [maven-release-plugin] prepare for next development iteration --- cql2pgjson-cli/pom.xml | 2 +- cql2pgjson/pom.xml | 2 +- dbschema/pom.xml | 2 +- domain-models-api-aspects/pom.xml | 2 +- domain-models-api-interfaces/pom.xml | 2 +- domain-models-maven-plugin/pom.xml | 2 +- domain-models-runtime-it/pom.xml | 2 +- domain-models-runtime/pom.xml | 2 +- pom.xml | 4 ++-- postgres-testing/pom.xml | 2 +- testing/pom.xml | 2 +- util/pom.xml | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cql2pgjson-cli/pom.xml b/cql2pgjson-cli/pom.xml index 3217e82b0..b0934f0d6 100644 --- a/cql2pgjson-cli/pom.xml +++ b/cql2pgjson-cli/pom.xml @@ -6,7 +6,7 @@ org.folio raml-module-builder - 33.2.9 + 33.2.10-SNAPSHOT diff --git a/cql2pgjson/pom.xml b/cql2pgjson/pom.xml index bc2f6c7c1..c173f5e24 100644 --- a/cql2pgjson/pom.xml +++ b/cql2pgjson/pom.xml @@ -7,7 +7,7 @@ org.folio raml-module-builder - 33.2.9 + 33.2.10-SNAPSHOT diff --git a/dbschema/pom.xml b/dbschema/pom.xml index 445c1322a..32850fe9d 100644 --- a/dbschema/pom.xml +++ b/dbschema/pom.xml @@ -7,7 +7,7 @@ org.folio raml-module-builder - 33.2.9 + 33.2.10-SNAPSHOT diff --git a/domain-models-api-aspects/pom.xml b/domain-models-api-aspects/pom.xml index f3e7fcdc6..a3e296654 100644 --- a/domain-models-api-aspects/pom.xml +++ b/domain-models-api-aspects/pom.xml @@ -3,7 +3,7 @@ org.folio raml-module-builder - 33.2.9 + 33.2.10-SNAPSHOT domain-models-api-aspects diff --git a/domain-models-api-interfaces/pom.xml b/domain-models-api-interfaces/pom.xml index ae122823b..ebe7c7084 100644 --- a/domain-models-api-interfaces/pom.xml +++ b/domain-models-api-interfaces/pom.xml @@ -3,7 +3,7 @@ org.folio raml-module-builder - 33.2.9 + 33.2.10-SNAPSHOT domain-models-api-interfaces diff --git a/domain-models-maven-plugin/pom.xml b/domain-models-maven-plugin/pom.xml index 45fbd7de1..a01520cda 100644 --- a/domain-models-maven-plugin/pom.xml +++ b/domain-models-maven-plugin/pom.xml @@ -3,7 +3,7 @@ org.folio raml-module-builder - 33.2.9 + 33.2.10-SNAPSHOT domain-models-maven-plugin Domain Model Generator that reads RAML files and writes Java files diff --git a/domain-models-runtime-it/pom.xml b/domain-models-runtime-it/pom.xml index 30e3ec2ad..21ab15ebe 100644 --- a/domain-models-runtime-it/pom.xml +++ b/domain-models-runtime-it/pom.xml @@ -6,7 +6,7 @@ org.folio raml-module-builder - 33.2.9 + 33.2.10-SNAPSHOT diff --git a/domain-models-runtime/pom.xml b/domain-models-runtime/pom.xml index 84eb5c56f..b657334ee 100644 --- a/domain-models-runtime/pom.xml +++ b/domain-models-runtime/pom.xml @@ -6,7 +6,7 @@ org.folio raml-module-builder - 33.2.9 + 33.2.10-SNAPSHOT diff --git a/pom.xml b/pom.xml index ea1287894..08f159892 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.folio raml-module-builder - 33.2.9 + 33.2.10-SNAPSHOT pom raml-module-builder @@ -465,7 +465,7 @@ https://github.com/folio-org/raml-module-builder scm:git:git://github.com:folio-org/raml-module-builder.git scm:git:git@github.com:folio-org/raml-module-builder.git - v33.2.9 + HEAD diff --git a/postgres-testing/pom.xml b/postgres-testing/pom.xml index fdae94c53..cca302d6f 100644 --- a/postgres-testing/pom.xml +++ b/postgres-testing/pom.xml @@ -5,7 +5,7 @@ org.folio raml-module-builder - 33.2.9 + 33.2.10-SNAPSHOT postgres-testing diff --git a/testing/pom.xml b/testing/pom.xml index 6fd451c13..b9b9a6657 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -5,7 +5,7 @@ org.folio raml-module-builder - 33.2.9 + 33.2.10-SNAPSHOT testing diff --git a/util/pom.xml b/util/pom.xml index 94de2e10f..a99c094ea 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -5,7 +5,7 @@ org.folio raml-module-builder - 33.2.9 + 33.2.10-SNAPSHOT util