|
1 | 1 | <?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"> |
5 | 3 | <modelVersion>4.0.0</modelVersion>
|
6 | 4 |
|
7 | 5 | <groupId>io.github.java-native</groupId>
|
8 | 6 | <artifactId>jssc</artifactId>
|
9 |
| - <version>2.9.5-SNAPSHOT</version> |
| 7 | + <version>2.9.5</version> |
10 | 8 |
|
11 | 9 | <name>Java Simple Serial Connector</name>
|
12 | 10 | <description>
|
|
34 | 32 | <connection>scm:git:https://github.com/java-native/jssc.git</connection>
|
35 | 33 | < developerConnection>scm:git: [email protected]:java-native/jssc.git</ developerConnection>
|
36 | 34 | <url>https://github.com/java-native/jssc</url>
|
37 |
| - <tag>HEAD</tag> |
| 35 | + <tag>v2.9.5</tag> |
38 | 36 | </scm>
|
39 | 37 |
|
40 | 38 | <properties>
|
|
218 | 216 | <goals><goal>run</goal></goals>
|
219 | 217 | <configuration>
|
220 | 218 | <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" /> |
223 | 221 | </target>
|
224 | 222 | <exportAntProperties>true</exportAntProperties>
|
225 | 223 | </configuration>
|
|
232 | 230 | <configuration>
|
233 | 231 | <skip>${cmake.generate.skip}</skip>
|
234 | 232 | <target>
|
235 |
| - <ant dir="ant" target="cmake-generate"/> |
| 233 | + <ant dir="ant" target="cmake-generate" /> |
236 | 234 | </target>
|
237 | 235 | </configuration>
|
238 | 236 | </execution>
|
|
244 | 242 | <configuration>
|
245 | 243 | <skip>${cmake.build.skip}</skip>
|
246 | 244 | <target>
|
247 |
| - <ant dir="ant" target="cmake-build"/> |
| 245 | + <ant dir="ant" target="cmake-build" /> |
248 | 246 | </target>
|
249 | 247 | </configuration>
|
250 | 248 | </execution>
|
|
256 | 254 | <configuration>
|
257 | 255 | <skip>${cmake.build.skip}</skip>
|
258 | 256 | <target>
|
259 |
| - <ant dir="ant" target="show-file-info"/> |
| 257 | + <ant dir="ant" target="show-file-info" /> |
260 | 258 | </target>
|
261 | 259 | </configuration>
|
262 | 260 | </execution>
|
|
0 commit comments