Skip to content

Commit 3d5638a

Browse files
committed
[maven-release-plugin] prepare release v1.0.3
1 parent d7822f0 commit 3d5638a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>io.github.fvarrui</groupId>
64
<artifactId>javapackager</artifactId>
7-
<version>1.0.3-SNAPSHOT</version>
5+
<version>1.0.3</version>
86
<packaging>maven-plugin</packaging>
97
<name>JavaPackager Maven Plugin</name>
108
<description>Maven Plugin which provides an easy way to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them.</description>
@@ -31,7 +29,7 @@
3129
<connection>scm:git:git://github.com/fvarrui/JavaPackager.git</connection>
3230
<developerConnection>scm:git:[email protected]:fvarrui/fvarrui.git</developerConnection>
3331
<url>https://github.com/fvarrui/JavaPackager</url>
34-
<tag>v1.0.2</tag>
32+
<tag>v1.0.3</tag>
3533
</scm>
3634
<dependencies>
3735
<dependency>

0 commit comments

Comments
 (0)