sdedic opened a new pull request #2895:
URL: https://github.com/apache/netbeans/pull/2895
I have changed the `gavsplit`, since versions provided in the artifact ID
contain 4th component, the `{timestamp}-{sequenceno}` for Mavenrepo SNAPSHOT
artifacts.
I changed the code to search from the start, as the 'official' syntax for
artifact ID is `group`:`artifact`:`version`[:`classifier`][@`ext`] ... so
looking for 3rd `:` delimiter seems to satisfy both this and
`group`:`artifact`:`version`:`timestamp`-`sequence` which comes to `gavSplit`
for Maven SNAPSHOTs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists