FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Release 0.4.2 · patternfly-java/patternfly-java@91a4a11 · GitHub

Commit 91a4a11

Browse files
committed
Release 0.4.2
1 parent 0e9b48b commit 91a4a11

17 files changed

Lines changed: 20 additions & 17 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.4.2] - 2025-12-17
10+
911
### Added
1012

1113
- Bullet chart (#109)
@@ -562,7 +564,8 @@ Stay tuned for more to come...
562564
-->
563565

564566
[Removed]: https://github.com/patternfly-java/patternfly-java/compare/v0.2.11...vRemoved
565-
[Unreleased]: https://github.com/patternfly-java/patternfly-java/compare/v0.4.1...HEAD
567+
[Unreleased]: https://github.com/patternfly-java/patternfly-java/compare/v0.4.2...HEAD
568+
[0.4.2]: https://github.com/patternfly-java/patternfly-java/compare/v0.4.1...v0.4.2
566569
[0.4.1]: https://github.com/patternfly-java/patternfly-java/compare/v0.4.0...v0.4.1
567570
[0.4.0]: https://github.com/patternfly-java/patternfly-java/compare/v0.3.1...v0.4.0
568571
[0.3.1]: https://github.com/patternfly-java/patternfly-java/compare/v0.3.0...v0.3.1

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PatternFly Java is available on [Maven Central](https://central.sonatype.com/sea
4242
<dependency>
4343
<groupId>org.patternfly</groupId>
4444
<artifactId>patternfly-java-bom</artifactId>
45-
<version>0.4.1</version>
45+
<version>0.4.2</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

‎bom/pom.xml‎

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

3030
<groupId>org.patternfly</groupId>
3131
<artifactId>patternfly-java-bom</artifactId>
32-
<version>0.4.2-SNAPSHOT</version>
32+
<version>0.4.2</version>
3333
<packaging>pom</packaging>
3434
<name>PatternFly Java BOM</name>
3535
<description>Bill of materials</description>

‎build-config/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.patternfly</groupId>
2525
<artifactId>patternfly-java-parent</artifactId>
26-
<version>0.4.2-SNAPSHOT</version>
26+
<version>0.4.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

‎charts/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.patternfly</groupId>
2525
<artifactId>patternfly-java-code-parent</artifactId>
26-
<version>0.4.2-SNAPSHOT</version>
26+
<version>0.4.2</version>
2727
<relativePath>../code-parent/pom.xml</relativePath>
2828
</parent>
2929

‎code-parent/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.patternfly</groupId>
2525
<artifactId>patternfly-java-parent</artifactId>
26-
<version>0.4.2-SNAPSHOT</version>
26+
<version>0.4.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

‎components/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.patternfly</groupId>
2525
<artifactId>patternfly-java-code-parent</artifactId>
26-
<version>0.4.2-SNAPSHOT</version>
26+
<version>0.4.2</version>
2727
<relativePath>../code-parent/pom.xml</relativePath>
2828
</parent>
2929

‎core/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.patternfly</groupId>
2525
<artifactId>patternfly-java-code-parent</artifactId>
26-
<version>0.4.2-SNAPSHOT</version>
26+
<version>0.4.2</version>
2727
<relativePath>../code-parent/pom.xml</relativePath>
2828
</parent>
2929

‎extensions/codeeditor/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.patternfly</groupId>
2525
<artifactId>patternfly-java-code-parent</artifactId>
26-
<version>0.4.2-SNAPSHOT</version>
26+
<version>0.4.2</version>
2727
<relativePath>../../code-parent/pom.xml</relativePath>
2828
</parent>
2929

‎extensions/finder/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.patternfly</groupId>
2525
<artifactId>patternfly-java-code-parent</artifactId>
26-
<version>0.4.2-SNAPSHOT</version>
26+
<version>0.4.2</version>
2727
<relativePath>../../code-parent/pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL