You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ab...@apache.org on 2019/01/31 11:20:07 UTC

[incubator-zipkin-brave-karaf] 45/46: fixes repository drift

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 <ac...@pivotal.io>
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>