Juan Hernandez has uploaded a new change for review.

Change subject: packaging: Bump package version to 3.2.0
......................................................................

packaging: Bump package version to 3.2.0

This pach changes the version number in the POMs and in the spec of the
RPMs to 3.2.0.

It also changes the release number used by default so it will have the
follwing format:

  0.1.YYYYMMDDgitHASH

Change-Id: Id39be86095362259e2e44aba1517fe9564dea956
Signed-off-by: Juan Hernandez <[email protected]>
---
M Makefile
M backend/manager/dbscripts/pom.xml
M backend/manager/modules/beans/pom.xml
M backend/manager/modules/beans/scheduler/pom.xml
M backend/manager/modules/bll/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/engineencryptutils/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/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/engine-config/pom.xml
M backend/manager/tools/engine-notifier/engine-notifier-resources/pom.xml
M backend/manager/tools/engine-notifier/engine-notifier-service/pom.xml
M backend/manager/tools/engine-notifier/pom.xml
M backend/manager/tools/engine-tools-common/pom.xml
M backend/manager/tools/pom.xml
M backend/pom.xml
M build-tools-root/checkstyles/pom.xml
M build-tools-root/ovirt-checkstyle-extension/pom.xml
M build-tools-root/pom.xml
M ear/pom.xml
M frontend/api/genericapi/pom.xml
M frontend/api/pom.xml
M frontend/pom.xml
M frontend/wars/pom.xml
M frontend/wars/rmw-war/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 packaging/fedora/spec/ovirt-engine.spec.in
M pom.xml
50 files changed, 56 insertions(+), 53 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/8993/1

diff --git a/Makefile b/Makefile
index 79dfdb8..f863afc 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@
 
 # Release Version; used to create y in <x.x.x-y> numbering.
 # Should be used to create releases.
-RPM_RELEASE_VERSION=3
+RPM_RELEASE_VERSION=0.1.$(shell date +%Y%m%d)git$(shell git log --format=%h -1)
 
 SPEC_FILE_IN=packaging/fedora/spec/ovirt-engine.spec.in
 SPEC_FILE=$(PACKAGE_NAME).spec
diff --git a/backend/manager/dbscripts/pom.xml 
b/backend/manager/dbscripts/pom.xml
index ba546f8..8937f0e 100644
--- a/backend/manager/dbscripts/pom.xml
+++ b/backend/manager/dbscripts/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.core</groupId>
     <artifactId>manager</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
   <artifactId>dbscripts</artifactId>
   <packaging>pom</packaging>
diff --git a/backend/manager/modules/beans/pom.xml 
b/backend/manager/modules/beans/pom.xml
index a2b5871..3697b8d 100644
--- a/backend/manager/modules/beans/pom.xml
+++ b/backend/manager/modules/beans/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.core</groupId>
     <artifactId>manager-modules</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>beans</artifactId>
diff --git a/backend/manager/modules/beans/scheduler/pom.xml 
b/backend/manager/modules/beans/scheduler/pom.xml
index 62ceda5..0cb4304 100644
--- a/backend/manager/modules/beans/scheduler/pom.xml
+++ b/backend/manager/modules/beans/scheduler/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.core</groupId>
     <artifactId>beans</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>scheduler</artifactId>
diff --git a/backend/manager/modules/bll/pom.xml 
b/backend/manager/modules/bll/pom.xml
index 67cee2c..c9a991c 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>bll</artifactId>
diff --git a/backend/manager/modules/common/pom.xml 
b/backend/manager/modules/common/pom.xml
index 867757c..8167f40 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>common</artifactId>
diff --git a/backend/manager/modules/compat/pom.xml 
b/backend/manager/modules/compat/pom.xml
index 980ca8e..cbe0fde 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>compat</artifactId>
diff --git a/backend/manager/modules/dal/pom.xml 
b/backend/manager/modules/dal/pom.xml
index f1db7c3..69cb04e 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
   <artifactId>dal</artifactId>
   <packaging>jar</packaging>
diff --git a/backend/manager/modules/engineencryptutils/pom.xml 
b/backend/manager/modules/engineencryptutils/pom.xml
index cbf9a3d..20b7821 100644
--- a/backend/manager/modules/engineencryptutils/pom.xml
+++ b/backend/manager/modules/engineencryptutils/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.core</groupId>
     <artifactId>manager-modules</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>engineencryptutils</artifactId>
diff --git a/backend/manager/modules/pom.xml b/backend/manager/modules/pom.xml
index 5b8c4c0..13bc719 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.1.0</version>
+    <version>3.2.0</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 e84b0e6..c337d2e 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.1.0</version>
+    <version>3.2.0</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 3795aa6..3efb288 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.1.0</version>
+    <version>3.2.0</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 5636c82..ad928a0 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.1.0</version>
+    <version>3.2.0</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 2ec7922..fd5af49 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>interface</artifactId>
diff --git a/backend/manager/modules/restapi/jaxrs/pom.xml 
b/backend/manager/modules/restapi/jaxrs/pom.xml
index 2fbbadc..7abcf40 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>restapi-jaxrs</artifactId>
diff --git a/backend/manager/modules/restapi/pom.xml 
b/backend/manager/modules/restapi/pom.xml
index bf96e56..4de01a0 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>restapi-parent</artifactId>
@@ -20,7 +20,7 @@
   </modules>
 
   <properties>
-    <engine.api.version>3.1.0</engine.api.version>
+    <engine.api.version>3.2.0</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 bf1bbaa..0d0fa5d 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.1.0</version>
+    <version>3.2.0</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 4186dad..8b3700d 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>restapi-webapp</artifactId>
diff --git a/backend/manager/modules/root/pom.xml 
b/backend/manager/modules/root/pom.xml
index 43b9290..d4944ce 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>root-war</artifactId>
diff --git a/backend/manager/modules/searchbackend/pom.xml 
b/backend/manager/modules/searchbackend/pom.xml
index 0ffc79b..6e97235 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>searchbackend</artifactId>
diff --git a/backend/manager/modules/utils/pom.xml 
b/backend/manager/modules/utils/pom.xml
index cbffc58..7c2ab1c 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>utils</artifactId>
diff --git a/backend/manager/modules/vdsbroker/pom.xml 
b/backend/manager/modules/vdsbroker/pom.xml
index 5d69b19..453be11 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>vdsbroker</artifactId>
diff --git a/backend/manager/pom.xml b/backend/manager/pom.xml
index b7ab25c..621297b 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
   <artifactId>manager</artifactId>
   <packaging>pom</packaging>
diff --git a/backend/manager/tools/engine-config/pom.xml 
b/backend/manager/tools/engine-config/pom.xml
index 10ec57f..23c7e82 100644
--- a/backend/manager/tools/engine-config/pom.xml
+++ b/backend/manager/tools/engine-config/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.core</groupId>
     <artifactId>manager-tools</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
   <artifactId>engine-config</artifactId>
   <packaging>jar</packaging>
diff --git 
a/backend/manager/tools/engine-notifier/engine-notifier-resources/pom.xml 
b/backend/manager/tools/engine-notifier/engine-notifier-resources/pom.xml
index 0af36a2..e614c3c 100644
--- a/backend/manager/tools/engine-notifier/engine-notifier-resources/pom.xml
+++ b/backend/manager/tools/engine-notifier/engine-notifier-resources/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.core</groupId>
     <artifactId>engine-notifier</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>engine-notifier-resources</artifactId>
diff --git 
a/backend/manager/tools/engine-notifier/engine-notifier-service/pom.xml 
b/backend/manager/tools/engine-notifier/engine-notifier-service/pom.xml
index 0eb8bc7..1673008 100644
--- a/backend/manager/tools/engine-notifier/engine-notifier-service/pom.xml
+++ b/backend/manager/tools/engine-notifier/engine-notifier-service/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.core</groupId>
     <artifactId>engine-notifier</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>engine-notifier-service</artifactId>
diff --git a/backend/manager/tools/engine-notifier/pom.xml 
b/backend/manager/tools/engine-notifier/pom.xml
index aba0343..177aa37 100644
--- a/backend/manager/tools/engine-notifier/pom.xml
+++ b/backend/manager/tools/engine-notifier/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.core</groupId>
     <artifactId>manager-tools</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>engine-notifier</artifactId>
diff --git a/backend/manager/tools/engine-tools-common/pom.xml 
b/backend/manager/tools/engine-tools-common/pom.xml
index a0f8d09..df9a3ad 100644
--- a/backend/manager/tools/engine-tools-common/pom.xml
+++ b/backend/manager/tools/engine-tools-common/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.core</groupId>
     <artifactId>manager-tools</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
   <artifactId>engine-tools-common</artifactId>
   <packaging>jar</packaging>
diff --git a/backend/manager/tools/pom.xml b/backend/manager/tools/pom.xml
index 52d5534..e4fc390 100644
--- a/backend/manager/tools/pom.xml
+++ b/backend/manager/tools/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.core</groupId>
     <artifactId>manager</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
   <artifactId>manager-tools</artifactId>
   <packaging>pom</packaging>
diff --git a/backend/pom.xml b/backend/pom.xml
index 3151c38..a519d55 100644
--- a/backend/pom.xml
+++ b/backend/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine</groupId>
     <artifactId>root</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>backend</artifactId>
@@ -20,7 +20,7 @@
 
   <properties>
     <engine.groupId>org.ovirt.engine.core</engine.groupId>
-    <engine.version>3.1.0</engine.version>
+    <engine.version>3.2.0</engine.version>
   </properties>
 
 </project>
diff --git a/build-tools-root/checkstyles/pom.xml 
b/build-tools-root/checkstyles/pom.xml
index cdcdbe0..b3f2b91 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
   <artifactId>checkstyles</artifactId>
   <packaging>jar</packaging>
diff --git a/build-tools-root/ovirt-checkstyle-extension/pom.xml 
b/build-tools-root/ovirt-checkstyle-extension/pom.xml
index 439f689..347f395 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.1.0</version>
+    <version>3.2.0</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 89ab03a..49c0e70 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
   <artifactId>build-tools-root</artifactId>
   <packaging>pom</packaging>
diff --git a/ear/pom.xml b/ear/pom.xml
index 0cb0837..4d5f613 100644
--- a/ear/pom.xml
+++ b/ear/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine</groupId>
     <artifactId>root</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>engine-server-ear</artifactId>
diff --git a/frontend/api/genericapi/pom.xml b/frontend/api/genericapi/pom.xml
index d1eabdc..a55c906 100644
--- a/frontend/api/genericapi/pom.xml
+++ b/frontend/api/genericapi/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.ui</groupId>
     <artifactId>api</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>genericapi</artifactId>
diff --git a/frontend/api/pom.xml b/frontend/api/pom.xml
index f21f5c9..2360b55 100644
--- a/frontend/api/pom.xml
+++ b/frontend/api/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.ui</groupId>
     <artifactId>frontend-all</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>api</artifactId>
diff --git a/frontend/pom.xml b/frontend/pom.xml
index fb1d945..54b3845 100644
--- a/frontend/pom.xml
+++ b/frontend/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine</groupId>
     <artifactId>root</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
   <artifactId>frontend-all</artifactId>
   <groupId>org.ovirt.engine.ui</groupId>
@@ -18,7 +18,7 @@
   </modules>
   <properties>
     <engine.groupId>org.ovirt.engine.ui</engine.groupId>
-    <engine.version>3.1.0</engine.version>
+    <engine.version>3.2.0</engine.version>
     <aspectj.version>1.6.11</aspectj.version>
   </properties>
   <build>
diff --git a/frontend/wars/pom.xml b/frontend/wars/pom.xml
index 373ccc1..24edd2b 100644
--- a/frontend/wars/pom.xml
+++ b/frontend/wars/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.ui</groupId>
     <artifactId>frontend-all</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>wars</artifactId>
diff --git a/frontend/wars/rmw-war/pom.xml b/frontend/wars/rmw-war/pom.xml
index 4e78538..c5c8413 100644
--- a/frontend/wars/rmw-war/pom.xml
+++ b/frontend/wars/rmw-war/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.ovirt.engine.ui</groupId>
     <artifactId>wars</artifactId>
-    <version>3.1.0</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>rmw-war</artifactId>
diff --git a/frontend/webadmin/modules/frontend/pom.xml 
b/frontend/webadmin/modules/frontend/pom.xml
index 629efdb..6bbf739 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.1.0</version>
+    <version>3.2.0</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 2f11a56..ba0a0ac 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.1.0</version>
+    <version>3.2.0</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 d6ecc72..0fc31e9 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
   <artifactId>gwt-extension</artifactId>
   <packaging>jar</packaging>
diff --git a/frontend/webadmin/modules/pom.xml 
b/frontend/webadmin/modules/pom.xml
index 0741227..1a295be 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.1.0</version>
+    <version>3.2.0</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 9846969..45b01cc 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.1.0</version>
+               <version>3.2.0</version>
        </parent>
 
        <artifactId>uicommonweb</artifactId>
diff --git a/frontend/webadmin/modules/uicompat/pom.xml 
b/frontend/webadmin/modules/uicompat/pom.xml
index 8d691b0..ff1176e 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.1.0</version>
+    <version>3.2.0</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 56b3581..96e8229 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.1.0</version>
+    <version>3.2.0</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 96ea926..0ce5e74 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
   <artifactId>webadmin</artifactId>
   <packaging>war</packaging>
diff --git a/frontend/webadmin/pom.xml b/frontend/webadmin/pom.xml
index 5ec1a4b..a637fb9 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.1.0</version>
+    <version>3.2.0</version>
   </parent>
   <artifactId>webadmin-all</artifactId>
   <packaging>pom</packaging>
diff --git a/packaging/fedora/spec/ovirt-engine.spec.in 
b/packaging/fedora/spec/ovirt-engine.spec.in
index c583ebb..b43ecf2 100644
--- a/packaging/fedora/spec/ovirt-engine.spec.in
+++ b/packaging/fedora/spec/ovirt-engine.spec.in
@@ -881,6 +881,9 @@
 
 
 %changelog
+* Fri Nov 02 2012 Juan Hernandez <[email protected]> - 3.2.0-1
+- Bump version to 3.2.0
+
 * Mon May 07 2012 Keith Robertson <[email protected]> - 3.1.0-3
 - Removed image uploader, iso uploader, and log collector from this
   git repo.  The are now in their own respective ovirt.org git
diff --git a/pom.xml b/pom.xml
index f1ee14f..ee79269 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.1.0</version>
+  <version>3.2.0</version>
   <packaging>pom</packaging>
   <name>oVirt Engine Root Project</name>
   <modules>
@@ -14,7 +14,7 @@
   </modules>
   <properties>
     <!--  Version Info -->
-    <engine.version>3.1.0</engine.version>
+    <engine.version>3.2.0</engine.version>
     <engine.groupId>org.ovirt.engine</engine.groupId>
     <!-- project file encoding -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>


--
To view, visit http://gerrit.ovirt.org/8993
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id39be86095362259e2e44aba1517fe9564dea956
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to