From 0c8bd08d79695c2f887be27219e8334abd7068be Mon Sep 17 00:00:00 2001 From: rakeshkumar1019 Date: Tue, 5 Nov 2024 08:26:58 +0530 Subject: [PATCH] WEBUI-1592: align with lts 2025 as 2025.1.0 --- .env.sample | 2 +- charts/preview/Chart.yaml | 2 +- ftest/pom.xml | 2 +- package.json | 10 +++++----- .../nuxeo/{11.4 => 11.5}/catalog-packages.json | 0 packages/nuxeo-web-ui-ftest/package.json | 2 +- plugin/a11y/pom.xml | 2 +- plugin/itests/addon/pom.xml | 2 +- plugin/itests/marketplace/pom.xml | 2 +- plugin/metrics/pom.xml | 2 +- plugin/web-ui/addon/pom.xml | 2 +- plugin/web-ui/marketplace/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) rename packages/nuxeo-designer-catalog/data/applications/nuxeo/{11.4 => 11.5}/catalog-packages.json (100%) diff --git a/.env.sample b/.env.sample index 0d439ebd26..61c8974464 100644 --- a/.env.sample +++ b/.env.sample @@ -1,4 +1,4 @@ -NUXEO_WEB_UI_VERSION=3.2.0-SNAPSHOT +NUXEO_WEB_UI_VERSION=2025.1.0-SNAPSHOT NUXEO_VERSION=master NUXEO_PACKAGES=nuxeo-drive nuxeo-liveconnect nuxeo-template-rendering NUXEO_DEV_MODE=true diff --git a/charts/preview/Chart.yaml b/charts/preview/Chart.yaml index 4c6c1d08cc..0e0d011d58 100644 --- a/charts/preview/Chart.yaml +++ b/charts/preview/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 description: A Helm chart for Web UI preview icon: https://media.licdn.com/dms/image/C4D0BAQFPXiXFrp4LBA/company-logo_200_200/0?e=2159024400&v=beta&t=RW9EU0QUciUVuPSpLySd9FtJ2yG-O37_hAAvc32f6ro name: preview -version: 3.2.0-SNAPSHOT +version: 2025.1.0-SNAPSHOT diff --git a/ftest/pom.xml b/ftest/pom.xml index 01029182f1..baf6583a6f 100644 --- a/ftest/pom.xml +++ b/ftest/pom.xml @@ -4,7 +4,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.2.0-SNAPSHOT + 2025.1.0-SNAPSHOT ../pom.xml diff --git a/package.json b/package.json index b10cebadae..87ad23ab06 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "repository": "nuxeo/nuxeo-web-ui.git", "homepage": "http://www.nuxeo.com", "name": "@nuxeo/nuxeo-web-ui", - "version": "3.2.0-SNAPSHOT", + "version": "2025.1.0-SNAPSHOT", "license": "Apache-2.0", "vendor": "Nuxeo", "engines": { @@ -14,7 +14,7 @@ }, "devDependencies": { "@nuxeo/nuxeo-web-ui-ftest": "file:./packages/nuxeo-web-ui-ftest", - "@nuxeo/testing-helpers": "3.2.0-rc.0", + "@nuxeo/testing-helpers": "2025.1.0-rc.1", "@open-wc/eslint-config": "^0.3.0", "@open-wc/karma-esm": "^2.13.21", "@open-wc/prettier-config": "^0.1.0", @@ -109,9 +109,9 @@ "@material/mwc-snackbar": "^0.26.1", "@nuxeo/chart-elements": "^4.0.0-nx.1", "@nuxeo/moment": "^2.24.0-nx.0", - "@nuxeo/nuxeo-dataviz-elements": "3.2.0-rc.0", - "@nuxeo/nuxeo-elements": "3.2.0-rc.0", - "@nuxeo/nuxeo-ui-elements": "3.2.0-rc.0", + "@nuxeo/nuxeo-dataviz-elements": "2025.1.0-rc.1", + "@nuxeo/nuxeo-elements": "2025.1.0-rc.1", + "@nuxeo/nuxeo-ui-elements": "2025.1.0-rc.1", "@nuxeo/page": "^1.11.4-nx.0", "@polymer/app-layout": "^3.1.0", "@polymer/iron-a11y-announcer": "^3.2.0", diff --git a/packages/nuxeo-designer-catalog/data/applications/nuxeo/11.4/catalog-packages.json b/packages/nuxeo-designer-catalog/data/applications/nuxeo/11.5/catalog-packages.json similarity index 100% rename from packages/nuxeo-designer-catalog/data/applications/nuxeo/11.4/catalog-packages.json rename to packages/nuxeo-designer-catalog/data/applications/nuxeo/11.5/catalog-packages.json diff --git a/packages/nuxeo-web-ui-ftest/package.json b/packages/nuxeo-web-ui-ftest/package.json index f274bb3899..f604ca4218 100644 --- a/packages/nuxeo-web-ui-ftest/package.json +++ b/packages/nuxeo-web-ui-ftest/package.json @@ -1,6 +1,6 @@ { "name": "@nuxeo/nuxeo-web-ui-ftest", - "version": "3.2.0-SNAPSHOT", + "version": "2025.1.0-SNAPSHOT", "bin": { "nuxeo-web-ui-ftest": "./bin/nuxeo-web-ui-ftest.js" }, diff --git a/plugin/a11y/pom.xml b/plugin/a11y/pom.xml index 80961eb7e7..7dc5166d16 100644 --- a/plugin/a11y/pom.xml +++ b/plugin/a11y/pom.xml @@ -4,7 +4,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.2.0-SNAPSHOT + 2025.1.0-SNAPSHOT ../../pom.xml diff --git a/plugin/itests/addon/pom.xml b/plugin/itests/addon/pom.xml index 14b38e44d5..43d28c53e5 100644 --- a/plugin/itests/addon/pom.xml +++ b/plugin/itests/addon/pom.xml @@ -4,7 +4,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.2.0-SNAPSHOT + 2025.1.0-SNAPSHOT ../../../pom.xml diff --git a/plugin/itests/marketplace/pom.xml b/plugin/itests/marketplace/pom.xml index b7682d4603..07184d4fd9 100644 --- a/plugin/itests/marketplace/pom.xml +++ b/plugin/itests/marketplace/pom.xml @@ -3,7 +3,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.2.0-SNAPSHOT + 2025.1.0-SNAPSHOT ../../../pom.xml diff --git a/plugin/metrics/pom.xml b/plugin/metrics/pom.xml index 18fab677e1..2827ba897e 100644 --- a/plugin/metrics/pom.xml +++ b/plugin/metrics/pom.xml @@ -4,7 +4,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.2.0-SNAPSHOT + 2025.1.0-SNAPSHOT ../../pom.xml diff --git a/plugin/web-ui/addon/pom.xml b/plugin/web-ui/addon/pom.xml index 3528882267..fb833ebd23 100644 --- a/plugin/web-ui/addon/pom.xml +++ b/plugin/web-ui/addon/pom.xml @@ -3,7 +3,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.2.0-SNAPSHOT + 2025.1.0-SNAPSHOT ../../../pom.xml diff --git a/plugin/web-ui/marketplace/pom.xml b/plugin/web-ui/marketplace/pom.xml index f064650fc4..d1d12e44d9 100644 --- a/plugin/web-ui/marketplace/pom.xml +++ b/plugin/web-ui/marketplace/pom.xml @@ -3,7 +3,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.2.0-SNAPSHOT + 2025.1.0-SNAPSHOT ../../../pom.xml diff --git a/pom.xml b/pom.xml index a723ecffce..e4ca1c7946 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ pom Nuxeo Web UI - Parent Nuxeo Web UI - Parent - 3.2.0-SNAPSHOT + 2025.1.0-SNAPSHOT 2025.*