Skip to content

Commit ae01870

Browse files
committed
[maven-release-plugin] prepare release v0.9.2
1 parent 3804181 commit ae01870

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.github.fvarrui</groupId>
55
<artifactId>javapackager</artifactId>
6-
<version>0.9.2-SNAPSHOT</version>
6+
<version>0.9.2</version>
77
<packaging>maven-plugin</packaging>
88

99
<name>JavaPackager Maven Plugin</name>
@@ -14,7 +14,8 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<maven.compiler.source>1.8</maven.compiler.source>
1616
<maven.compiler.target>1.8</maven.compiler.target>
17-
<line.separator>&#10;</line.separator>
17+
<line.separator>
18+
</line.separator>
1819
</properties>
1920

2021
<licenses>
@@ -36,7 +37,7 @@
3637
<connection>scm:git:git://github.com/fvarrui/JavaPackager.git</connection>
3738
<developerConnection>scm:git:git@github.com:fvarrui/fvarrui.git</developerConnection>
3839
<url>https://github.com/fvarrui/JavaPackager</url>
39-
<tag>v0.9.1</tag>
40+
<tag>v0.9.2</tag>
4041
</scm>
4142

4243
<dependencies>

0 commit comments

Comments
 (0)