Skip to content

Commit

Permalink
feat: use JDK17, consolidate version of maven-shade plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Aug 4, 2023
1 parent 09f1a17 commit 7bde92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<description>A Camunda 7 Identity Provider Plugin for Keycloak</description>

<properties>
<version.java>1.8</version.java>
<version.java>17</version.java>
<encoding>UTF-8</encoding>
<project.build.sourceEncoding>${encoding}</project.build.sourceEncoding>
<project.build.resourceEncoding>${encoding}</project.build.resourceEncoding>
Expand Down

0 comments on commit 7bde92f

Please sign in to comment.