Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: fix missing version update ......................................................................
packaging: fix missing version update adding version bump to other variables in pom files, missing in change Ic0133e74a4f4c6c42ee7a8da7eaf954c40443c5f Change-Id: Id2eeb2383502f9c06c3e26739cf49f94e24a0437 Bug-Url: https://bugzilla.redhat.com/1069193 Signed-off-by: Sandro Bonazzola <[email protected]> --- M backend/manager/modules/restapi/pom.xml M backend/pom.xml M frontend/pom.xml M pom.xml 4 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/26/25326/1 diff --git a/backend/manager/modules/restapi/pom.xml b/backend/manager/modules/restapi/pom.xml index 8482d74..8e61400 100644 --- a/backend/manager/modules/restapi/pom.xml +++ b/backend/manager/modules/restapi/pom.xml @@ -20,7 +20,7 @@ </modules> <properties> - <engine.api.version>3.4.0-SNAPSHOT</engine.api.version> + <engine.api.version>3.4.1-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/pom.xml b/backend/pom.xml index d38b190..4b90b03 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -20,7 +20,7 @@ <properties> <engine.groupId>org.ovirt.engine.core</engine.groupId> - <engine.version>3.4.0-SNAPSHOT</engine.version> + <engine.version>3.4.1-SNAPSHOT</engine.version> </properties> </project> diff --git a/frontend/pom.xml b/frontend/pom.xml index 1a17532..b2639bf 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -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.0-SNAPSHOT</engine.version> + <engine.version>3.4.1-SNAPSHOT</engine.version> <aspectj.version>1.6.11</aspectj.version> </properties> <build> diff --git a/pom.xml b/pom.xml index 567a35d..480e86f 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <properties> <!-- Version Info --> - <engine.version>3.4.0-SNAPSHOT</engine.version> + <engine.version>3.4.1-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/25326 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id2eeb2383502f9c06c3e26739cf49f94e24a0437 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
