We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e5e8a commit 0257df6Copy full SHA for 0257df6
pom.xml
@@ -5,7 +5,7 @@
5
<artifactId>java-dogstatsd-client</artifactId>
6
<packaging>jar</packaging>
7
<name>java-dogstatsd-client</name>
8
- <version>2.10.0</version>
+ <version>2.9.1-SNAPSHOT</version>
9
<description>A tiny library allowing Java applications to communicate with DataDog statsd instances easily.</description>
10
<url>https://github.com/DataDog/java-dogstatsd-client</url>
11
@@ -34,7 +34,7 @@
34
35
<connection>scm:git:git://github.com/DataDog/java-dogstatsd-client.git</connection>
36
<developerConnection>scm:git:[email protected]:Datadog/java-dogstatsd-client.git</developerConnection>
37
- <tag>v2.10.0</tag>
+ <tag>v2.9.0</tag>
38
</scm>
39
40
<developers>
0 commit comments