Skip to content

Commit

Permalink
Merged branch '2.0.x' into '3.0.x'.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed Jan 31, 2024
2 parents acc81b5 + b0cc05d commit df9501a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty-version>11.0.19</jetty-version>
<jetty-version>11.0.20</jetty-version>
<rxjava-version>3.1.8</rxjava-version>
<spring-version>5.3.31</spring-version>
<slf4j-version>2.0.9</slf4j-version>
<slf4j-version>2.0.11</slf4j-version>
<reactivestreams-version>1.0.4</reactivestreams-version>
</properties>

Expand Down Expand Up @@ -189,7 +189,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<source>11</source>
<target>11</target>
Expand Down Expand Up @@ -239,6 +239,7 @@
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>true</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
Expand All @@ -255,7 +256,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit df9501a

Please sign in to comment.