Skip to content

Commit 3cfd264

Browse files
committed
Release 0.2.6
1 parent 0ac7fa9 commit 3cfd264

File tree

22 files changed

+30
-27
lines changed

22 files changed

+30
-27
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.2.6] - 2026-03-09
11+
1012
### Fixed
1113

1214
- Fix native binary build for Windows
@@ -225,7 +227,8 @@ Initial release.
225227
226228
- for dependency upgrades
227229
-->
228-
[Unreleased]: https://github.com/hal/foundation/compare/v0.2.5...HEAD
230+
[Unreleased]: https://github.com/hal/foundation/compare/v0.2.6...HEAD
231+
[0.2.6]: https://github.com/hal/foundation/compare/v0.2.5...v0.2.6
229232
[0.2.5]: https://github.com/hal/foundation/compare/v0.2.4...v0.2.5
230233
[0.2.4]: https://github.com/hal/foundation/compare/v0.2.3...v0.2.4
231234
[0.2.3]: https://github.com/hal/foundation/compare/v0.2.2...v0.2.3

README.md

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

3838
1. Build or use the latest feature pack from Maven Central [
39-
`org.jboss.hal:hal-op-feature-pack:0.2.5`](https://central.sonatype.com/artifact/org.jboss.hal/hal-op-feature-pack)
39+
`org.jboss.hal:hal-op-feature-pack:0.2.6`](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
8888
mvn install -P prod,op,standalone,native
89-
op/standalone/target/hal-op-standalone-0.2.5-runner
89+
op/standalone/target/hal-op-standalone-0.2.6-runner
9090
```
9191
9292
Please 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
9797
The latest release is deployed as Uber-Jar using the `runner` classifier to Maven Central: [
98-
`org.jboss.hal:hal-op-standalone:0.2.5`](https://central.sonatype.com/artifact/org.jboss.hal/hal-op-standalone). You can
98+
`org.jboss.hal:hal-op-standalone:0.2.6`](https://central.sonatype.com/artifact/org.jboss.hal/hal-op-standalone). You can
9999
download and run it with
100100
101101
```shell
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
102+
mvn dependency:copy -Dartifact=org.jboss.hal:hal-op-standalone:0.2.6:jar:runner -DoutputDirectory=.
103+
java -jar hal-op-standalone-0.2.6-runner.jar
104104
```
105105
106106
#### Use the latest release (native)
@@ -119,7 +119,7 @@ xattr -d com.apple.quarantine hal-op-*
119119
halOP can also be started using [JBang](https://jbang.dev/).
120120
121121
```shell
122-
jbang org.jboss.hal:hal-op-standalone:0.2.5:runner
122+
jbang org.jboss.hal:hal-op-standalone:0.2.6:runner
123123
```
124124
125125
If you want it even simpler, you can make use of

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.jboss.hal</groupId>
3232
<artifactId>hal-fnd-bom</artifactId>
33-
<version>0.2.6-SNAPSHOT</version>
33+
<version>0.2.6</version>
3434
<packaging>pom</packaging>
3535
<name>HAL Foundation BOM</name>
3636
<description>Bill of materials</description>

build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jboss.hal</groupId>
2424
<artifactId>hal-fnd-parent</artifactId>
25-
<version>0.2.6-SNAPSHOT</version>
25+
<version>0.2.6</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

code-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jboss.hal</groupId>
2424
<artifactId>hal-fnd-parent</artifactId>
25-
<version>0.2.6-SNAPSHOT</version>
25+
<version>0.2.6</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.jboss.hal</groupId>
2626
<artifactId>hal-fnd-code-parent</artifactId>
27-
<version>0.2.6-SNAPSHOT</version>
27+
<version>0.2.6</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.jboss.hal</groupId>
2626
<artifactId>hal-fnd-code-parent</artifactId>
27-
<version>0.2.6-SNAPSHOT</version>
27+
<version>0.2.6</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

dmr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.jboss.hal</groupId>
2626
<artifactId>hal-fnd-code-parent</artifactId>
27-
<version>0.2.6-SNAPSHOT</version>
27+
<version>0.2.6</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

environment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.jboss.hal</groupId>
2626
<artifactId>hal-fnd-code-parent</artifactId>
27-
<version>0.2.6-SNAPSHOT</version>
27+
<version>0.2.6</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

event/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.jboss.hal</groupId>
2626
<artifactId>hal-fnd-code-parent</artifactId>
27-
<version>0.2.6-SNAPSHOT</version>
27+
<version>0.2.6</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

0 commit comments

Comments
 (0)