Skip to content

Commit 336cfb3

Browse files
committed
Release 0.2.1
1 parent dc9c118 commit 336cfb3

File tree

18 files changed

+22
-19
lines changed

18 files changed

+22
-19
lines changed

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.2.1] - 2024-04-08
10+
911
### Added
1012

1113
- Add GWT support and GWT showcase (#146)
@@ -262,7 +264,8 @@ Stay tuned for more to come...
262264
263265
- for dependency upgrades
264266
-->
265-
[Unreleased]: https://github.com/patternfly-java/patternfly-java/compare/v0.2.0...HEAD
267+
[Unreleased]: https://github.com/patternfly-java/patternfly-java/compare/v0.2.1...HEAD
268+
[0.2.1]: https://github.com/patternfly-java/patternfly-java/compare/v0.2.0...v0.2.1
266269
[0.2.0]: https://github.com/patternfly-java/patternfly-java/compare/v0.1.5...v0.2.0
267270
[0.1.5]: https://github.com/patternfly-java/patternfly-java/compare/v0.1.4...v0.1.5
268271
[0.1.4]: https://github.com/patternfly-java/patternfly-java/compare/v0.1.3...v0.1.4

README.md

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

bom/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.2.1-SNAPSHOT</version>
26+
<version>0.2.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

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.patternfly</groupId>
2424
<artifactId>patternfly-java-parent</artifactId>
25-
<version>0.2.1-SNAPSHOT</version>
25+
<version>0.2.1</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
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.patternfly</groupId>
2626
<artifactId>patternfly-java-parent</artifactId>
27-
<version>0.2.1-SNAPSHOT</version>
27+
<version>0.2.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

components/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.patternfly</groupId>
2626
<artifactId>patternfly-java-code-parent</artifactId>
27-
<version>0.2.1-SNAPSHOT</version>
27+
<version>0.2.1</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

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.patternfly</groupId>
2626
<artifactId>patternfly-java-code-parent</artifactId>
27-
<version>0.2.1-SNAPSHOT</version>
27+
<version>0.2.1</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

extensions/codeeditor/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.patternfly</groupId>
2626
<artifactId>patternfly-java-code-parent</artifactId>
27-
<version>0.2.1-SNAPSHOT</version>
27+
<version>0.2.1</version>
2828
<relativePath>../../code-parent/pom.xml</relativePath>
2929
</parent>
3030

extensions/finder/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.patternfly</groupId>
2626
<artifactId>patternfly-java-code-parent</artifactId>
27-
<version>0.2.1-SNAPSHOT</version>
27+
<version>0.2.1</version>
2828
<relativePath>../../code-parent/pom.xml</relativePath>
2929
</parent>
3030

gwt/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.patternfly</groupId>
2626
<artifactId>patternfly-java-code-parent</artifactId>
27-
<version>0.2.1-SNAPSHOT</version>
27+
<version>0.2.1</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

0 commit comments

Comments
 (0)