Skip to content

Commit

Permalink
[0.3.3 - 2024-03-24]
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Mar 24, 2024
1 parent ede7f39 commit 178e3da
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3 - 2024-03-24]

### Added

- [emp-service-model] native support : relfect-config.json
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>0.3.3-SNAPSHOT</version>
<version>0.3.3</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>0.3.3-SNAPSHOT</version>
<version>0.3.3</version>
</parent>

<name>Data Service JVFS</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>0.3.3-SNAPSHOT</version>
<version>0.3.3</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>0.3.3-SNAPSHOT</version>
<version>0.3.3</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>0.3.3-SNAPSHOT</version>
<version>0.3.3</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>0.3.3-SNAPSHOT</version>
<version>0.3.3</version>
</parent>

<name>Service Map based on Quarkus 3+ Redis Client</name>
Expand Down

0 comments on commit 178e3da

Please sign in to comment.