Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<groupId>org.ovirt.engine.api</groupId>
<artifactId>java-sdk-parent</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>java-sdk-generator</artifactId>
Expand Down
28 changes: 6 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<groupId>org.ovirt.engine.api</groupId>
<artifactId>java-sdk-parent</artifactId>
<packaging>pom</packaging>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>

<name>oVirt Java SDK Parent</name>
<description>This package contains the Java SDK for version 4 of the oVirt Engine API.</description>
Expand All @@ -39,24 +39,8 @@ limitations under the License.

<developers>
<developer>
<name>Michael Pasternak</name>
<email>mishka8520@yahoo.com</email>
</developer>
<developer>
<name>Ondra Machacek</name>
<email>omachace@redhat.com</email>
<organization>oVirt</organization>
<organizationUrl>http://www.ovirt.org</organizationUrl>
</developer>
<developer>
<name>Juan Hernandez</name>
<email>juan.hernandez@redhat.com</email>
<organization>oVirt</organization>
<organizationUrl>http://www.ovirt.org</organizationUrl>
</developer>
<developer>
<name>Ori Liel</name>
<email>oliel@redhat.com</email>
<name>oVirt Developers</name>
<email>devel@ovirt.org</email>
<organization>oVirt</organization>
<organizationUrl>http://www.ovirt.org</organizationUrl>
</developer>
Expand All @@ -66,7 +50,7 @@ limitations under the License.
<connection>scm:git:git://github.com/oVirt/ovirt-engine-sdk-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/oVirt/ovirt-engine-sdk-java.git</developerConnection>
<url>https://github.com/oVirt/ovirt-engine-sdk-java.git</url>
<tag>HEAD</tag>
<tag>4.6.0</tag>
</scm>

<properties>
Expand All @@ -75,8 +59,8 @@ limitations under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Version of the metamodel and model used to generate the SDK: -->
<metamodel.version>1.3.10</metamodel.version>
<model.version>4.6.0</model.version>
<metamodel.version>1.3.11</metamodel.version>
<model.version>4.6.1</model.version>

<!-- Dependencies -->
<commons-cli.version>1.3</commons-cli.version>
Expand Down
16 changes: 16 additions & 0 deletions sdk/CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<parent>
<groupId>org.ovirt.engine.api</groupId>
<artifactId>java-sdk-parent</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<artifactId>sdk</artifactId>
Expand Down