Skip to content

Commit

Permalink
Upgrade to JHipster 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed May 31, 2024
1 parent 2e7de65 commit 653d125
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jhipster/jhipster:v8.4.0
FROM jhipster/jhipster:v8.5.0
USER jhipster
COPY --chown=jhipster:jhipster . /home/jhipster/jhipster-online/
RUN \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jhonline",
"version": "2.30.0",
"version": "2.31.0",
"description": "JHipster Online is the best place to generate JHipster applications, with no installation required!",
"license": "Apache-2.0",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.jhipster.online</groupId>
<artifactId>jhonline</artifactId>
<version>2.30.0</version>
<version>2.31.0</version>
<packaging>war</packaging>
<name>Jhonline</name>

Expand Down

0 comments on commit 653d125

Please sign in to comment.