Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 1.0.0.4-1 ......................................................................
sdk: release 1.0.0.4-1 - implement SSL support (without host verification) - implement shutdown() to deallocate system resources - to cluster added tunnel_migration property - to DataCenter added Clusters sub-collection - to root collection resource Disk added Permissions sub-collectio - to root collection resource Disk added Statistic sub-collection - host can be attached to cluster now either by id or name - to StorageDomainTemplate added Disks sub-collection - to StorageDomainVM added Disks sub-collection - to template.display added keyboard_layout property - to template added tunnel_migration property - to vm.display added keyboard_layout property - to vm added tunnel_migration property - to VMSnapshot added preview method - to VMSnapshot added undo method - to VMSnapshot added commit method Change-Id: Id12cc90a93922d55bc28c627a65c87898e66bbc1 Signed-off-by: Michael Pasternak <[email protected]> --- M ovirt-engine-sdk-java/pom.xml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-java refs/changes/71/12371/1 diff --git a/ovirt-engine-sdk-java/pom.xml b/ovirt-engine-sdk-java/pom.xml index 0e8fea1..4485cfa 100644 --- a/ovirt-engine-sdk-java/pom.xml +++ b/ovirt-engine-sdk-java/pom.xml @@ -4,7 +4,7 @@ <groupId>org.ovirt.engine.sdk</groupId> <artifactId>ovirt-engine-sdk-java</artifactId> <packaging>jar</packaging> - <version>1.0.0.4-SNAPSHOT</version> + <version>1.0.0.4-1</version> <name>ovirt-engine-sdk-java</name> <description>This is Java SDK for the oVirt virtualization</description> <url>http://www.ovirt.org/Java-sdk</url> -- To view, visit http://gerrit.ovirt.org/12371 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id12cc90a93922d55bc28c627a65c87898e66bbc1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
