Skip to content

Commit

Permalink
Release v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Sep 11, 2021
1 parent 0f796f9 commit 82bb249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "6.8.0"
"value": "7.0.0"
}
},
"buildpacks": [{ "url": "heroku/jvm" }, { "url": "https://github.com/jhipster/jhipster-registry-buildpack" }]
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-SNAPSHOT</version>
<version>7.0.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 82bb249

Please sign in to comment.