We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616ea35 commit 03c3936Copy full SHA for 03c3936
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.github.fvarrui</groupId>
5
<artifactId>javapackager</artifactId>
6
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.2-SNAPSHOT</version>
7
<packaging>maven-plugin</packaging>
8
9
<name>JavaPackager Maven Plugin</name>
@@ -14,6 +14,7 @@
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
<maven.compiler.source>1.8</maven.compiler.source>
16
<maven.compiler.target>1.8</maven.compiler.target>
17
+ <line.separator>
</line.separator>
18
</properties>
19
20
<licenses>
0 commit comments