Skip to content

Commit

Permalink
Release 23.0.3-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeo-webui-jx-bot committed Sep 2, 2024
1 parent 430d37b commit 7c892c2
Show file tree
Hide file tree
Showing 7 changed files with 19,898 additions and 7 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-SNAPSHOT</version>
<version>23.0.3-beta.000</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>${project.version}</nuxeoadmin.package.version>
<nuxeoadmin.package.version>23.0.3-beta.000</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-SNAPSHOT">
<package type="addon" name="nuxeo-admin-console" version="23.0.3-beta.000">
<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
2 changes: 2 additions & 0 deletions nuxeo-admin-console-web/angular-app/.npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

@hylandsoftware:registry=https://npm.pkg.github.com
@nuxeo:registry=https://packages.nuxeo.com/repository/npm-public
registry=https://registry.npmjs.org/

Loading

0 comments on commit 7c892c2

Please sign in to comment.