We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb6b32 commit f62c8d6Copy full SHA for f62c8d6
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>fr.optimistik</groupId>
5
<artifactId>influxdb-java</artifactId>
6
<packaging>jar</packaging>
7
- <version>2.26.0-SNAPSHOT</version>
+ <version>2.26.0</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:https://github.com/OptimistikSAS/influxdb-java.git</connection>
25
<developerConnection>scm:git:https://github.com/OptimistikSAS/influxdb-java.git</developerConnection>
26
<url>https://github.com/OptimistikSAS/influxdb-java</url>
27
- <tag>HEAD</tag>
+ <tag>influxdb-java-2.26.0</tag>
28
</scm>
29
30
<developers>
0 commit comments