File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >org.inventivetalent</groupId >
38
38
<artifactId >reflectionhelper</artifactId >
39
- <version >1.15.2 -SNAPSHOT</version >
39
+ <version >1.16.0 -SNAPSHOT</version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >org.inventivetalent</groupId >
51
51
</dependency >
52
52
</dependencies >
53
53
54
- </project >
54
+ </project >
Original file line number Diff line number Diff line change 18
18
<name >PacketListenerAPI</name >
19
19
20
20
<properties >
21
- <pl .version>3.7.9-SNAPSHOT</pl .version>
21
+ <pl .version>3.8.0-SNAPSHOT</pl .version>
22
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23
+ <maven .compiler.source>1.9</maven .compiler.source>
24
+ <maven .compiler.target>1.9</maven .compiler.target>
22
25
</properties >
23
26
24
27
<build >
44
47
<plugins >
45
48
<plugin >
46
49
<artifactId >maven-compiler-plugin</artifactId >
47
- <version >3.3 </version >
50
+ <version >3.8.1 </version >
48
51
<configuration >
49
- <source >1.8 </source >
50
- <target >1.8 </target >
52
+ <source >1.9 </source >
53
+ <target >1.9 </target >
51
54
</configuration >
52
55
</plugin >
53
56
<plugin >
103
106
<id >inventive-repo</id >
104
107
<url >https://repo.inventivetalent.org/content/groups/public/</url >
105
108
</repository >
109
+ <repository >
110
+ <id >jitpack.io</id >
111
+ <url >https://jitpack.io</url >
112
+ </repository >
106
113
<repository >
107
114
<id >md_5-repo</id >
108
115
<url >http://repo.md-5.net/content/repositories/public/</url >
You can’t perform that action at this time.
0 commit comments