Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: ovirt-engine-3.4.3 ......................................................................
packaging: ovirt-engine-3.4.3 Change-Id: Id7865a5d7ce1bb9acdc2475c05e9f3d53e02aba2 Bug-Url: https://bugzilla.redhat.com/1107968 Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> --- M backend/manager/dependencies/pom.xml M backend/manager/modules/authentication/pom.xml M backend/manager/modules/bll/pom.xml M backend/manager/modules/branding/pom.xml M backend/manager/modules/common/pom.xml M backend/manager/modules/compat/pom.xml M backend/manager/modules/dal/pom.xml M backend/manager/modules/docs/pom.xml M backend/manager/modules/pom.xml M backend/manager/modules/restapi/interface/common/jaxrs/pom.xml M backend/manager/modules/restapi/interface/common/pom.xml M backend/manager/modules/restapi/interface/definition/pom.xml M backend/manager/modules/restapi/interface/pom.xml M backend/manager/modules/restapi/jaxrs/pom.xml M backend/manager/modules/restapi/pom.xml M backend/manager/modules/restapi/types/pom.xml M backend/manager/modules/restapi/webapp/pom.xml M backend/manager/modules/root/pom.xml M backend/manager/modules/scheduler/pom.xml M backend/manager/modules/searchbackend/pom.xml M backend/manager/modules/services/pom.xml M backend/manager/modules/utils/pom.xml M backend/manager/modules/vdsbroker/pom.xml M backend/manager/modules/welcome/pom.xml M backend/manager/pom.xml M backend/manager/tools/pom.xml M backend/pom.xml M build-tools-root/checkstyles/pom.xml M build-tools-root/jboss-modules-maven-plugin/pom.xml M build-tools-root/ovirt-checkstyle-extension/pom.xml M build-tools-root/pom.xml M ear/pom.xml M frontend/pom.xml M frontend/webadmin/modules/frontend/pom.xml M frontend/webadmin/modules/gwt-common/pom.xml M frontend/webadmin/modules/gwt-extension/pom.xml M frontend/webadmin/modules/pom.xml M frontend/webadmin/modules/uicommonweb/pom.xml M frontend/webadmin/modules/uicompat/pom.xml M frontend/webadmin/modules/userportal-gwtp/pom.xml M frontend/webadmin/modules/webadmin/pom.xml M frontend/webadmin/pom.xml M ovirt-engine.spec.in M pom.xml M version.mak 45 files changed, 55 insertions(+), 52 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/87/30187/1 diff --git a/backend/manager/dependencies/pom.xml b/backend/manager/dependencies/pom.xml index dd0c28b..9245209 100644 --- a/backend/manager/dependencies/pom.xml +++ b/backend/manager/dependencies/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>dependencies</artifactId> diff --git a/backend/manager/modules/authentication/pom.xml b/backend/manager/modules/authentication/pom.xml index 9bfb7f3..60a402b 100644 --- a/backend/manager/modules/authentication/pom.xml +++ b/backend/manager/modules/authentication/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>authentication</artifactId> diff --git a/backend/manager/modules/bll/pom.xml b/backend/manager/modules/bll/pom.xml index fe8402a..40092c1 100644 --- a/backend/manager/modules/bll/pom.xml +++ b/backend/manager/modules/bll/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>bll</artifactId> diff --git a/backend/manager/modules/branding/pom.xml b/backend/manager/modules/branding/pom.xml index 3ce9a02..ae182f5 100644 --- a/backend/manager/modules/branding/pom.xml +++ b/backend/manager/modules/branding/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>branding</artifactId> <packaging>jar</packaging> diff --git a/backend/manager/modules/common/pom.xml b/backend/manager/modules/common/pom.xml index 1c1df6d..314e651 100644 --- a/backend/manager/modules/common/pom.xml +++ b/backend/manager/modules/common/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>common</artifactId> diff --git a/backend/manager/modules/compat/pom.xml b/backend/manager/modules/compat/pom.xml index efc93d7..5495e10 100644 --- a/backend/manager/modules/compat/pom.xml +++ b/backend/manager/modules/compat/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>compat</artifactId> diff --git a/backend/manager/modules/dal/pom.xml b/backend/manager/modules/dal/pom.xml index dcb29b9..5937b2d 100644 --- a/backend/manager/modules/dal/pom.xml +++ b/backend/manager/modules/dal/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>dal</artifactId> <packaging>jar</packaging> diff --git a/backend/manager/modules/docs/pom.xml b/backend/manager/modules/docs/pom.xml index 5471557..c18a569 100644 --- a/backend/manager/modules/docs/pom.xml +++ b/backend/manager/modules/docs/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>docs</artifactId> diff --git a/backend/manager/modules/pom.xml b/backend/manager/modules/pom.xml index 4ad653c..96d160b 100644 --- a/backend/manager/modules/pom.xml +++ b/backend/manager/modules/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>manager-modules</artifactId> diff --git a/backend/manager/modules/restapi/interface/common/jaxrs/pom.xml b/backend/manager/modules/restapi/interface/common/jaxrs/pom.xml index 97e35a9..73ce0bf 100644 --- a/backend/manager/modules/restapi/interface/common/jaxrs/pom.xml +++ b/backend/manager/modules/restapi/interface/common/jaxrs/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.api</groupId> <artifactId>common-parent</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>interface-common-jaxrs</artifactId> diff --git a/backend/manager/modules/restapi/interface/common/pom.xml b/backend/manager/modules/restapi/interface/common/pom.xml index 25dc19d..86173d3 100644 --- a/backend/manager/modules/restapi/interface/common/pom.xml +++ b/backend/manager/modules/restapi/interface/common/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.api</groupId> <artifactId>interface</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>common-parent</artifactId> diff --git a/backend/manager/modules/restapi/interface/definition/pom.xml b/backend/manager/modules/restapi/interface/definition/pom.xml index a03802e..ad61e4b 100644 --- a/backend/manager/modules/restapi/interface/definition/pom.xml +++ b/backend/manager/modules/restapi/interface/definition/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.api</groupId> <artifactId>interface</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>restapi-definition</artifactId> diff --git a/backend/manager/modules/restapi/interface/pom.xml b/backend/manager/modules/restapi/interface/pom.xml index 7beed07..9f2a73d 100644 --- a/backend/manager/modules/restapi/interface/pom.xml +++ b/backend/manager/modules/restapi/interface/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.ovirt.engine.api</groupId> <artifactId>restapi-parent</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>interface</artifactId> diff --git a/backend/manager/modules/restapi/jaxrs/pom.xml b/backend/manager/modules/restapi/jaxrs/pom.xml index cb3df74..3ad354c 100644 --- a/backend/manager/modules/restapi/jaxrs/pom.xml +++ b/backend/manager/modules/restapi/jaxrs/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.api</groupId> <artifactId>restapi-parent</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>restapi-jaxrs</artifactId> diff --git a/backend/manager/modules/restapi/pom.xml b/backend/manager/modules/restapi/pom.xml index a4225df..4c66adf 100644 --- a/backend/manager/modules/restapi/pom.xml +++ b/backend/manager/modules/restapi/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>restapi-parent</artifactId> @@ -20,7 +20,7 @@ </modules> <properties> - <engine.api.version>3.4.3-SNAPSHOT</engine.api.version> + <engine.api.version>3.4.3</engine.api.version> <resteasy.version>2.3.2.Final</resteasy.version> <maven-jaxb22-plugin.version>0.8.1</maven-jaxb22-plugin.version> <easymock.version>3.0</easymock.version> diff --git a/backend/manager/modules/restapi/types/pom.xml b/backend/manager/modules/restapi/types/pom.xml index 4fb42b7..fe0b929 100644 --- a/backend/manager/modules/restapi/types/pom.xml +++ b/backend/manager/modules/restapi/types/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.api</groupId> <artifactId>restapi-parent</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>restapi-types</artifactId> diff --git a/backend/manager/modules/restapi/webapp/pom.xml b/backend/manager/modules/restapi/webapp/pom.xml index 1c47416..449c675 100644 --- a/backend/manager/modules/restapi/webapp/pom.xml +++ b/backend/manager/modules/restapi/webapp/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.api</groupId> <artifactId>restapi-parent</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>restapi-webapp</artifactId> diff --git a/backend/manager/modules/root/pom.xml b/backend/manager/modules/root/pom.xml index fd3ff92..0312c0c 100644 --- a/backend/manager/modules/root/pom.xml +++ b/backend/manager/modules/root/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>root-war</artifactId> diff --git a/backend/manager/modules/scheduler/pom.xml b/backend/manager/modules/scheduler/pom.xml index 4ea04a2..5933cf1 100644 --- a/backend/manager/modules/scheduler/pom.xml +++ b/backend/manager/modules/scheduler/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>scheduler</artifactId> diff --git a/backend/manager/modules/searchbackend/pom.xml b/backend/manager/modules/searchbackend/pom.xml index 40982f3..524831d 100644 --- a/backend/manager/modules/searchbackend/pom.xml +++ b/backend/manager/modules/searchbackend/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>searchbackend</artifactId> diff --git a/backend/manager/modules/services/pom.xml b/backend/manager/modules/services/pom.xml index 21eab90..7884d48 100644 --- a/backend/manager/modules/services/pom.xml +++ b/backend/manager/modules/services/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>services</artifactId> diff --git a/backend/manager/modules/utils/pom.xml b/backend/manager/modules/utils/pom.xml index bff97f9..aee2938 100644 --- a/backend/manager/modules/utils/pom.xml +++ b/backend/manager/modules/utils/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>utils</artifactId> diff --git a/backend/manager/modules/vdsbroker/pom.xml b/backend/manager/modules/vdsbroker/pom.xml index 708bd5d..8cf2b58 100644 --- a/backend/manager/modules/vdsbroker/pom.xml +++ b/backend/manager/modules/vdsbroker/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>vdsbroker</artifactId> diff --git a/backend/manager/modules/welcome/pom.xml b/backend/manager/modules/welcome/pom.xml index a0b1172..2c103a4 100644 --- a/backend/manager/modules/welcome/pom.xml +++ b/backend/manager/modules/welcome/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>welcome</artifactId> diff --git a/backend/manager/pom.xml b/backend/manager/pom.xml index 4a4da90..c04284a 100644 --- a/backend/manager/pom.xml +++ b/backend/manager/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>backend</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>manager</artifactId> <packaging>pom</packaging> diff --git a/backend/manager/tools/pom.xml b/backend/manager/tools/pom.xml index a7f10ef..dfb0d1a 100644 --- a/backend/manager/tools/pom.xml +++ b/backend/manager/tools/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.ovirt.engine.core</groupId> <artifactId>manager</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>tools</artifactId> diff --git a/backend/pom.xml b/backend/pom.xml index 97884af..fb642ad 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine</groupId> <artifactId>root</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>backend</artifactId> @@ -20,7 +20,7 @@ <properties> <engine.groupId>org.ovirt.engine.core</engine.groupId> - <engine.version>3.4.3-SNAPSHOT</engine.version> + <engine.version>3.4.3</engine.version> </properties> </project> diff --git a/build-tools-root/checkstyles/pom.xml b/build-tools-root/checkstyles/pom.xml index d701fd2..882e108 100644 --- a/build-tools-root/checkstyles/pom.xml +++ b/build-tools-root/checkstyles/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine</groupId> <artifactId>build-tools-root</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>checkstyles</artifactId> <packaging>jar</packaging> diff --git a/build-tools-root/jboss-modules-maven-plugin/pom.xml b/build-tools-root/jboss-modules-maven-plugin/pom.xml index e7d4d0e..b6cae9d 100644 --- a/build-tools-root/jboss-modules-maven-plugin/pom.xml +++ b/build-tools-root/jboss-modules-maven-plugin/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.ovirt.engine</groupId> <artifactId>build-tools-root</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <name>oVirt JBoss Modules Maven Plugin</name> diff --git a/build-tools-root/ovirt-checkstyle-extension/pom.xml b/build-tools-root/ovirt-checkstyle-extension/pom.xml index 5d08a0f..c9fdfb4 100644 --- a/build-tools-root/ovirt-checkstyle-extension/pom.xml +++ b/build-tools-root/ovirt-checkstyle-extension/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine</groupId> <artifactId>build-tools-root</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>ovirt-checkstyle-extension</artifactId> <name>oVirt Checkstyle Checks</name> diff --git a/build-tools-root/pom.xml b/build-tools-root/pom.xml index 594f56e..72cbbca 100644 --- a/build-tools-root/pom.xml +++ b/build-tools-root/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine</groupId> <artifactId>root</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>build-tools-root</artifactId> <packaging>pom</packaging> diff --git a/ear/pom.xml b/ear/pom.xml index 84b7dbd..aed084b 100644 --- a/ear/pom.xml +++ b/ear/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine</groupId> <artifactId>root</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>engine-server-ear</artifactId> diff --git a/frontend/pom.xml b/frontend/pom.xml index 1391a80..aff4439 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine</groupId> <artifactId>root</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>frontend-all</artifactId> <groupId>org.ovirt.engine.ui</groupId> @@ -17,7 +17,7 @@ <properties> <engine.groupId>org.ovirt.engine.ui</engine.groupId> <engine.core.groupId>org.ovirt.engine.core</engine.core.groupId> - <engine.version>3.4.3-SNAPSHOT</engine.version> + <engine.version>3.4.3</engine.version> <aspectj.version>1.6.11</aspectj.version> </properties> <build> diff --git a/frontend/webadmin/modules/frontend/pom.xml b/frontend/webadmin/modules/frontend/pom.xml index 83ae9ea..02d614e 100644 --- a/frontend/webadmin/modules/frontend/pom.xml +++ b/frontend/webadmin/modules/frontend/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.ui</groupId> <artifactId>webadmin-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>frontend</artifactId> <packaging>jar</packaging> diff --git a/frontend/webadmin/modules/gwt-common/pom.xml b/frontend/webadmin/modules/gwt-common/pom.xml index 99a0054..76df582 100644 --- a/frontend/webadmin/modules/gwt-common/pom.xml +++ b/frontend/webadmin/modules/gwt-common/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.ui</groupId> <artifactId>webadmin-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>gwt-common</artifactId> <packaging>jar</packaging> diff --git a/frontend/webadmin/modules/gwt-extension/pom.xml b/frontend/webadmin/modules/gwt-extension/pom.xml index deb7d56..b3e4acc 100644 --- a/frontend/webadmin/modules/gwt-extension/pom.xml +++ b/frontend/webadmin/modules/gwt-extension/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.ui</groupId> <artifactId>webadmin-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>gwt-extension</artifactId> <packaging>jar</packaging> diff --git a/frontend/webadmin/modules/pom.xml b/frontend/webadmin/modules/pom.xml index 72d4c5a..7714dd1 100644 --- a/frontend/webadmin/modules/pom.xml +++ b/frontend/webadmin/modules/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.ui</groupId> <artifactId>webadmin-all</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <groupId>org.ovirt.engine.ui</groupId> <artifactId>webadmin-modules</artifactId> diff --git a/frontend/webadmin/modules/uicommonweb/pom.xml b/frontend/webadmin/modules/uicommonweb/pom.xml index 3956d6d..2a43d81 100644 --- a/frontend/webadmin/modules/uicommonweb/pom.xml +++ b/frontend/webadmin/modules/uicommonweb/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.ovirt.engine.ui</groupId> <artifactId>webadmin-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>uicommonweb</artifactId> diff --git a/frontend/webadmin/modules/uicompat/pom.xml b/frontend/webadmin/modules/uicompat/pom.xml index 30ad44d..26b75d7 100644 --- a/frontend/webadmin/modules/uicompat/pom.xml +++ b/frontend/webadmin/modules/uicompat/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.ui</groupId> <artifactId>webadmin-modules</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>uicompat</artifactId> <packaging>jar</packaging> diff --git a/frontend/webadmin/modules/userportal-gwtp/pom.xml b/frontend/webadmin/modules/userportal-gwtp/pom.xml index 49dd3ac..74083a0 100644 --- a/frontend/webadmin/modules/userportal-gwtp/pom.xml +++ b/frontend/webadmin/modules/userportal-gwtp/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>webadmin-modules</artifactId> <groupId>org.ovirt.engine.ui</groupId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>userportal</artifactId> <packaging>war</packaging> diff --git a/frontend/webadmin/modules/webadmin/pom.xml b/frontend/webadmin/modules/webadmin/pom.xml index 5aa6885..1afb89f1 100644 --- a/frontend/webadmin/modules/webadmin/pom.xml +++ b/frontend/webadmin/modules/webadmin/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>webadmin-modules</artifactId> <groupId>org.ovirt.engine.ui</groupId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>webadmin</artifactId> <packaging>war</packaging> diff --git a/frontend/webadmin/pom.xml b/frontend/webadmin/pom.xml index f8fb4df..8492fdb 100644 --- a/frontend/webadmin/pom.xml +++ b/frontend/webadmin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine.ui</groupId> <artifactId>frontend-all</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>webadmin-all</artifactId> <packaging>pom</packaging> diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index 30cdbc6..cfb345f 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -149,7 +149,7 @@ Group: %{ovirt_product_group} License: ASL 2.0 URL: http://www.ovirt.org -Source0: http://resources.ovirt.org/pub/ovirt-3.4-snapshot/src/@PACKAGE_NAME@-@package_vers...@.tar.gz +Source0: http://resources.ovirt.org/pub/ovirt-3.4/src/@PACKAGE_NAME@/@PACKAGE_NAME@-@package_vers...@.tar.gz BuildArch: noarch @@ -1021,8 +1021,11 @@ %endif %changelog -* Thu Jul 10 2014 Sandro Bonazzola <sbona...@redhat.com> - 3.4.3 -- Update dependencies +* Mon Jun 09 2014 Sandro Bonazzola <sbona...@redhat.com> - 3.4.2-1 +- updated to 3.4.2 + +* Tue May 06 2014 Sandro Bonazzola <sbona...@redhat.com> - 3.4.1-1 +- updated to 3.4.1 * Tue Feb 18 2014 Sandro Bonazzola <sbona...@redhat.com> - 3.4.0-0.11.beta3 - 3.4.0-0.11.beta3 diff --git a/pom.xml b/pom.xml index 689f931..efc4a04 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.ovirt.engine</groupId> <artifactId>root</artifactId> - <version>3.4.3-SNAPSHOT</version> + <version>3.4.3</version> <packaging>pom</packaging> <name>ovirt-root</name> <description>oVirt Engine Root Project</description> @@ -33,7 +33,7 @@ <properties> <!-- Version Info --> - <engine.version>3.4.3-SNAPSHOT</engine.version> + <engine.version>3.4.3</engine.version> <engine.groupId>org.ovirt.engine</engine.groupId> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/version.mak b/version.mak index 4738e84..25912a7 100644 --- a/version.mak +++ b/version.mak @@ -21,7 +21,7 @@ # - master # - <none> # -MILESTONE=master +MILESTONE= # RPM release is manually specified, # For pre-release: @@ -32,4 +32,4 @@ # RPM_RELEASE=N # while N is incremented each re-release # -RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S) +RPM_RELEASE=1 -- To view, visit http://gerrit.ovirt.org/30187 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id7865a5d7ce1bb9acdc2475c05e9f3d53e02aba2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4.3 Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches