Skip to content

Commit ad3cba6

Browse files
committed
Release v6.6.0
1 parent b3fd53f commit ad3cba6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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": "6.5.0"
20+
"value": "6.6.0"
2121
}
2222
},
2323
"buildpacks": [{ "url": "heroku/jvm" }, { "url": "https://github.com/jhipster/jhipster-registry-buildpack" }]

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": "6.5.0",
3+
"version": "6.6.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
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.jhipster.registry</groupId>
77
<artifactId>jhipster-registry</artifactId>
8-
<version>6.5.0</version>
8+
<version>6.6.0</version>
99
<packaging>jar</packaging>
1010
<name>JHipster Registry</name>
1111
<description>JHipster service registry, made with Netflix Eureka and Spring Cloud Config</description>

0 commit comments

Comments
 (0)