Skip to content

Commit

Permalink
Merge pull request #5 from opentracing-contrib/upgrade-deps
Browse files Browse the repository at this point in the history
upgrade deps
  • Loading branch information
malafeev committed Jul 11, 2019
2 parents c1483a7 + e061c7c commit ff786eb
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .settings.xml
Expand Up @@ -2,7 +2,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018 The OpenTracing Authors
Copyright 2018-2019 The OpenTracing 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
Expand Down
2 changes: 1 addition & 1 deletion examples/AutoFinishExample.scala
@@ -1,5 +1,5 @@
/*
* Copyright 2018 The OpenTracing Authors
* Copyright 2018-2019 The OpenTracing 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
Expand Down
2 changes: 1 addition & 1 deletion examples/AutoFinishMapExample.scala
@@ -1,5 +1,5 @@
/*
* Copyright 2018 The OpenTracing Authors
* Copyright 2018-2019 The OpenTracing 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
Expand Down
2 changes: 1 addition & 1 deletion examples/ManualSpanExample.scala
@@ -1,5 +1,5 @@
/*
* Copyright 2018 The OpenTracing Authors
* Copyright 2018-2019 The OpenTracing 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
Expand Down
2 changes: 1 addition & 1 deletion examples/NestedExample.scala
@@ -1,5 +1,5 @@
/*
* Copyright 2018 The OpenTracing Authors
* Copyright 2018-2019 The OpenTracing 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
Expand Down
2 changes: 1 addition & 1 deletion examples/SimpleExample.scala
@@ -1,5 +1,5 @@
/*
* Copyright 2018 The OpenTracing Authors
* Copyright 2018-2019 The OpenTracing 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
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018 The OpenTracing Authors
Copyright 2018-2019 The OpenTracing 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
Expand All @@ -23,7 +23,7 @@
<name>${project.groupId}:${project.artifactId}</name>
<description>OpenTracing Instrumentation for Scala concurrent package</description>
<url>https://github.com/opentracing-contrib/scala-concurrent</url>
<inceptionYear>2018</inceptionYear>
<inceptionYear>2018-2019</inceptionYear>

<scm>
<url>http://github.com/opentracing-contrib/scala-concurrent</url>
Expand Down Expand Up @@ -72,7 +72,7 @@
<!--<scala.version>2.11.12</scala.version>-->

<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.1</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.4</jacoco-maven-plugin.version>
</properties>

<dependencies>
Expand All @@ -99,7 +99,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>3.1.0</version>
<version>3.1.6</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -259,7 +259,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -273,7 +273,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<configuration>
<failOnError>false</failOnError>
</configuration>
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2018 The OpenTracing Authors
* Copyright 2018-2019 The OpenTracing 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
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2018 The OpenTracing Authors
* Copyright 2018-2019 The OpenTracing 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
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2018 The OpenTracing Authors
* Copyright 2018-2019 The OpenTracing 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
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2018 The OpenTracing Authors
* Copyright 2018-2019 The OpenTracing 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
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2018 The OpenTracing Authors
* Copyright 2018-2019 The OpenTracing 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
Expand Down
2 changes: 1 addition & 1 deletion travis/publish.sh
@@ -1,5 +1,5 @@
#
# Copyright 2018 The OpenTracing Authors
# Copyright 2018-2019 The OpenTracing 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
Expand Down

0 comments on commit ff786eb

Please sign in to comment.