Skip to content

Commit

Permalink
[1.2.0 - 2024-04-09]
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Apr 9, 2024
1 parent 27b78d0 commit c8deb3a
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0 - 2024-04-09]

### Added

- simple-config ConfigParams
Expand Down
2 changes: 1 addition & 1 deletion data-service-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-service-helper-bom</artifactId>
<version>${revision}</version>
<version>1.2.0</version>
</parent>

<name>Data Service Base</name>
Expand Down
2 changes: 1 addition & 1 deletion data-service-jvfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-service-helper-bom</artifactId>
<version>${revision}</version>
<version>1.2.0</version>
</parent>

<name>Data Service JVFS</name>
Expand Down
2 changes: 1 addition & 1 deletion emp-exception-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-service-helper-bom</artifactId>
<version>${revision}</version>
<version>1.2.0</version>
</parent>

<name>Eclipse MicroProfile Exception Mapper</name>
Expand Down
2 changes: 1 addition & 1 deletion emp-service-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-service-helper-bom</artifactId>
<version>${revision}</version>
<version>1.2.0</version>
</parent>

<name>Eclipse MicroProfile Service Model</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-service-helper-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-service-helper-bom</artifactId>
<version>${revision}</version>
<version>1.2.0</version>
</parent>
<artifactId>fj-service-helper-demo</artifactId>
<name>Fugerit Service Helper DEMO</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<relativePath></relativePath>
</parent>

<version>${revision}</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<name>Fugerit Service Helper BOM</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-redis-service-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-service-helper-bom</artifactId>
<version>${revision}</version>
<version>1.2.0</version>
</parent>

<name>Service Map based on Quarkus 3+ Redis Client</name>
Expand Down
2 changes: 1 addition & 1 deletion simple-config-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-service-helper-bom</artifactId>
<version>${revision}</version>
<version>1.2.0</version>
</parent>

<name>simple-config-microprofile</name>
Expand Down
2 changes: 1 addition & 1 deletion simple-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-service-helper-bom</artifactId>
<version>${revision}</version>
<version>1.2.0</version>
</parent>

<name>simple-config</name>
Expand Down

0 comments on commit c8deb3a

Please sign in to comment.