From c7621b080d5fbf39ba70a378955ace2bd5ddec21 Mon Sep 17 00:00:00 2001
From: "quarkiverse-ci[bot]"
<181291436+quarkiverse-ci[bot]@users.noreply.github.com>
Date: Tue, 3 Dec 2024 11:10:37 +0000
Subject: [PATCH] [maven-release-plugin] prepare release 2.7.0-lts
---
client/deployment/pom.xml | 2 +-
client/integration-tests/additional-properties/pom.xml | 2 +-
client/integration-tests/array-enum/pom.xml | 2 +-
client/integration-tests/bean-validation/pom.xml | 2 +-
client/integration-tests/beanparam/pom.xml | 2 +-
.../change-custom-template-directory/pom.xml | 2 +-
client/integration-tests/change-directory/pom.xml | 2 +-
client/integration-tests/circuit-breaker/pom.xml | 2 +-
client/integration-tests/config-key/pom.xml | 2 +-
client/integration-tests/cookie-authentication/pom.xml | 2 +-
client/integration-tests/custom-templates/pom.xml | 2 +-
client/integration-tests/enum-property/pom.xml | 2 +-
client/integration-tests/enum-unexpected/pom.xml | 2 +-
client/integration-tests/exclude/pom.xml | 2 +-
client/integration-tests/generation-input/pom.xml | 2 +-
client/integration-tests/generation-tests/pom.xml | 2 +-
client/integration-tests/github/pom.xml | 2 +-
client/integration-tests/include/pom.xml | 2 +-
client/integration-tests/multipart-request/pom.xml | 2 +-
client/integration-tests/mutiny-return-response/pom.xml | 2 +-
client/integration-tests/mutiny/pom.xml | 2 +-
client/integration-tests/open-api-normalizer/pom.xml | 2 +-
client/integration-tests/part-filename/pom.xml | 2 +-
client/integration-tests/polymorphism/pom.xml | 2 +-
client/integration-tests/pom.xml | 2 +-
client/integration-tests/remove-operationid-prefix/pom.xml | 2 +-
client/integration-tests/return-response/pom.xml | 2 +-
client/integration-tests/security/pom.xml | 2 +-
client/integration-tests/simple/pom.xml | 2 +-
client/integration-tests/skip-validation/pom.xml | 2 +-
client/integration-tests/suffix-prefix/pom.xml | 2 +-
client/integration-tests/type-mapping/pom.xml | 2 +-
client/integration-tests/without-oidc/pom.xml | 2 +-
client/oidc/pom.xml | 6 ++----
client/pom.xml | 2 +-
client/runtime/pom.xml | 2 +-
client/test-utils/pom.xml | 2 +-
docs/pom.xml | 2 +-
pom.xml | 4 ++--
server/deployment/pom.xml | 2 +-
server/integration-tests/pom.xml | 2 +-
server/integration-tests/reactive/pom.xml | 2 +-
server/integration-tests/resteasy/pom.xml | 2 +-
server/pom.xml | 2 +-
server/runtime/pom.xml | 2 +-
45 files changed, 47 insertions(+), 49 deletions(-)
diff --git a/client/deployment/pom.xml b/client/deployment/pom.xml
index cbd5321d5..4776d2c7e 100644
--- a/client/deployment/pom.xml
+++ b/client/deployment/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-client-parent
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
../pom.xml
quarkus-openapi-generator-deployment
diff --git a/client/integration-tests/additional-properties/pom.xml b/client/integration-tests/additional-properties/pom.xml
index 5ab4a4c42..9352aa6f9 100644
--- a/client/integration-tests/additional-properties/pom.xml
+++ b/client/integration-tests/additional-properties/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/array-enum/pom.xml b/client/integration-tests/array-enum/pom.xml
index 5e42973a5..6656a9d56 100644
--- a/client/integration-tests/array-enum/pom.xml
+++ b/client/integration-tests/array-enum/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/bean-validation/pom.xml b/client/integration-tests/bean-validation/pom.xml
index 1663c3140..3d9779919 100644
--- a/client/integration-tests/bean-validation/pom.xml
+++ b/client/integration-tests/bean-validation/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/beanparam/pom.xml b/client/integration-tests/beanparam/pom.xml
index 0fdc3388c..534b68c12 100644
--- a/client/integration-tests/beanparam/pom.xml
+++ b/client/integration-tests/beanparam/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/change-custom-template-directory/pom.xml b/client/integration-tests/change-custom-template-directory/pom.xml
index 2d003df7a..505469324 100644
--- a/client/integration-tests/change-custom-template-directory/pom.xml
+++ b/client/integration-tests/change-custom-template-directory/pom.xml
@@ -4,7 +4,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
quarkus-openapi-generator-it-change-custom-template-directory
Quarkus - Openapi Generator - Integration Tests - Client - Change custom template directory
diff --git a/client/integration-tests/change-directory/pom.xml b/client/integration-tests/change-directory/pom.xml
index dd5307f9d..4dead2857 100644
--- a/client/integration-tests/change-directory/pom.xml
+++ b/client/integration-tests/change-directory/pom.xml
@@ -4,7 +4,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
quarkus-openapi-generator-it-change-directory
Quarkus - Openapi Generator - Integration Tests - Client - Change directory
diff --git a/client/integration-tests/circuit-breaker/pom.xml b/client/integration-tests/circuit-breaker/pom.xml
index 194046520..0eb70d12d 100644
--- a/client/integration-tests/circuit-breaker/pom.xml
+++ b/client/integration-tests/circuit-breaker/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/config-key/pom.xml b/client/integration-tests/config-key/pom.xml
index 3c4c46104..a0062d5f8 100644
--- a/client/integration-tests/config-key/pom.xml
+++ b/client/integration-tests/config-key/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/cookie-authentication/pom.xml b/client/integration-tests/cookie-authentication/pom.xml
index fa51e768e..e93e809e4 100644
--- a/client/integration-tests/cookie-authentication/pom.xml
+++ b/client/integration-tests/cookie-authentication/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/custom-templates/pom.xml b/client/integration-tests/custom-templates/pom.xml
index 1fb5edcb1..883a50b56 100644
--- a/client/integration-tests/custom-templates/pom.xml
+++ b/client/integration-tests/custom-templates/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/enum-property/pom.xml b/client/integration-tests/enum-property/pom.xml
index 59f3c2769..9f8df2899 100644
--- a/client/integration-tests/enum-property/pom.xml
+++ b/client/integration-tests/enum-property/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/enum-unexpected/pom.xml b/client/integration-tests/enum-unexpected/pom.xml
index fdfb0b59b..52bbefab9 100644
--- a/client/integration-tests/enum-unexpected/pom.xml
+++ b/client/integration-tests/enum-unexpected/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/exclude/pom.xml b/client/integration-tests/exclude/pom.xml
index a105cb359..3ee6f9417 100644
--- a/client/integration-tests/exclude/pom.xml
+++ b/client/integration-tests/exclude/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/generation-input/pom.xml b/client/integration-tests/generation-input/pom.xml
index 05fa23821..45890f3e0 100644
--- a/client/integration-tests/generation-input/pom.xml
+++ b/client/integration-tests/generation-input/pom.xml
@@ -4,7 +4,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
quarkus-openapi-generator-it-generation-input
Quarkus - Openapi Generator - Integration Tests - Client - Generation Input
diff --git a/client/integration-tests/generation-tests/pom.xml b/client/integration-tests/generation-tests/pom.xml
index 38a025766..d06de00c0 100644
--- a/client/integration-tests/generation-tests/pom.xml
+++ b/client/integration-tests/generation-tests/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-integration-tests
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
quarkus-openapi-generator-it-generation-tests
Quarkus - Openapi Generator - Integration Tests - Client - Generation Tests
diff --git a/client/integration-tests/github/pom.xml b/client/integration-tests/github/pom.xml
index fd731b3ec..90360c6e0 100644
--- a/client/integration-tests/github/pom.xml
+++ b/client/integration-tests/github/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/include/pom.xml b/client/integration-tests/include/pom.xml
index 1407cc93d..114a1ad12 100644
--- a/client/integration-tests/include/pom.xml
+++ b/client/integration-tests/include/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/multipart-request/pom.xml b/client/integration-tests/multipart-request/pom.xml
index c44cd400a..c606297e4 100644
--- a/client/integration-tests/multipart-request/pom.xml
+++ b/client/integration-tests/multipart-request/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/mutiny-return-response/pom.xml b/client/integration-tests/mutiny-return-response/pom.xml
index fcc4660d8..5b4b8c2f7 100644
--- a/client/integration-tests/mutiny-return-response/pom.xml
+++ b/client/integration-tests/mutiny-return-response/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/mutiny/pom.xml b/client/integration-tests/mutiny/pom.xml
index a6e4450d4..9e803bc9e 100644
--- a/client/integration-tests/mutiny/pom.xml
+++ b/client/integration-tests/mutiny/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-integration-tests
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
quarkus-openapi-generator-it-mutiny
diff --git a/client/integration-tests/open-api-normalizer/pom.xml b/client/integration-tests/open-api-normalizer/pom.xml
index 90387486d..20fa7de54 100644
--- a/client/integration-tests/open-api-normalizer/pom.xml
+++ b/client/integration-tests/open-api-normalizer/pom.xml
@@ -4,7 +4,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
quarkus-openapi-generator-it-open-api-normalizer
diff --git a/client/integration-tests/part-filename/pom.xml b/client/integration-tests/part-filename/pom.xml
index aedbe92eb..bb9d04ced 100644
--- a/client/integration-tests/part-filename/pom.xml
+++ b/client/integration-tests/part-filename/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/polymorphism/pom.xml b/client/integration-tests/polymorphism/pom.xml
index 668240bb5..6b55f2b53 100644
--- a/client/integration-tests/polymorphism/pom.xml
+++ b/client/integration-tests/polymorphism/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/pom.xml b/client/integration-tests/pom.xml
index db367b2e5..161860292 100644
--- a/client/integration-tests/pom.xml
+++ b/client/integration-tests/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-client-parent
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
../pom.xml
quarkus-openapi-generator-integration-tests
diff --git a/client/integration-tests/remove-operationid-prefix/pom.xml b/client/integration-tests/remove-operationid-prefix/pom.xml
index 480678d50..00fbf5be5 100644
--- a/client/integration-tests/remove-operationid-prefix/pom.xml
+++ b/client/integration-tests/remove-operationid-prefix/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-integration-tests
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
quarkus-openapi-generator-it-remove-operationid-prefix
diff --git a/client/integration-tests/return-response/pom.xml b/client/integration-tests/return-response/pom.xml
index 3a86a104f..df529513d 100644
--- a/client/integration-tests/return-response/pom.xml
+++ b/client/integration-tests/return-response/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/security/pom.xml b/client/integration-tests/security/pom.xml
index 6d0ca52da..2b4564017 100644
--- a/client/integration-tests/security/pom.xml
+++ b/client/integration-tests/security/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/simple/pom.xml b/client/integration-tests/simple/pom.xml
index af06edbec..270138a1c 100644
--- a/client/integration-tests/simple/pom.xml
+++ b/client/integration-tests/simple/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/skip-validation/pom.xml b/client/integration-tests/skip-validation/pom.xml
index 0e4d4e8a9..209ecb5e9 100644
--- a/client/integration-tests/skip-validation/pom.xml
+++ b/client/integration-tests/skip-validation/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/suffix-prefix/pom.xml b/client/integration-tests/suffix-prefix/pom.xml
index a7130832b..1cdc1bdc7 100644
--- a/client/integration-tests/suffix-prefix/pom.xml
+++ b/client/integration-tests/suffix-prefix/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/type-mapping/pom.xml b/client/integration-tests/type-mapping/pom.xml
index 7fd3339a7..051390f4a 100644
--- a/client/integration-tests/type-mapping/pom.xml
+++ b/client/integration-tests/type-mapping/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/integration-tests/without-oidc/pom.xml b/client/integration-tests/without-oidc/pom.xml
index 92911e96e..b4bf8b864 100644
--- a/client/integration-tests/without-oidc/pom.xml
+++ b/client/integration-tests/without-oidc/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-integration-tests
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/oidc/pom.xml b/client/oidc/pom.xml
index 9b4601ab7..9761f3a68 100644
--- a/client/oidc/pom.xml
+++ b/client/oidc/pom.xml
@@ -1,12 +1,10 @@
-
+
4.0.0
io.quarkiverse.openapi.generator
quarkus-openapi-generator-client-parent
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
quarkus-openapi-generator-oidc
diff --git a/client/pom.xml b/client/pom.xml
index dded3c51d..46fefc595 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/client/runtime/pom.xml b/client/runtime/pom.xml
index d50c39f2c..e03617b93 100644
--- a/client/runtime/pom.xml
+++ b/client/runtime/pom.xml
@@ -4,7 +4,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-client-parent
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
../pom.xml
quarkus-openapi-generator
diff --git a/client/test-utils/pom.xml b/client/test-utils/pom.xml
index b9f2adf7e..7bad83526 100644
--- a/client/test-utils/pom.xml
+++ b/client/test-utils/pom.xml
@@ -4,7 +4,7 @@
quarkus-openapi-generator-client-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
../pom.xml
quarkus-openapi-generator-test-utils
diff --git a/docs/pom.xml b/docs/pom.xml
index bc3f73da5..95e0d6210 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -5,7 +5,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-parent
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
../pom.xml
quarkus-openapi-generator-docs
diff --git a/pom.xml b/pom.xml
index fe244a1f4..2e9a47ab8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
io.quarkiverse.openapi.generator
quarkus-openapi-generator-parent
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
pom
Quarkus - Openapi Generator - Parent
@@ -19,7 +19,7 @@
:git:git@github.com:quarkiverse/quarkus-openapi-generator.git
scm:git:git@github.com:quarkiverse/quarkus-openapi-generator.git
https://github.com/quarkiverse/quarkus-openapi-generator
- HEAD
+ 2.7.0-lts
3.8.1
diff --git a/server/deployment/pom.xml b/server/deployment/pom.xml
index 7c9619120..5429075e0 100755
--- a/server/deployment/pom.xml
+++ b/server/deployment/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-server-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
../pom.xml
4.0.0
diff --git a/server/integration-tests/pom.xml b/server/integration-tests/pom.xml
index 985bb0a7d..b34b322b4 100755
--- a/server/integration-tests/pom.xml
+++ b/server/integration-tests/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-server-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
../pom.xml
4.0.0
diff --git a/server/integration-tests/reactive/pom.xml b/server/integration-tests/reactive/pom.xml
index efe96d116..06b168488 100644
--- a/server/integration-tests/reactive/pom.xml
+++ b/server/integration-tests/reactive/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-server-integration-tests-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
../pom.xml
4.0.0
diff --git a/server/integration-tests/resteasy/pom.xml b/server/integration-tests/resteasy/pom.xml
index f89a2d395..bdeff1273 100644
--- a/server/integration-tests/resteasy/pom.xml
+++ b/server/integration-tests/resteasy/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-server-integration-tests-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
../pom.xml
4.0.0
diff --git a/server/pom.xml b/server/pom.xml
index 1900c318f..2a0432712 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -3,7 +3,7 @@
quarkus-openapi-generator-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
4.0.0
diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml
index 79ce725a3..d6fadfffc 100755
--- a/server/runtime/pom.xml
+++ b/server/runtime/pom.xml
@@ -4,7 +4,7 @@
quarkus-openapi-generator-server-parent
io.quarkiverse.openapi.generator
- 3.0.0-SNAPSHOT
+ 2.7.0-lts
../pom.xml
4.0.0