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 ecafa23bc97ff3ba2becf7096cd1257dd736ed98 Author: Christian Schneider <[email protected]> AuthorDate: Thu Apr 6 18:09:41 2017 +0200 Update to brave 4.1.0 --- pom.xml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 8bf7248..d433e05 100644 --- a/pom.xml +++ b/pom.xml @@ -1,18 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- +Copyright 2016, 2017 The OpenZipkin Authors - Copyright 2016 The OpenZipkin Authors +Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except +in compliance with the License. You may obtain a copy of the License at - Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - in compliance with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software distributed under the License - is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - or implied. See the License for the specific language governing permissions and limitations under - the License. +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software distributed under the License +is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express +or implied. See the License for the specific language governing permissions and limitations under +the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> @@ -42,9 +40,9 @@ <license-maven-plugin.version>2.11</license-maven-plugin.version> - <brave.version>3.16.0</brave.version> - <zipkin.version>1.16.0</zipkin.version> - <zipkin.reporter.version>0.6.9</zipkin.reporter.version> + <brave.version>4.1.0</brave.version> + <zipkin.version>1.19.2</zipkin.version> + <zipkin.reporter.version>0.6.13</zipkin.reporter.version> <slf4j.version>1.7.21</slf4j.version> </properties> @@ -238,6 +236,7 @@ <configuration> <header>${main.basedir}/src/etc/header.txt</header> <excludes> + <exclude>pom.xml</exclude> <exclude>.travis.yml</exclude> <exclude>.gitignore</exclude> <exclude>.mvn/**</exclude>
