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 3c2c9bb commit 629af7bCopy full SHA for 629af7b
pom.xml
@@ -28,7 +28,7 @@
28
<groupId>com.influxdb</groupId>
29
<artifactId>influxdb3-java</artifactId>
30
<packaging>jar</packaging>
31
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
32
33
<name>InfluxDB 3 Java Client</name>
34
<description>
@@ -67,7 +67,7 @@
67
<connection>scm:git:[email protected]:InfluxCommunity/influxdb3-java.git</connection>
68
<developerConnection>scm:git:[email protected]:InfluxCommunity/influxdb3-java.git</developerConnection>
69
<url>https://github.com/InfluxCommunity/influxdb3-java/tree/main</url>
70
- <tag>HEAD</tag>
+ <tag>v1.1.0</tag>
71
</scm>
72
73
<distributionManagement>
0 commit comments