We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b534a68 commit e2aff40Copy full SHA for e2aff40
README.md
@@ -15,7 +15,7 @@ Add the following `plugin` tag to your `pom.xml`:
15
<plugin>
16
<groupId>io.github.fvarrui</groupId>
17
<artifactId>javapackager</artifactId>
18
- <version>0.9.4-SNAPSHOT</version>
+ <version>0.9.4|0.9.5-SNAPSHOT</version>
19
<executions>
20
<execution>
21
<phase>package</phase>
@@ -47,7 +47,7 @@ Add the following `plugin` tag to your `pom.xml`:
47
</plugin>
48
```
49
50
-> Some [plugin configuration samples](docs/plugin-configuration-samples.md) here.
+> See [plugin configuration samples](docs/plugin-configuration-samples.md) to know more.
51
52
### Package your app
53
0 commit comments