@@ -35,7 +35,7 @@ that can be provisioned with [Galleon](https://github.com/wildfly/galleon). The
3535on the management interface at http://localhost:9990/halop
3636
37371 . Build or use the latest feature pack from Maven Central [
38- ` org.jboss.hal:hal-op-feature-pack:<VERSION> ` ] ( https://central.sonatype.com/artifact/org.jboss.hal/hal-op-feature-pack )
38+ ` org.jboss.hal:hal-op-feature-pack:0.2.1 ` ] ( https://central.sonatype.com/artifact/org.jboss.hal/hal-op-feature-pack )
3939
4040 ``` shell
4141 mvn install -P prod,op,feature-pack
@@ -85,7 +85,7 @@ java -jar op/standalone/target/quarkus-app/quarkus-run.jar
8585
8686```shell
8787mvn install -P prod,op,standalone,native
88- op/standalone/target/hal-op-standalone-<VERSION> -runner
88+ op/standalone/target/hal-op-standalone-0.2.1 -runner
8989```
9090
9191Please make sure that you have a recent version of GraalVM installed.
@@ -94,12 +94,12 @@ See https://quarkus.io/guides/building-native-image#configuring-graalvm for deta
9494#### Latest release (JVM)
9595
9696The latest release is deployed as Uber-Jar using the `runner` classifier to Maven Central: [
97- `org.jboss.hal:hal-op-standalone:<VERSION> `](https://central.sonatype.com/artifact/org.jboss.hal/hal-op-standalone). You can
97+ `org.jboss.hal:hal-op-standalone:0.2.1 `](https://central.sonatype.com/artifact/org.jboss.hal/hal-op-standalone). You can
9898download and run it with
9999
100100```shell
101- mvn dependency:copy -Dartifact=org.jboss.hal:hal-op-standalone:<VERSION> :jar:runner -DoutputDirectory=.
102- java -jar hal-op-standalone-<VERSION> -runner.jar
101+ mvn dependency:copy -Dartifact=org.jboss.hal:hal-op-standalone:0.2.1 :jar:runner -DoutputDirectory=.
102+ java -jar hal-op-standalone-0.2.1 -runner.jar
103103```
104104
105105#### Latest release (native)
0 commit comments