Skip to content

Commit 32ac9d0

Browse files
committed
Use latest release v0.0.5 in README
1 parent cdc0861 commit 32ac9d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Add the plugin:
3939
<plugin>
4040
<groupId>org.openjfx</groupId>
4141
<artifactId>javafx-maven-plugin</artifactId>
42-
<version>0.0.4</version>
42+
<version>0.0.5</version>
4343
<configuration>
4444
<mainClass>hellofx/org.openjfx.App</mainClass>
4545
</configuration>
@@ -87,7 +87,7 @@ This configuration changes these levels to 12, for instance:
8787
<plugin>
8888
<groupId>org.openjfx</groupId>
8989
<artifactId>javafx-maven-plugin</artifactId>
90-
<version>0.0.4</version>
90+
<version>0.0.5</version>
9191
<configuration>
9292
<source>12</source>
9393
<target>12</target>
@@ -103,7 +103,7 @@ If required, compiler arguments can be set. For instance:
103103
<plugin>
104104
<groupId>org.openjfx</groupId>
105105
<artifactId>javafx-maven-plugin</artifactId>
106-
<version>0.0.4</version>
106+
<version>0.0.5</version>
107107
<configuration>
108108
<compilerArgs>
109109
<arg>--add-exports</arg>
@@ -147,7 +147,7 @@ The following configuration adds some VM options, and a command line argument:
147147
<plugin>
148148
<groupId>org.openjfx</groupId>
149149
<artifactId>javafx-maven-plugin</artifactId>
150-
<version>0.0.4</version>
150+
<version>0.0.5</version>
151151
<configuration>
152152
<mainClass>org.openjfx.hellofx/org.openjfx.App</mainClass>
153153
<options>
@@ -209,7 +209,7 @@ For instance, with the following configuration:
209209
<plugin>
210210
<groupId>org.openjfx</groupId>
211211
<artifactId>javafx-maven-plugin</artifactId>
212-
<version>0.0.4</version>
212+
<version>0.0.5</version>
213213
<configuration>
214214
<stripDebug>true</stripDebug>
215215
<compress>2</compress>

0 commit comments

Comments
 (0)