Skip to content

Commit c8e4143

Browse files
committed
[maven-release-plugin] prepare release launch4j-maven-plugin-2.6.0
1 parent 590e4a7 commit c8e4143

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,20 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2222
2323
A complete copy of this license may be found in src/main/legal/LICENSE.txt of the source distribution.
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
<parent>
3029
<groupId>org.sonatype.oss</groupId>
3130
<artifactId>oss-parent</artifactId>
3231
<version>9</version>
33-
<relativePath/>
32+
<relativePath />
3433
</parent>
3534

3635
<groupId>com.akathist.maven.plugins.launch4j</groupId>
3736
<artifactId>launch4j-maven-plugin</artifactId>
3837
<packaging>maven-plugin</packaging>
39-
<version>2.5.4-SNAPSHOT</version>
38+
<version>2.6.0</version>
4039

4140
<name>Maven Launch4j Plugin</name>
4241
<description>This plugin creates Windows executables from Java jar files using the Launch4j utility.</description>
@@ -271,7 +270,7 @@ A complete copy of this license may be found in src/main/legal/LICENSE.txt of th
271270
</goals>
272271
</pluginExecutionFilter>
273272
<action>
274-
<ignore/>
273+
<ignore />
275274
</action>
276275
</pluginExecution>
277276
</pluginExecutions>

0 commit comments

Comments
 (0)