Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 9, 2023
1 parent cee3766 commit de4f6df
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.java-native</groupId>
<artifactId>jssc</artifactId>
<version>2.9.5-SNAPSHOT</version>
<version>2.9.5</version>

<name>Java Simple Serial Connector</name>
<description>
Expand Down Expand Up @@ -34,7 +32,7 @@
<connection>scm:git:https://github.com/java-native/jssc.git</connection>
<developerConnection>scm:git:[email protected]:java-native/jssc.git</developerConnection>
<url>https://github.com/java-native/jssc</url>
<tag>HEAD</tag>
<tag>v2.9.5</tag>
</scm>

<properties>
Expand Down Expand Up @@ -218,8 +216,8 @@
<goals><goal>run</goal></goals>
<configuration>
<target>
<ant dir="ant"/>
<property file="${ant.properties.file}" description="read props from ant"/>
<ant dir="ant" />
<property file="${ant.properties.file}" description="read props from ant" />
</target>
<exportAntProperties>true</exportAntProperties>
</configuration>
Expand All @@ -232,7 +230,7 @@
<configuration>
<skip>${cmake.generate.skip}</skip>
<target>
<ant dir="ant" target="cmake-generate"/>
<ant dir="ant" target="cmake-generate" />
</target>
</configuration>
</execution>
Expand All @@ -244,7 +242,7 @@
<configuration>
<skip>${cmake.build.skip}</skip>
<target>
<ant dir="ant" target="cmake-build"/>
<ant dir="ant" target="cmake-build" />
</target>
</configuration>
</execution>
Expand All @@ -256,7 +254,7 @@
<configuration>
<skip>${cmake.build.skip}</skip>
<target>
<ant dir="ant" target="show-file-info"/>
<ant dir="ant" target="show-file-info" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit de4f6df

Please sign in to comment.