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 d28eb6d commit 1ed9511Copy full SHA for 1ed9511
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.influxdb</groupId>
5
<artifactId>influxdb-java</artifactId>
6
<packaging>jar</packaging>
7
- <version>2.17</version>
+ <version>2.18-SNAPSHOT</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>
@@ -28,7 +28,7 @@
28
<connection>scm:git:[email protected]:influxdata/influxdb-java.git</connection>
29
<developerConnection>scm:git:[email protected]:influxdata/influxdb-java.git</developerConnection>
30
<url>[email protected]:influxdata/influxdb-java.git</url>
31
- <tag>influxdb-java-2.17</tag>
+ <tag>HEAD</tag>
32
</scm>
33
34
<developers>
0 commit comments