Merge branch '2.3.x'

Closes gh-23541
This commit is contained in:
Andy Wilkinson
2020-09-30 14:58:26 +01:00
2 changed files with 18 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ public class ArtifactsLibraries implements Libraries {
@Override
public String getVersion() {
return this.artifact.getVersion();
return this.artifact.getBaseVersion();
}
@Override