Skip to content

Commit

Permalink
quarkus version for demo app set to 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Mar 24, 2024
1 parent 3f7d531 commit fd56298
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 33 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- fj-bom set to 1.6.1
- quarkus version for demo app set to 3.7.2
- quarkus version for demo app set to 3.8.3
- fj-core version set to 8.5.3

## [0.3.1 - 2024-02-01]
Expand Down
5 changes: 2 additions & 3 deletions 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.1</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<name>Data Service Base</name>
Expand Down Expand Up @@ -39,6 +39,5 @@
</organization>

<url>https://www.fugerit.org/perm/venus/</url>



</project>
5 changes: 2 additions & 3 deletions 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.1</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<name>Data Service JVFS</name>
Expand Down Expand Up @@ -44,6 +44,5 @@
</organization>

<url>https://www.fugerit.org/perm/venus/</url>



</project>
5 changes: 2 additions & 3 deletions 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.1</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<name>Eclipse MicroProfile Service Model</name>
Expand Down Expand Up @@ -46,6 +46,5 @@
</organization>

<url>https://www.fugerit.org/perm/venus/</url>



</project>
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.1</version>
<version>0.3.2-SNAPSHOT</version>
</parent>
<artifactId>fj-service-helper-demo</artifactId>
<name>Fugerit Service Helper DEMO</name>
Expand Down
42 changes: 21 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<relativePath></relativePath>
</parent>

<version>0.3.1</version>
<version>0.3.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Fugerit Service Helper BOM</name>
Expand All @@ -30,7 +30,7 @@
<emp-service-model-version>${fj-service-helper-version}</emp-service-model-version>
<data-service-base-version>${fj-service-helper-version}</data-service-base-version>
<quarkus-redis-service-map-version>${fj-service-helper-version}</quarkus-redis-service-map-version>
<quarkus.platform.version>3.7.2</quarkus.platform.version>
<quarkus.platform.version>3.8.3</quarkus.platform.version>
</properties>

<licenses>
Expand Down Expand Up @@ -176,24 +176,24 @@
</dependency>

</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
</plugins>
</build>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
</plugins>
</build>

</project>
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.1</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

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

0 comments on commit fd56298

Please sign in to comment.