arturmkrtchyan / iban4j

A Java library for generation and validation of the International Bank Account Numbers (IBAN ISO_13616) and Business Identifier Codes (BIC ISO_9362).
http://iban4j.org
Apache License 2.0
270 stars 124 forks source link

pom.xml change URL to allowe renovate fetch release notes #120

Closed marwin1991 closed 11 months ago

marwin1991 commented 11 months ago

Hello,

I have noticed that renovate cannot resolve release notes for this lib.

To do so, in pom.xml we have to have entry like that:

<scm>
    <url>scm:git:https://github.com/path_to_repository</url>
</scm>

https://docs.renovatebot.com/modules/datasource/maven/

Do you think that we can change it?

hajk1 commented 11 months ago

Yes, we can do it for sure.