We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf17f50 + 4d694dd commit 5139c79Copy full SHA for 5139c79
buildSrc/src/main/java/org/springframework/boot/build/bom/BomPlugin.java
@@ -170,7 +170,7 @@ private void addPluginManagement(Node projectNode) {
170
plugin.appendNode("artifactId", pluginName);
171
String versionProperty = library.getVersionProperty();
172
String value = (versionProperty != null) ? "${" + versionProperty + "}"
173
- : library.getVersion().toString();
+ : library.getVersion().getVersion().toString();
174
plugin.appendNode("version", value);
175
}
176
0 commit comments