Skip to content

Commit

Permalink
chore: version release
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Astappiev <[email protected]>
  • Loading branch information
astappiev committed Feb 22, 2024
1 parent 031cc3a commit 409ac84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.l3s</groupId>
<artifactId>learnweb</artifactId>
<!-- Because Tomcat treats a version as String, we need to use zero paddings to make sure v10 is newer than v9 -->
<version>3.24.02</version>
<version>3.25.00</version>
<packaging>war</packaging>

<name>Learnweb</name>
Expand All @@ -17,7 +17,7 @@
<jakarta.faces.project_stage>Development</jakarta.faces.project_stage>

<maven.compiler.release>21</maven.compiler.release>
<maven.dependency.myfaces.version>4.0.1</maven.dependency.myfaces.version>
<maven.dependency.myfaces.version>4.0.2</maven.dependency.myfaces.version>
<maven.dependency.imageio.version>3.10.1</maven.dependency.imageio.version>
<maven.dependency.jdbi3.version>3.45.0</maven.dependency.jdbi3.version>
<maven.dependency.flyway.version>10.8.1</maven.dependency.flyway.version>
Expand Down

0 comments on commit 409ac84

Please sign in to comment.