Skip to content

Commit d4de344

Browse files
committed
Release v7.3.0
1 parent e0dcacd commit d4de344

4 files changed

Lines changed: 5 additions & 5 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": "7.2.0"
20+
"value": "7.3.0"
2121
}
2222
},
2323
"buildpacks": [{ "url": "heroku/jvm" }, { "url": "https://github.com/jhipster/jhipster-registry-buildpack" }]

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "7.6.0",
3+
"version": "7.3.0",
44
"private": true,
55
"description": "JHipster service registry, made with Netflix Eureka and Spring Cloud Config",
66
"license": "UNLICENSED",

pom.xml

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

88
<groupId>tech.jhipster.registry</groupId>
99
<artifactId>jhipster-registry</artifactId>
10-
<version>7.2.0</version>
10+
<version>7.3.0</version>
1111
<packaging>jar</packaging>
1212
<name>JHipster Registry</name>
1313
<description>JHipster service registry, made with Netflix Eureka and Spring Cloud Config</description>

0 commit comments

Comments
 (0)