Skip to content

Commit b39a9ba

Browse files
authored
Consume reactor version from SB bom (opentracing-contrib#269)
* Consumer reactor version from SB bom Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Remove finchley * Fix license Signed-off-by: Pavol Loffay <ploffay@redhat.com>
1 parent e5a18ce commit b39a9ba

4 files changed

Lines changed: 3 additions & 8 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
env: [ NAME=greenwhich ]
3434
script: make default
3535

36-
- env: [ NAME=finchley ]
37-
script: make finchley
38-
3936
- env: [ NAME=classpath-no-dependencies ]
4037
script: PROFILES=nodeps make classpath
4138

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following table shows versions with compatible [Spring Cloud](http://project
2727

2828
opentracing-spring-cloud version | OpenTracing API | Spring Cloud version
2929
--- | --- | ---
30-
0.3.x | 0.32.0 | `Finchley`, `Greenwhich`
30+
0.3.x | 0.32.0 | `Greenwhich`
3131
0.2.x | 0.31.0 | `Finchley`, `Greenwhich`
3232
0.1.x | 0.31.0 | `Dalston`, `Edgware`
3333

instrument-starters/opentracing-spring-cloud-reactor-starter/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2017-2019 The OpenTracing Authors
4+
Copyright 2017-2020 The OpenTracing Authors
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
77
in compliance with the License. You may obtain a copy of the License at
@@ -52,7 +52,6 @@
5252
<dependency>
5353
<groupId>io.projectreactor</groupId>
5454
<artifactId>reactor-core</artifactId>
55-
<version>${version.reactor-core}</version>
5655
<optional>true</optional>
5756
</dependency>
5857

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2017-2019 The OpenTracing Authors
4+
Copyright 2017-2020 The OpenTracing Authors
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
77
in compliance with the License. You may obtain a copy of the License at
@@ -94,7 +94,6 @@
9494
<version.de.flapdoodle-embed.mongo>2.2.0</version.de.flapdoodle-embed.mongo>
9595
<version.cz.jirutka.spring-embedmongo-spring>1.3.1</version.cz.jirutka.spring-embedmongo-spring>
9696
<version.org.slf4j-log4j-over-slf4j>1.7.25</version.org.slf4j-log4j-over-slf4j>
97-
<version.reactor-core>3.2.8.RELEASE</version.reactor-core>
9897

9998
<version.javax.jms>1.1-rev-1</version.javax.jms>
10099

0 commit comments

Comments
 (0)