Skip to content

Commit

Permalink
fix release 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarsique committed Mar 1, 2021
1 parent 4ea9624 commit b73987f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 Nuxeo AI Core 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: 2.5.3-SNAPSHOT
version: 2.5.3
2 changes: 1 addition & 1 deletion nuxeo-ai-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nuxeo.ai</groupId>
<artifactId>ai-core-parent</artifactId>
<version>2.5.3-SNAPSHOT</version>
<version>2.5.3</version>
</parent>
<artifactId>nuxeo-ai-internal</artifactId>
<name>AI Core Internal</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<description>Nuxeo AI functionality</description>
<packaging>pom</packaging>
<properties>
<nuxeo.ai.version>2.5.3-SNAPSHOT</nuxeo.ai.version>
<nuxeo.ai.version>2.5.3</nuxeo.ai.version>
<tensorflow.version>1.11.0</tensorflow.version>
<nuxeo.target.version>10.10</nuxeo.target.version>
<nuxeo.latest.version>10.10-HF41</nuxeo.latest.version>
Expand Down

0 comments on commit b73987f

Please sign in to comment.