This is an automated email from the ASF dual-hosted git repository. abesto pushed a commit to branch dont-sign-snapshots in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git
commit cb45f09bffd0fe1acc4eef1eeb388eb7136b10c8 Author: Adrian Cole <[email protected]> AuthorDate: Thu Jan 31 12:13:08 2019 +0100 fixes repository drift --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f9e7840..3b8e9ac 100644 --- a/pom.xml +++ b/pom.xml @@ -113,11 +113,11 @@ <distributionManagement> <repository> - <id>apache.releases</id> + <id>apache.releases.https</id> <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> </repository> <snapshotRepository> - <id>apache.snapshots</id> + <id>apache.snapshots.https</id> <url>https://repository.apache.org/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement>
