Skip to content

Commit 128c3fe

Browse files
committed
Release 0.2.2
1 parent b19d42f commit 128c3fe

File tree

22 files changed

+29
-26
lines changed

22 files changed

+29
-26
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.2] - 2026-03-06
11+
1012
### Added
1113

1214
- Add Galleon feature pack
@@ -197,7 +199,8 @@ Initial release.
197199
198200
- for dependency upgrades
199201
-->
200-
[Unreleased]: https://github.com/hal/foundation/compare/v0.2.1...HEAD
202+
[Unreleased]: https://github.com/hal/foundation/compare/v0.2.2...HEAD
203+
[0.2.2]: https://github.com/hal/foundation/compare/v0.2.1...v0.2.2
201204
[0.2.1]: https://github.com/hal/foundation/compare/v0.2.0...v0.2.1
202205
[0.2.0]: https://github.com/hal/foundation/compare/v0.1.2...v0.2.0
203206
[0.1.2]: https://github.com/hal/foundation/compare/v0.1.1...v0.1.2

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:0.2.1`](https://central.sonatype.com/artifact/org.jboss.hal/hal-op-feature-pack)
38+
`org.jboss.hal:hal-op-feature-pack:0.2.2`](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-0.2.1-runner
88+
op/standalone/target/hal-op-standalone-0.2.2-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:0.2.1`](https://central.sonatype.com/artifact/org.jboss.hal/hal-op-standalone). You can
97+
`org.jboss.hal:hal-op-standalone:0.2.2`](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:0.2.1:jar:runner -DoutputDirectory=.
102-
java -jar hal-op-standalone-0.2.1-runner.jar
101+
mvn dependency:copy -Dartifact=org.jboss.hal:hal-op-standalone:0.2.2:jar:runner -DoutputDirectory=.
102+
java -jar hal-op-standalone-0.2.2-runner.jar
103103
```
104104
105105
#### Latest release (native)

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.2-SNAPSHOT</version>
33+
<version>0.2.2</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.2-SNAPSHOT</version>
25+
<version>0.2.2</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.2-SNAPSHOT</version>
25+
<version>0.2.2</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.2-SNAPSHOT</version>
27+
<version>0.2.2</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.2-SNAPSHOT</version>
27+
<version>0.2.2</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.2-SNAPSHOT</version>
27+
<version>0.2.2</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.2-SNAPSHOT</version>
27+
<version>0.2.2</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.2-SNAPSHOT</version>
27+
<version>0.2.2</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

0 commit comments

Comments
 (0)