File tree 1 file changed +13
-14
lines changed
1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<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 >
10
10
<properties >
11
11
<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>
15
15
</properties >
16
16
17
17
18
18
<build >
19
19
<plugins >
20
20
<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 >
28
27
</plugin >
29
28
30
29
<plugin >
31
30
<artifactId >maven-assembly-plugin</artifactId >
32
- <version >3.1.1 </version >
31
+ <version >3.3.0 </version >
33
32
<configuration >
34
33
<descriptors >
35
34
<descriptor >src/assembly/assemblyModule.xml</descriptor >
74
73
</dependencies >
75
74
76
75
77
- </project >
76
+ </project >
You can’t perform that action at this time.
0 commit comments