Skip to content

Commit

Permalink
Merge pull request #2106 from fjuma/ELY-2728
Browse files Browse the repository at this point in the history
[ELY-2728] Upgrade japicmp-maven-plugin to 0.20.0 so we can build with JDK 21
  • Loading branch information
Skyllarr committed Mar 14, 2024
2 parents 8eba90c + ed9fe0f commit 1193935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.13.0</version>
<version>0.20.0</version>
<configuration>
<oldVersion>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion wildfly-elytron/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.13.0</version>
<version>0.20.0</version>
<inherited>false</inherited>
<configuration>
<oldVersion>
Expand Down

0 comments on commit 1193935

Please sign in to comment.