That is actually not an URL.
It is an SCP-like syntax that the Git client accepts, but not a valid URL.
A valid SSH URL would be ssh://git@github.com/org/repo.git.
As this is used in the POM in an URL field, you should probably use the proper URL syntax.