Sandro Bonazzola has uploaded a new change for review. Change subject: core: Set artifact version to 3.3.4-SNAPSHOT ......................................................................
core: Set artifact version to 3.3.4-SNAPSHOT 3.3.3 branch has been created long ago, 3.3 branch should be changed to 3.3.4 according to tar and rpm version. Change-Id: I1c31641ed79cb5aeb414bccf49bc05586309b259 Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> --- M backend/manager/dependencies/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/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/utils/pom.xml M backend/manager/modules/vdsbroker/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 pom.xml 39 files changed, 43 insertions(+), 43 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/23764/1 diff --git a/backend/manager/dependencies/pom.xml b/backend/manager/dependencies/pom.xml index 3f884af..31afeff 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>dependencies</artifactId> diff --git a/backend/manager/modules/bll/pom.xml b/backend/manager/modules/bll/pom.xml index 19c0953..feda4c1 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>bll</artifactId> diff --git a/backend/manager/modules/branding/pom.xml b/backend/manager/modules/branding/pom.xml index f4164a7..d016be7 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 817b564..3c68c09 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>common</artifactId> diff --git a/backend/manager/modules/compat/pom.xml b/backend/manager/modules/compat/pom.xml index 179ca02..b544153 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>compat</artifactId> diff --git a/backend/manager/modules/dal/pom.xml b/backend/manager/modules/dal/pom.xml index 4836677..e56ce6d 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>dal</artifactId> <packaging>jar</packaging> diff --git a/backend/manager/modules/pom.xml b/backend/manager/modules/pom.xml index e5e9cd6..d45024f 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 f3e7c78..cdf4a4c 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 d0eb9d5..27236bd 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 ac4911f..a7637a2 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 d0fce95..66a125a 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>interface</artifactId> diff --git a/backend/manager/modules/restapi/jaxrs/pom.xml b/backend/manager/modules/restapi/jaxrs/pom.xml index 508a24c..056ddda 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>restapi-jaxrs</artifactId> diff --git a/backend/manager/modules/restapi/pom.xml b/backend/manager/modules/restapi/pom.xml index fe66016..47be922 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>restapi-parent</artifactId> @@ -20,7 +20,7 @@ </modules> <properties> - <engine.api.version>3.3.0-SNAPSHOT</engine.api.version> + <engine.api.version>3.3.4-SNAPSHOT</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 46c609f..8824bf0 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 6daad41..836477f 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>restapi-webapp</artifactId> diff --git a/backend/manager/modules/root/pom.xml b/backend/manager/modules/root/pom.xml index 18384f7..62e3070 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>root-war</artifactId> diff --git a/backend/manager/modules/scheduler/pom.xml b/backend/manager/modules/scheduler/pom.xml index 4532d5c..89ae5d9 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>scheduler</artifactId> diff --git a/backend/manager/modules/searchbackend/pom.xml b/backend/manager/modules/searchbackend/pom.xml index e43d908..e2e136b 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>searchbackend</artifactId> diff --git a/backend/manager/modules/utils/pom.xml b/backend/manager/modules/utils/pom.xml index f965e38..6298c11 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>utils</artifactId> diff --git a/backend/manager/modules/vdsbroker/pom.xml b/backend/manager/modules/vdsbroker/pom.xml index 24d5f8c..a26aa0d 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>vdsbroker</artifactId> diff --git a/backend/manager/pom.xml b/backend/manager/pom.xml index c510733..614b3c1 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>manager</artifactId> <packaging>pom</packaging> diff --git a/backend/manager/tools/pom.xml b/backend/manager/tools/pom.xml index 10b81c2..b6cc021 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>tools</artifactId> diff --git a/backend/pom.xml b/backend/pom.xml index 18b45e6..d904688 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine</groupId> <artifactId>root</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>backend</artifactId> @@ -20,7 +20,7 @@ <properties> <engine.groupId>org.ovirt.engine.core</engine.groupId> - <engine.version>3.3.0-SNAPSHOT</engine.version> + <engine.version>3.3.4-SNAPSHOT</engine.version> </properties> </project> diff --git a/build-tools-root/checkstyles/pom.xml b/build-tools-root/checkstyles/pom.xml index fa3946e..7c7b16d 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 47969bb..50e443e 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 d190533..5c90423 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 ddf163b..c32ee31 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>build-tools-root</artifactId> <packaging>pom</packaging> diff --git a/ear/pom.xml b/ear/pom.xml index e74eeef..b9234db 100644 --- a/ear/pom.xml +++ b/ear/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine</groupId> <artifactId>root</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>engine-server-ear</artifactId> diff --git a/frontend/pom.xml b/frontend/pom.xml index 1dce450..2be3a4b 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.ovirt.engine</groupId> <artifactId>root</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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.3.0-SNAPSHOT</engine.version> + <engine.version>3.3.4-SNAPSHOT</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 b92bbcc..dee8adf 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 d1f4df4..d31dc32 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 6b46da3..8c0f3cf 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>gwt-extension</artifactId> <packaging>jar</packaging> diff --git a/frontend/webadmin/modules/pom.xml b/frontend/webadmin/modules/pom.xml index c6f5b06..a954398 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 ad83c7d..06ee0f4 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>uicommonweb</artifactId> diff --git a/frontend/webadmin/modules/uicompat/pom.xml b/frontend/webadmin/modules/uicompat/pom.xml index 2fd57c3..0022f19 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 0092f38..bf68952 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</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 a9e0ea2..26ff8d9 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>webadmin</artifactId> <packaging>war</packaging> diff --git a/frontend/webadmin/pom.xml b/frontend/webadmin/pom.xml index e86713a..934bfd2 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>webadmin-all</artifactId> <packaging>pom</packaging> diff --git a/pom.xml b/pom.xml index e89bcc5..891c46c 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.3.0-SNAPSHOT</version> + <version>3.3.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ovirt-root</name> <description>oVirt Engine Root Project</description> @@ -33,7 +33,7 @@ <properties> <!-- Version Info --> - <engine.version>3.3.0-SNAPSHOT</engine.version> + <engine.version>3.3.4-SNAPSHOT</engine.version> <engine.groupId>org.ovirt.engine</engine.groupId> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> -- To view, visit http://gerrit.ovirt.org/23764 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1c31641ed79cb5aeb414bccf49bc05586309b259 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches