Skip to content

Commit

Permalink
Merge pull request #195 from openkylin/prepare_for_release_4.4.1
Browse files Browse the repository at this point in the history
Prepare for release 4.4.1
  • Loading branch information
imjoey committed Jan 30, 2020
2 parents 2be58af + 03d8586 commit a56e892
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.
<parent>
<groupId>org.ovirt.engine.api</groupId>
<artifactId>go-sdk-parent</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1</version>
</parent>

<artifactId>go-sdk-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.
<groupId>org.ovirt.engine.api</groupId>
<artifactId>go-sdk-parent</artifactId>
<packaging>pom</packaging>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1</version>

<name>oVirt Go SDK Parent</name>

Expand Down
8 changes: 8 additions & 0 deletions sdk/CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This document describes the relevant changes between releases of the SDK.

== 4.4.1 / Jan 31 2020

Bug fixes:

* Fix to replace incorrect XML tag names for lists of enums
Bug-Url: https://github.com/oVirt/ovirt-engine-sdk-go/issues/192[#192]


== 4.4.0 / Jan 4 2020

Update to model 4.4.11
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.
<parent>
<groupId>org.ovirt.engine.api</groupId>
<artifactId>go-sdk-parent</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1</version>
</parent>

<artifactId>go-sdk</artifactId>
Expand Down

0 comments on commit a56e892

Please sign in to comment.