SCM/JIRA link daemon
added a comment - Code changed in jenkins
User: Christoph Kutzinski
Path:
changelog.html
http://jenkins-ci.org/commit/jenkins/61f0aa2f0f7f28a117058fd8b626d1dde0ca94da
Log:
[FIXED JENKINS-11819] Canonical name of Maven artifacts may end with "-" if classifier is empty.
dogfood
added a comment - Integrated in jenkins_main_trunk #1348
[FIXED JENKINS-11819] Canonical name of Maven artifacts may end with "-" if classifier is empty.
Christoph Kutzinski : 61f0aa2f0f7f28a117058fd8b626d1dde0ca94da
Files :
changelog.html
The root cause is at MavenArtifact#getSeed.
It should also check for an empty string.