File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44
55 <modelVersion >4.0.0</modelVersion >
6- <groupId >me.CHANGEME </groupId >
7- <artifactId >SlimefunAddon </artifactId >
6+ <groupId >me.jasperchasetoq </groupId >
7+ <artifactId >MobSimulationPlus </artifactId >
88 <version >1.0.0</version >
99
1010 <properties >
11- <maven .compiler.source>1.8 </maven .compiler.source>
12- <maven .compiler.target>1.8 </maven .compiler.target>
11+ <maven .compiler.source>16 </maven .compiler.source>
12+ <maven .compiler.target>16 </maven .compiler.target>
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 </properties >
1515
6666 </exclusion >
6767 </exclusions >
6868 </dependency >
69+ <dependency >
70+ <groupId >io.github.mooy1</groupId >
71+ <artifactId >InfinityExpansion</artifactId >
72+ <version >c4e42cc</version >
73+ <scope >provided</scope >
74+ </dependency >
75+ <dependency >
76+ <groupId >com.github.Mooy1</groupId >
77+ <artifactId >InfinityLib</artifactId >
78+ <version >1.3.9</version >
79+ </dependency >
6980 </dependencies >
7081</project >
You can’t perform that action at this time.
0 commit comments