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 99fcacc commit feb26abCopy full SHA for feb26ab
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.influxdb</groupId>
5
<artifactId>influxdb-java</artifactId>
6
<packaging>jar</packaging>
7
- <version>2.25-SNAPSHOT</version>
+ <version>2.25</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.25</tag>
28
</scm>
29
30
<developers>
0 commit comments