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 4b4dc44 commit d88f1d5Copy full SHA for d88f1d5
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.influxdb</groupId>
5
<artifactId>influxdb-java</artifactId>
6
<packaging>jar</packaging>
7
- <version>2.24-SNAPSHOT</version>
+ <version>2.24</version>
8
<name>influxdb java bindings</name>
9
<description>Java API to access the InfluxDB REST API</description>
10
<url>http://www.influxdb.org</url>
@@ -24,7 +24,7 @@
24
<connection>scm:git:git@github.com:influxdata/influxdb-java.git</connection>
25
<developerConnection>scm:git:git@github.com:influxdata/influxdb-java.git</developerConnection>
26
<url>git@github.com:influxdata/influxdb-java.git</url>
27
- <tag>HEAD</tag>
+ <tag>influxdb-java-2.24</tag>
28
</scm>
29
30
<developers>
0 commit comments