Skip to content

Commit 362ada5

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3d5638a commit 362ada5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.github.fvarrui</groupId>
44
<artifactId>javapackager</artifactId>
5-
<version>1.0.3</version>
5+
<version>1.0.4-SNAPSHOT</version>
66
<packaging>maven-plugin</packaging>
77
<name>JavaPackager Maven Plugin</name>
88
<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>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git://github.com/fvarrui/JavaPackager.git</connection>
3030
<developerConnection>scm:git:[email protected]:fvarrui/fvarrui.git</developerConnection>
3131
<url>https://github.com/fvarrui/JavaPackager</url>
32-
<tag>v1.0.3</tag>
32+
<tag>v1.0.2</tag>
3333
</scm>
3434
<dependencies>
3535
<dependency>

0 commit comments

Comments
 (0)