Skip to content

Commit

Permalink
Fix artifact id
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Malafeev <sergeymalafeev@gmail.com>
  • Loading branch information
malafeev committed Mar 29, 2019
1 parent e553cf1 commit 7f30aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pom.xml
```xml
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>asynchttpclient-opentracing</artifactId>
<artifactId>opentracing-asynchttpclient</artifactId>
<version>VERSION</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.opentracing.contrib</groupId>
<artifactId>asynchttpclient-opentracing</artifactId>
<artifactId>opentracing-asynchttpclient</artifactId>
<version>0.3.1-SNAPSHOT</version>


Expand Down

0 comments on commit 7f30aa9

Please sign in to comment.