File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141 <dependency >
4242 <groupId >org.inventivetalent</groupId >
4343 <artifactId >apimanager</artifactId >
44- <version >1.0.3 -SNAPSHOT</version >
44+ <version >1.0.4 -SNAPSHOT</version >
4545 </dependency >
4646
4747 <dependency >
Original file line number Diff line number Diff line change 1515 <name >PacketListenerAPI</name >
1616
1717 <properties >
18- <pl .version>3.9.0 -SNAPSHOT</pl .version>
18+ <pl .version>3.9.1 -SNAPSHOT</pl .version>
1919 <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>
2222 </properties >
2323
2424 <build >
4646 <artifactId >maven-compiler-plugin</artifactId >
4747 <version >3.8.1</version >
4848 <configuration >
49- <source >1.9 </source >
50- <target >1.9 </target >
49+ <source >11 </source >
50+ <target >11 </target >
5151 </configuration >
5252 </plugin >
5353 <plugin >
5454 <groupId >org.apache.maven.plugins</groupId >
5555 <artifactId >maven-shade-plugin</artifactId >
56- <version >3.2.1 </version >
56+ <version >3.2.2 </version >
5757 <executions >
5858 <execution >
5959 <phase >package</phase >
You can’t perform that action at this time.
0 commit comments