@@ -36,7 +36,7 @@ that can be provisioned with [Galleon](https://github.com/wildfly/galleon). The
3636on the management interface at http://localhost:9990/halop .
3737
38381 . Build or use the latest feature pack from Maven Central [
39- ` org.jboss.hal:hal-op-feature-pack:0.2.4 ` ] ( https://central.sonatype.com/artifact/org.jboss.hal/hal-op-feature-pack )
39+ ` org.jboss.hal:hal-op-feature-pack:0.2.5 ` ] ( https://central.sonatype.com/artifact/org.jboss.hal/hal-op-feature-pack )
4040
4141 ``` shell
4242 mvn install -P prod,op,feature-pack
@@ -86,7 +86,7 @@ java -jar op/standalone/target/quarkus-app/quarkus-run.jar
8686
8787```shell
8888mvn install -P prod,op,standalone,native
89- op/standalone/target/hal-op-standalone-0.2.4 -runner
89+ op/standalone/target/hal-op-standalone-0.2.5 -runner
9090```
9191
9292Please make sure that you have a recent version of GraalVM installed.
@@ -95,12 +95,12 @@ See https://quarkus.io/guides/building-native-image#configuring-graalvm for deta
9595#### Use the latest release (JVM)
9696
9797The latest release is deployed as Uber-Jar using the `runner` classifier to Maven Central: [
98- `org.jboss.hal:hal-op-standalone:0.2.4 `](https://central.sonatype.com/artifact/org.jboss.hal/hal-op-standalone). You can
98+ `org.jboss.hal:hal-op-standalone:0.2.5 `](https://central.sonatype.com/artifact/org.jboss.hal/hal-op-standalone). You can
9999download and run it with
100100
101101```shell
102- mvn dependency:copy -Dartifact=org.jboss.hal:hal-op-standalone:0.2.4 :jar:runner -DoutputDirectory=.
103- java -jar hal-op-standalone-0.2.4 -runner.jar
102+ mvn dependency:copy -Dartifact=org.jboss.hal:hal-op-standalone:0.2.5 :jar:runner -DoutputDirectory=.
103+ java -jar hal-op-standalone-0.2.5 -runner.jar
104104```
105105
106106#### Use the latest release (native)
@@ -119,7 +119,7 @@ xattr -d com.apple.quarantine hal-op-*
119119halOP can also be started using [JBang](https://jbang.dev/).
120120
121121```shell
122- jbang org.jboss.hal:hal-op-standalone:0.2.4 :runner
122+ jbang org.jboss.hal:hal-op-standalone:0.2.5 :runner
123123```
124124
125125If you want it even simpler, you can make use of
0 commit comments