Skip to content

Commit

Permalink
Release 23.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeo-webui-jx-bot committed Sep 2, 2024
1 parent 7c892c2 commit 31b3fd0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions nuxeo-admin-console-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>org.nuxeo.admin.console</groupId>
<artifactId>nuxeoadmin</artifactId>
<version>23.0.3-beta.000</version>
<version>23.0.300</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>nuxeo-admin-console</artifactId>
<packaging>zip</packaging>
<name>Nuxeo admin console package - Admin console package</name>
<properties>
<nuxeoadmin.package.version>23.0.3-beta.000</nuxeoadmin.package.version>
<nuxeoadmin.package.version>${project.version}</nuxeoadmin.package.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-admin-console-package/src/main/resources/package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- See documentation at http://doc.nuxeo.com/x/HgIz -->
<package type="addon" name="nuxeo-admin-console" version="23.0.3-beta.000">
<package type="addon" name="nuxeo-admin-console" version="23.0.300">
<title>Nuxeo Admin Console</title>
<description>
<p>The Nuxeo admin console provides a dedicated UI for system administrators to get an overview of the system and perform common tasks like reindexing documents.</p>
Expand Down
4 changes: 2 additions & 2 deletions nuxeo-admin-console-web/angular-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nuxeo-admin-console-web/angular-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxeo-admin-console-ui",
"version": "23.0.3-beta.0",
"version": "23.0.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
4 changes: 2 additions & 2 deletions nuxeo-admin-console-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.nuxeo.admin.console</groupId>
<artifactId>nuxeoadmin</artifactId>
<version>23.0.3-beta.000</version>
<version>23.0.300</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>nuxeo-admin-console-web</artifactId>
<name>Admin console</name>
<version>23.0.3-beta.000</version>
<version>23.0.300</version>
<description />

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.nuxeo.admin.console</groupId>
<artifactId>nuxeoadmin</artifactId>
<version>23.0.3-beta.000</version>
<version>23.0.300</version>
<name>Admin Console UI</name>
<description>Nuxeo Admin console UI is a standard base web application for Nuxeo admin users.</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit 31b3fd0

Please sign in to comment.