Skip to content

Commit de38957

Browse files
committed
changed to the current keycloak version and compiled with Java11
1 parent 50fd475 commit de38957

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

pom.xml

+13-14
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,30 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>info.furbach</groupId>
8-
<artifactId>spi-keycloak</artifactId>
9-
<version>1.0</version>
8+
<artifactId>spi-keycloak-emailnotification</artifactId>
9+
<version>1.0.1</version>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12-
<maven.compiler.target>1.8</maven.compiler.target>
13-
<version.org.keycloak>3.4.0.Final</version.org.keycloak>
14-
<version.org.jboss.logging>3.3.0.Final</version.org.jboss.logging>
12+
<maven.compiler.release>11</maven.compiler.release>
13+
<version.org.keycloak>16.0.0</version.org.keycloak>
14+
<version.org.jboss.logging>3.4.1.Final</version.org.jboss.logging>
1515
</properties>
1616

1717

1818
<build>
1919
<plugins>
2020
<plugin>
21-
<groupId>org.apache.maven.plugins</groupId>
22-
<artifactId>maven-compiler-plugin</artifactId>
23-
<version>3.8.0</version>
24-
<configuration>
25-
<source>1.8</source>
26-
<target>1.8</target>
27-
</configuration>
21+
<groupId>org.apache.maven.plugins</groupId>
22+
<artifactId>maven-compiler-plugin</artifactId>
23+
<version>3.8.0</version>
24+
<configuration>
25+
<release>11</release>
26+
</configuration>
2827
</plugin>
2928

3029
<plugin>
3130
<artifactId>maven-assembly-plugin</artifactId>
32-
<version>3.1.1</version>
31+
<version>3.3.0</version>
3332
<configuration>
3433
<descriptors>
3534
<descriptor>src/assembly/assemblyModule.xml</descriptor>
@@ -74,4 +73,4 @@
7473
</dependencies>
7574

7675

77-
</project>
76+
</project>

0 commit comments

Comments
 (0)