Skip to content

Commit 5d88c8d

Browse files
committed
U
1 parent ae1d419 commit 5d88c8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ mvn release:prepare
205205
mvn release:perform
206206
```
207207

208-
:warning: On **Windows** it is necessary to use **PowerShell** and include next parameter ``-Dline.separator=`n`` in last command to avoid [this issue](https://stackoverflow.com/questions/11868590/maven-release-plugin-and-windows-line-breaks).
208+
:warning: On **Windows** it is necessary to use **PowerShell** and include next parameter ``-Dline.separator=`n`` in last two commands to avoid [this issue](https://stackoverflow.com/questions/11868590/maven-release-plugin-and-windows-line-breaks).
209209

210210
> Related [guide](https://dzone.com/articles/publish-your-artifacts-to-maven-central).
211211

pom.xml

Lines changed: 1 addition & 1 deletion
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>1.0.3-SNAPSHOT</version>
6+
<version>1.0.2-SNAPSHOT</version>
77
<packaging>maven-plugin</packaging>
88

99
<name>JavaPackager Maven Plugin</name>

0 commit comments

Comments
 (0)