Skip to content

Commit 7b306d5

Browse files
committed
Release 0.0.5
1 parent 0b9a6a2 commit 7b306d5

File tree

18 files changed

+21
-18
lines changed

18 files changed

+21
-18
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.0.5] - 2025-11-09
11+
1012
### Changed
1113

1214
- Change image name for the halOP console to quay.io/halconsole/hal-op
@@ -66,7 +68,8 @@ Initial release.
6668
6769
- for dependency upgrades
6870
-->
69-
[Unreleased]: https://github.com/hal/foundation/compare/v0.0.4...HEAD
71+
[Unreleased]: https://github.com/hal/foundation/compare/v0.0.5...HEAD
72+
[0.0.5]: https://github.com/hal/foundation/compare/v0.0.4...v0.0.5
7073
[0.0.4]: https://github.com/hal/foundation/compare/v0.0.3...v0.0.4
7174
[0.0.3]: https://github.com/hal/foundation/compare/v0.0.2...v0.0.3
7275
[0.0.2]: https://github.com/hal/foundation/compare/v0.0.1...v0.0.2

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

meta/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.0.5-SNAPSHOT</version>
27+
<version>0.0.5</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

0 commit comments

Comments
 (0)