File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 3636 <dependency >
3737 <groupId >org.inventivetalent</groupId >
3838 <artifactId >reflectionhelper</artifactId >
39- <version >1.15.2 -SNAPSHOT</version >
39+ <version >1.16.0 -SNAPSHOT</version >
4040 </dependency >
4141 <dependency >
4242 <groupId >org.inventivetalent</groupId >
5151 </dependency >
5252 </dependencies >
5353
54- </project >
54+ </project >
Original file line number Diff line number Diff line change 1818 <name >PacketListenerAPI</name >
1919
2020 <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>
2225 </properties >
2326
2427 <build >
4447 <plugins >
4548 <plugin >
4649 <artifactId >maven-compiler-plugin</artifactId >
47- <version >3.3 </version >
50+ <version >3.8.1 </version >
4851 <configuration >
49- <source >1.8 </source >
50- <target >1.8 </target >
52+ <source >1.9 </source >
53+ <target >1.9 </target >
5154 </configuration >
5255 </plugin >
5356 <plugin >
103106 <id >inventive-repo</id >
104107 <url >https://repo.inventivetalent.org/content/groups/public/</url >
105108 </repository >
109+ <repository >
110+ <id >jitpack.io</id >
111+ <url >https://jitpack.io</url >
112+ </repository >
106113 <repository >
107114 <id >md_5-repo</id >
108115 <url >http://repo.md-5.net/content/repositories/public/</url >
You can’t perform that action at this time.
0 commit comments