Skip to content

Commit d125807

Browse files
committed
Release v4.1.0
1 parent e8510dc commit d125807

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"JHIPSTER_REGISTRY_VERSION": {
1919
"description": "Version of the registry to deploy.",
20-
"value": "4.0.6"
20+
"value": "4.1.0"
2121
}
2222
},
2323
"buildpacks": [

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jhipster-registry",
3-
"version": "4.0.6",
3+
"version": "4.1.0",
44
"description": "JHipster service registry, made with Netflix Eureka and Spring Cloud Config",
55
"private": true,
66
"cacheDirectories": [

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.jhipster.registry</groupId>
66
<artifactId>jhipster-registry</artifactId>
7-
<version>4.0.6</version>
7+
<version>4.1.0</version>
88
<packaging>war</packaging>
99
<name>JHipster Registry</name>
1010
<description>JHipster service registry, made with Netflix Eureka and Spring Cloud Config</description>

0 commit comments

Comments
 (0)