1and1 / go-maven-poller

GoCD plugin that polls Maven repositories including Artifactory and Nexus
Other
9 stars 8 forks source link

Support for hotfix versions #15

Closed jmauntel closed 5 years ago

jmauntel commented 7 years ago

Today we discovered that the plugin does not seem to handle hotfix versions (four digits, i.e. 1.0.38.1). Are four digit version numbers supported?

sfuhrm commented 6 years ago

Hi @jmauntel,

as you can see in the class MavenVersionTest, four digit versions are tested.

Would be nice if you could be more specific in what happens.

Feel free to supply a Pull Request. I see no problems as long as there's the existing behaviour kept working.

I'll close this request until you come back with more info.

Stephan