Skip to content

Commit

Permalink
Release v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Oct 3, 2021
1 parent 7245ed5 commit da951a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"JHIPSTER_REGISTRY_VERSION": {
"description": "Version of the registry to deploy.",
"value": "7.0.0"
"value": "7.1.0"
}
},
"buildpacks": [{ "url": "heroku/jvm" }, { "url": "https://github.com/jhipster/jhipster-registry-buildpack" }]
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jhipster-registry",
"version": "7.0.0",
"version": "7.1.0",
"private": true,
"description": "JHipster service registry, made with Netflix Eureka and Spring Cloud Config",
"license": "UNLICENSED",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>tech.jhipster.registry</groupId>
<artifactId>jhipster-registry</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
<packaging>jar</packaging>
<name>JHipster Registry</name>
<description>JHipster service registry, made with Netflix Eureka and Spring Cloud Config</description>
Expand Down

0 comments on commit da951a6

Please sign in to comment.