diff --git a/generator/pom.xml b/generator/pom.xml index e4ba9b34..fe24652f 100644 --- a/generator/pom.xml +++ b/generator/pom.xml @@ -23,7 +23,7 @@ limitations under the License. org.ovirt.engine.api java-sdk-parent - 4.6.0-SNAPSHOT + 4.6.0 java-sdk-generator diff --git a/pom.xml b/pom.xml index 91dc98a3..8a6982b9 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ limitations under the License. org.ovirt.engine.api java-sdk-parent pom - 4.6.0-SNAPSHOT + 4.6.0 oVirt Java SDK Parent This package contains the Java SDK for version 4 of the oVirt Engine API. @@ -39,24 +39,8 @@ limitations under the License. - Michael Pasternak - mishka8520@yahoo.com - - - Ondra Machacek - omachace@redhat.com - oVirt - http://www.ovirt.org - - - Juan Hernandez - juan.hernandez@redhat.com - oVirt - http://www.ovirt.org - - - Ori Liel - oliel@redhat.com + oVirt Developers + devel@ovirt.org oVirt http://www.ovirt.org @@ -66,7 +50,7 @@ limitations under the License. scm:git:git://github.com/oVirt/ovirt-engine-sdk-java.git scm:git:ssh://git@github.com/oVirt/ovirt-engine-sdk-java.git https://github.com/oVirt/ovirt-engine-sdk-java.git - HEAD + 4.6.0 @@ -75,8 +59,8 @@ limitations under the License. UTF-8 - 1.3.10 - 4.6.0 + 1.3.11 + 4.6.1 1.3 diff --git a/sdk/CHANGES.adoc b/sdk/CHANGES.adoc index 29da9844..b0ec780e 100644 --- a/sdk/CHANGES.adoc +++ b/sdk/CHANGES.adoc @@ -2,6 +2,22 @@ This document describes the relevant changes between releases of the SDK. +== 4.6.0 / Oct 17 2025 +Update to model 4.6.1 +Update to metamodel 1.3.11 + +General Maintenance: + +* pom: update developers to point to devel@ovirt.org + +* Upgrade undertow to 2.2.25.Final + +* Upgrade jackson to 2.13.4.2 + +* Build for CentOS 9 and 10 + +* docs: remove mention of ossrh due to deprecation + == 4.5.1 / May 16 2022 General Maintenance: diff --git a/sdk/pom.xml b/sdk/pom.xml index 843cdb29..a333a20d 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -23,7 +23,7 @@ limitations under the License. org.ovirt.engine.api java-sdk-parent - 4.6.0-SNAPSHOT + 4.6.0 sdk