This is an automated email from the ASF dual-hosted git repository.
adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git
The following commit(s) were added to refs/heads/master by this push:
new cb45f09 fixes repository drift
cb45f09 is described below
commit cb45f09bffd0fe1acc4eef1eeb388eb7136b10c8
Author: Adrian Cole <acole@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>
|