Skip to content

Commit

Permalink
Update Maven plugin versions in pom.xml
Browse files Browse the repository at this point in the history
Upgraded maven-compiler-plugin to version 3.13.0 and maven-source-plugin to version 3.3.1. These updates enhance compatibility and include important bug fixes and improvements.
  • Loading branch information
nikosgram committed Aug 30, 2024
1 parent d6e0b28 commit 2fd0352
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 @@ -37,15 +37,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 2fd0352

Please sign in to comment.