Alexander Wels has uploaded a new change for review. Change subject: userportal,webadmin: increase branding interface number ......................................................................
userportal,webadmin: increase branding interface number - Incremented the branding interface version due to new use of patternfly being incompatible with old version. Change-Id: Ic951d79db8dfcf24a5e3af6ebf11056b87c436da Signed-off-by: Alexander Wels <[email protected]> --- M backend/manager/modules/branding/src/main/java/org/ovirt/engine/core/branding/BrandingManager.java M packaging/branding/ovirt.brand/branding.properties 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/15/30915/1 diff --git a/backend/manager/modules/branding/src/main/java/org/ovirt/engine/core/branding/BrandingManager.java b/backend/manager/modules/branding/src/main/java/org/ovirt/engine/core/branding/BrandingManager.java index 5327987..18368c7 100644 --- a/backend/manager/modules/branding/src/main/java/org/ovirt/engine/core/branding/BrandingManager.java +++ b/backend/manager/modules/branding/src/main/java/org/ovirt/engine/core/branding/BrandingManager.java @@ -62,7 +62,7 @@ * branding theme to exist on the file system without interfering with each other. There is no backwards * compatibility, only ONE version will be valid at a time. */ - private static final int CURRENT_BRANDING_VERSION = 1; + private static final int CURRENT_BRANDING_VERSION = 2; /** * A list of available {@code BrandingTheme}s. diff --git a/packaging/branding/ovirt.brand/branding.properties b/packaging/branding/ovirt.brand/branding.properties index 3037ff4..6f7e534 100644 --- a/packaging/branding/ovirt.brand/branding.properties +++ b/packaging/branding/ovirt.brand/branding.properties @@ -30,4 +30,4 @@ #welcome_replace= # version (required, the theme will not be applied without this property) -version=1 +version=2 -- To view, visit http://gerrit.ovirt.org/30915 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic951d79db8dfcf24a5e3af6ebf11056b87c436da Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
