8000 Add Lettuce 5.2 (#47) · dannylee-/java-redis-client@657d7a1 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 /div>

Commit 657d7a1

Browse files
authored
Add Lettuce 5.2 (opentracing-contrib#47)
1 parent a8d51d7 commit 657d7a1

File tree

41 files changed

+18066
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+18066
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pom.xml
4040
```xml
4141
<dependency>
4242
<groupId>io.opentracing.contrib</groupId>
43-
<artifactId>opentracing-redis-lettuce</artifactId>
43+
<artifactId>opentracing-redis-lettuce-5.2</artifactId>
4444
<version>VERSION</version>
4545
</dependency>
4646
```

opentracing-redis-lettuce5.0/pom.xml renamed to opentracing-redis-lettuce-5.0/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@
1414
the License.
1515
1616
-->
17-
<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">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0"
18+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1820
<parent>
1921
<artifactId>opentracing-redis-parent</artifactId>
2022
<groupId>io.opentracing.contrib</groupId>
2123
<version>0.1.13-SNAPSHOT</version>
2224
</parent>
2325
<modelVersion>4.0.0</modelVersion>
2426

25-
<artifactId>opentracing-redis-lettuce5.0</artifactId>
27+
<artifactId>opentracing-redis-lettuce-5.0</artifactId>
2628
<name>OpenTracing Instrumentation for Lettuce 5.0 Redis Client</name>
2729
<description>OpenTracing Instrumentation for Lettuce 5.0 Redis Client</description>
2830

0 commit comments

Comments
 (0)
0