Skip to content

Commit

Permalink
Release 3.0.18-rc.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeo-web-ui-jx-bot committed Jan 20, 2023
1 parent ec6cc20 commit a80131f
Show file tree
Hide file tree
Showing 14 changed files with 46,483 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NUXEO_WEB_UI_VERSION=3.0.18-SNAPSHOT
NUXEO_WEB_UI_VERSION=3.0.18-rc.13
NUXEO_VERSION=master
NUXEO_PACKAGES=nuxeo-drive nuxeo-liveconnect nuxeo-template-rendering
NUXEO_DEV_MODE=true
Expand Down
2 changes: 1 addition & 1 deletion charts/preview/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.18-SNAPSHOT
version: 3.0.18-rc.13
2 changes: 1 addition & 1 deletion ftest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.18-SNAPSHOT</version>
<version>3.0.18-rc.13</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
38,335 changes: 38,335 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "nuxeo/nuxeo-web-ui.git",
"homepage": "http://www.nuxeo.com",
"name": "@nuxeo/nuxeo-web-ui",
"version": "3.0.18-SNAPSHOT",
"version": "3.0.18-rc.13",
"license": "Apache-2.0",
"vendor": "Nuxeo",
"engines": {
Expand Down
8,135 changes: 8,135 additions & 0 deletions packages/nuxeo-web-ui-ftest/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/nuxeo-web-ui-ftest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxeo/nuxeo-web-ui-ftest",
"version": "3.0.18-SNAPSHOT",
"version": "3.0.18-rc.13",
"bin": {
"nuxeo-web-ui-ftest": "./bin/nuxeo-web-ui-ftest.js"
},
Expand Down
2 changes: 1 addition & 1 deletion plugin/a11y/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.18-SNAPSHOT</version>
<version>3.0.18-rc.13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/itests/addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.18-SNAPSHOT</version>
<version>3.0.18-rc.13</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/itests/marketplace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.18-SNAPSHOT</version>
<version>3.0.18-rc.13</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.18-SNAPSHOT</version>
<version>3.0.18-rc.13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/web-ui/addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.18-SNAPSHOT</version>
<version>3.0.18-rc.13</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions plugin/web-ui/marketplace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.web.ui</groupId>
<artifactId>nuxeo-web-ui-parent</artifactId>
<version>3.0.18-SNAPSHOT</version>
<version>3.0.18-rc.13</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand All @@ -12,7 +12,7 @@
<name>Nuxeo Web UI - Marketplace Package</name>

<properties>
<webui.package.version>${project.version}</webui.package.version>
<webui.package.version>3.0.18-rc.013</webui.package.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>pom</packaging>
<name>Nuxeo Web UI - Parent</name>
<description>Nuxeo Web UI - Parent</description>
<version>3.0.18-SNAPSHOT</version>
<version>3.0.18-rc.13</version>

<properties>
<nuxeo.target.version>2021.*</nuxeo.target.version>
Expand Down

0 comments on commit a80131f

Please sign in to comment.