fordfrog / apgdiff

Another PostgreSQL Diff Tool
http://www.apgdiff.com
MIT License
353 stars 138 forks source link

Fix build.xml: central.maven.org is no longer a valid domain #296

Open gogowitsch opened 11 months ago

gogowitsch commented 11 months ago

Replace with https://repo.maven.apache.org

Tested with ant 1.10.12 on Ubuntu 22.04 with openjdk 11.0.20.1.

gaslitbytech commented 6 months ago

Thanks for this.

This helped me come to a workaround with sed -i 's/http:\/\/central.maven.org/https:\/\/repo.maven.apache.org/g' pom.xml as until recently we have been using the releases though we are building develop now for the v16 sequence fix https://github.com/fordfrog/apgdiff/pull/297 that has been thankfully merged in develop.