From e061c7c0d0379e8c12f56a9e17dc61580ff529c2 Mon Sep 17 00:00:00 2001 From: Sergei Malafeev Date: Thu, 11 Jul 2019 22:08:39 +0800 Subject: [PATCH] upgrade deps Signed-off-by: Sergei Malafeev --- .settings.xml | 2 +- examples/AutoFinishExample.scala | 2 +- examples/AutoFinishMapExample.scala | 2 +- examples/ManualSpanExample.scala | 2 +- examples/NestedExample.scala | 2 +- examples/SimpleExample.scala | 2 +- pom.xml | 12 ++++++------ .../opentracing/contrib/concurrent/Constants.scala | 2 +- .../TracedAutoFinishExecutionContext.scala | 2 +- .../contrib/concurrent/TracedExecutionContext.scala | 2 +- .../TracedAutoFinishExecutionContextTest.scala | 2 +- .../concurrent/TracedExecutionContextTest.scala | 2 +- travis/publish.sh | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.settings.xml b/.settings.xml index bb9cd06..3970800 100644 --- a/.settings.xml +++ b/.settings.xml @@ -2,7 +2,7 @@ 4.3.0 - 0.8.1 + 0.8.4 @@ -99,7 +99,7 @@ org.awaitility awaitility - 3.1.0 + 3.1.6 test @@ -259,7 +259,7 @@ org.apache.maven.plugins maven-source-plugin - 3.0.1 + 3.1.0 attach-sources @@ -273,7 +273,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.0.0 + 3.1.1 false diff --git a/src/main/scala/io/opentracing/contrib/concurrent/Constants.scala b/src/main/scala/io/opentracing/contrib/concurrent/Constants.scala index e1920be..0b65b40 100644 --- a/src/main/scala/io/opentracing/contrib/concurrent/Constants.scala +++ b/src/main/scala/io/opentracing/contrib/concurrent/Constants.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 diff --git a/src/main/scala/io/opentracing/contrib/concurrent/TracedAutoFinishExecutionContext.scala b/src/main/scala/io/opentracing/contrib/concurrent/TracedAutoFinishExecutionContext.scala index 0009720..572d4f6 100644 --- a/src/main/scala/io/opentracing/contrib/concurrent/TracedAutoFinishExecutionContext.scala +++ b/src/main/scala/io/opentracing/contrib/concurrent/TracedAutoFinishExecutionContext.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 diff --git a/src/main/scala/io/opentracing/contrib/concurrent/TracedExecutionContext.scala b/src/main/scala/io/opentracing/contrib/concurrent/TracedExecutionContext.scala index 2e8f651..e97cc2f 100644 --- a/src/main/scala/io/opentracing/contrib/concurrent/TracedExecutionContext.scala +++ b/src/main/scala/io/opentracing/contrib/concurrent/TracedExecutionContext.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 diff --git a/src/test/scala/io/opentracing/contrib/concurrent/TracedAutoFinishExecutionContextTest.scala b/src/test/scala/io/opentracing/contrib/concurrent/TracedAutoFinishExecutionContextTest.scala index 9506708..dcad0fc 100644 --- a/src/test/scala/io/opentracing/contrib/concurrent/TracedAutoFinishExecutionContextTest.scala +++ b/src/test/scala/io/opentracing/contrib/concurrent/TracedAutoFinishExecutionContextTest.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 diff --git a/src/test/scala/io/opentracing/contrib/concurrent/TracedExecutionContextTest.scala b/src/test/scala/io/opentracing/contrib/concurrent/TracedExecutionContextTest.scala index 929f9d2..e2992b9 100644 --- a/src/test/scala/io/opentracing/contrib/concurrent/TracedExecutionContextTest.scala +++ b/src/test/scala/io/opentracing/contrib/concurrent/TracedExecutionContextTest.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 diff --git a/travis/publish.sh b/travis/publish.sh index 8b527c8..e68fa30 100755 --- a/travis/publish.sh +++ b/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