We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196430e commit 614c4a1Copy full SHA for 614c4a1
pom.xml
@@ -4,14 +4,14 @@
4
<artifactId>datadog-api-client</artifactId>
5
<packaging>jar</packaging>
6
<name>datadog-api-client</name>
7
- <version>1.0.0-beta.5-SNAPSHOT</version>
+ <version>1.0.0-beta.5</version>
8
<url>https://github.com/DataDog/datadog-api-client-java</url>
9
<description>Java client library for Datadog API</description>
10
<scm>
11
<connection>scm:git:git://github.com/DataDog/datadog-api-client-java.git</connection>
12
<developerConnection>scm:git:[email protected]:DataDog/datadog-api-client-java.git</developerConnection>
13
14
- <tag>HEAD</tag>
+ <tag>datadog-api-client-1.0.0-beta.5</tag>
15
</scm>
16
17
<licenses>
0 commit comments