Skip to content

Commit b19d42f

Browse files
committed
Prepare next release
1 parent 4556cea commit b19d42f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ that can be provisioned with [Galleon](https://github.com/wildfly/galleon). The
3535
on the management interface at http://localhost:9990/halop
3636

3737
1. 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
8787
mvn 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
9191
Please 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
9696
The 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
9898
download 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)

release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ done
149149

150150
msg ""
151151
./versionBump.sh "${FINAL_VERSION}"
152-
msg "Update changelog"
152+
msg "Update README & changelog"
153+
sed -i '' -E "s/[0-9]+\.[0-9]+\.[0-9]+/$FINAL_VERSION/" README.md
153154
mvn --quiet -DskipModules keepachangelog:release &> /dev/null
154155
msg "Push changes"
155156
git commit --quiet -am "Release ${RELEASE_VERSION}"

0 commit comments

Comments
 (0)