Skip to content

Commit de4f6df

Browse files
[maven-release-plugin] prepare release v2.9.5
1 parent cee3766 commit de4f6df

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

pom.xml

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>io.github.java-native</groupId>
86
<artifactId>jssc</artifactId>
9-
<version>2.9.5-SNAPSHOT</version>
7+
<version>2.9.5</version>
108

119
<name>Java Simple Serial Connector</name>
1210
<description>
@@ -34,7 +32,7 @@
3432
<connection>scm:git:https://github.com/java-native/jssc.git</connection>
3533
<developerConnection>scm:git:[email protected]:java-native/jssc.git</developerConnection>
3634
<url>https://github.com/java-native/jssc</url>
37-
<tag>HEAD</tag>
35+
<tag>v2.9.5</tag>
3836
</scm>
3937

4038
<properties>
@@ -218,8 +216,8 @@
218216
<goals><goal>run</goal></goals>
219217
<configuration>
220218
<target>
221-
<ant dir="ant"/>
222-
<property file="${ant.properties.file}" description="read props from ant"/>
219+
<ant dir="ant" />
220+
<property file="${ant.properties.file}" description="read props from ant" />
223221
</target>
224222
<exportAntProperties>true</exportAntProperties>
225223
</configuration>
@@ -232,7 +230,7 @@
232230
<configuration>
233231
<skip>${cmake.generate.skip}</skip>
234232
<target>
235-
<ant dir="ant" target="cmake-generate"/>
233+
<ant dir="ant" target="cmake-generate" />
236234
</target>
237235
</configuration>
238236
</execution>
@@ -244,7 +242,7 @@
244242
<configuration>
245243
<skip>${cmake.build.skip}</skip>
246244
<target>
247-
<ant dir="ant" target="cmake-build"/>
245+
<ant dir="ant" target="cmake-build" />
248246
</target>
249247
</configuration>
250248
</execution>
@@ -256,7 +254,7 @@
256254
<configuration>
257255
<skip>${cmake.build.skip}</skip>
258256
<target>
259-
<ant dir="ant" target="show-file-info"/>
257+
<ant dir="ant" target="show-file-info" />
260258
</target>
261259
</configuration>
262260
</execution>

0 commit comments

Comments
 (0)