Skip to content

Commit e872041

Browse files
committed
Change to graceVersion of the app info
Closes gh-1085
1 parent 0439c0c commit e872041

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

grace-plugin-management/src/main/groovy/org/grails/boot/actuate/endpoint/AppInfoContributor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2022 the original author or authors.
2+
* Copyright 2021-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -36,7 +36,7 @@ public void contribute(Info.Builder builder) {
3636
Map<String, String> appInfo = Maps.of(
3737
"name", Metadata.getCurrent().getApplicationName(),
3838
"version", Metadata.getCurrent().getApplicationVersion(),
39-
"grailsVersion", Metadata.getCurrent().getGrailsVersion(),
39+
"graceVersion", Metadata.getCurrent().getGrailsVersion(),
4040
"servletVersion", Metadata.getCurrent().getServletVersion());
4141
builder.withDetail("app", appInfo);
4242
}

0 commit comments

Comments
 (0)