You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/16 02:13:18 UTC

[incubator-zipkin-brave-cassandra] branch master updated: Latest brave

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-cassandra.git


The following commit(s) were added to refs/heads/master by this push:
     new 9200ab5  Latest brave
9200ab5 is described below

commit 9200ab591efdd03988c281d8942d0e2184ab052b
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Sun Jun 16 10:13:06 2019 +0800

    Latest brave
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f6c828f..04aa8a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <main.signature.artifact>java17</main.signature.artifact>
 
     <main.basedir>${project.basedir}</main.basedir>
-    <brave.version>5.6.3</brave.version>
+    <brave.version>5.6.5</brave.version>
 
     <log4j.version>2.11.2</log4j.version>
 
@@ -62,7 +62,7 @@
   <licenses>
     <license>
       <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
       <distribution>repo</distribution>
     </license>
   </licenses>
@@ -91,7 +91,7 @@
     </repository>
     <snapshotRepository>
       <id>jfrog-snapshots</id>
-      <url>http://oss.jfrog.org/artifactory/oss-snapshot-local</url>
+      <url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
     </snapshotRepository>
   </distributionManagement>