2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >org.inventivetalent</groupId >
43
43
<artifactId >apimanager</artifactId >
44
- <version >1.0.3 -SNAPSHOT</version >
44
+ <version >1.0.4 -SNAPSHOT</version >
45
45
</dependency >
46
46
47
47
<dependency >
Original file line number Diff line number Diff line change 15
15
<name >PacketListenerAPI</name >
16
16
17
17
<properties >
18
- <pl .version>3.9.0 -SNAPSHOT</pl .version>
18
+ <pl .version>3.9.1 -SNAPSHOT</pl .version>
19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
- <maven .compiler.source>1.9 </maven .compiler.source>
21
- <maven .compiler.target>1.9 </maven .compiler.target>
20
+ <maven .compiler.source>11 </maven .compiler.source>
21
+ <maven .compiler.target>11 </maven .compiler.target>
22
22
</properties >
23
23
24
24
<build >
46
46
<artifactId >maven-compiler-plugin</artifactId >
47
47
<version >3.8.1</version >
48
48
<configuration >
49
- <source >1.9 </source >
50
- <target >1.9 </target >
49
+ <source >11 </source >
50
+ <target >11 </target >
51
51
</configuration >
52
52
</plugin >
53
53
<plugin >
54
54
<groupId >org.apache.maven.plugins</groupId >
55
55
<artifactId >maven-shade-plugin</artifactId >
56
- <version >3.2.1 </version >
56
+ <version >3.2.2 </version >
57
57
<executions >
58
58
<execution >
59
59
<phase >package</phase >
0 commit comments