File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
22
THE SOFTWARE.
23
23
24
24
-->
25
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
26
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
25
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
27
26
<modelVersion >4.0.0</modelVersion >
28
27
29
28
<groupId >com.influxdb</groupId >
30
29
<artifactId >influxdb3-java</artifactId >
31
30
<packaging >jar</packaging >
32
- <version >1.0.0-SNAPSHOT </version >
31
+ <version >1.0.0</version >
33
32
34
33
<name >InfluxDB 3 Java Client</name >
35
34
<description >
68
67
<connection >scm:git:git@github.com:InfluxCommunity/influxdb3-java.git</connection >
69
68
<developerConnection >scm:git:git@github.com:InfluxCommunity/influxdb3-java.git</developerConnection >
70
69
<url >https://github.com/InfluxCommunity/influxdb3-java/tree/main</url >
71
- <tag >HEAD </tag >
70
+ <tag >v1.0.0 </tag >
72
71
</scm >
73
72
74
73
<distributionManagement >
You can’t perform that action at this time.
0 commit comments