Skip to content

Commit c919a05

Browse files
committed
[maven-release-plugin] prepare release v1.0.0
1 parent bce77d9 commit c919a05

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222
THE SOFTWARE.
2323
2424
-->
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">
2726
<modelVersion>4.0.0</modelVersion>
2827

2928
<groupId>com.influxdb</groupId>
3029
<artifactId>influxdb3-java</artifactId>
3130
<packaging>jar</packaging>
32-
<version>1.0.0-SNAPSHOT</version>
31+
<version>1.0.0</version>
3332

3433
<name>InfluxDB 3 Java Client</name>
3534
<description>
@@ -68,7 +67,7 @@
6867
<connection>scm:git:git@github.com:InfluxCommunity/influxdb3-java.git</connection>
6968
<developerConnection>scm:git:git@github.com:InfluxCommunity/influxdb3-java.git</developerConnection>
7069
<url>https://github.com/InfluxCommunity/influxdb3-java/tree/main</url>
71-
<tag>HEAD</tag>
70+
<tag>v1.0.0</tag>
7271
</scm>
7372

7473
<distributionManagement>

0 commit comments

Comments
 (0)