Merge branch '2.4.x' into 2.5.x
See gh-27045
This commit is contained in:
@@ -170,7 +170,7 @@ public class BomPlugin implements Plugin<Project> {
|
||||
plugin.appendNode("artifactId", pluginName);
|
||||
String versionProperty = library.getVersionProperty();
|
||||
String value = (versionProperty != null) ? "${" + versionProperty + "}"
|
||||
: library.getVersion().toString();
|
||||
: library.getVersion().getVersion().toString();
|
||||
plugin.appendNode("version", value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user