11<project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4- <parent >
5- <groupId >com.ubivashka</groupId >
6- <artifactId >vk-api.parent</artifactId >
7- <version >0.4.1</version >
8- </parent >
9- <modelVersion >4.0.0</modelVersion >
10- <artifactId >vk-api.velocity</artifactId >
11- <packaging >jar</packaging >
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ <parent >
5+ <groupId >com.ubivashka</groupId >
6+ <artifactId >vk-api.parent</artifactId >
7+ <version >0.4.1</version >
8+ </parent >
9+ <modelVersion >4.0.0</modelVersion >
10+ <artifactId >vk-api.velocity</artifactId >
11+ <packaging >jar</packaging >
1212
13- <properties >
14- <project .file.name>VK-API-Velocity</project .file.name>
13+ <properties >
14+ <project .file.name>VK-API-Velocity</project .file.name>
1515
16- <!-- Dependencies -->
17- <velocity-api .vesion >3.0 .1</velocity-api .vesion >
18- </properties >
16+ <!-- Dependencies -->
17+ <velocity-api .version >3.1 .1</velocity-api .version >
18+ </properties >
1919
20- <repositories >
21- <repository >
22- <id >jitpack.io</id >
23- <url >https://jitpack.io</url >
24- </repository >
25- <repository >
26- <id >velocity</id >
27- <url >https://repo.velocitypowered.com/snapshots/</url >
28- </repository >
29- </repositories >
20+ <repositories >
21+ <repository >
22+ <id >jitpack.io</id >
23+ <url >https://jitpack.io</url >
24+ </repository >
25+ <repository >
26+ <id >velocity</id >
27+ <url >https://repo.velocitypowered.com/snapshots/</url >
28+ </repository >
29+ <repository >
30+ <id >papermc</id >
31+ <url >https://repo.papermc.io/repository/maven-public/</url >
32+ </repository >
33+ </repositories >
3034
31- <dependencies >
32- <!-- Core -->
33- <dependency >
34- <groupId >com.ubivashka</groupId >
35- <artifactId >vk-api.core</artifactId >
36- <version >${core.version} </version >
37- <scope >compile</scope >
38- </dependency >
35+ <dependencies >
36+ <!-- Core -->
37+ <dependency >
38+ <groupId >com.ubivashka</groupId >
39+ <artifactId >vk-api.core</artifactId >
40+ <version >${core.version} </version >
41+ <scope >compile</scope >
42+ </dependency >
3943
40- <!-- Velocity API -->
41- <dependency >
42- <groupId >com.velocitypowered</groupId >
43- <artifactId >velocity-api</artifactId >
44- <version >${velocity-api.vesion} </version >
45- <scope >provided</scope >
46- </dependency >
47- </dependencies >
44+ <!-- Velocity API -->
45+ <dependency >
46+ <groupId >com.velocitypowered</groupId >
47+ <artifactId >velocity-api</artifactId >
48+ <version >${velocity-api.version} </version >
49+ <scope >provided</scope >
50+ </dependency >
51+ </dependencies >
52+ <build >
53+ <plugins >
54+ <plugin >
55+ <groupId >org.apache.maven.plugins</groupId >
56+ <artifactId >maven-compiler-plugin</artifactId >
57+ <version >${maven.compiler.plugin.version} </version >
58+ <configuration >
59+ <compilerArgs >
60+ <arg >-Xlint:deprecation</arg >
61+ <arg >-Xlint:unchecked</arg >
62+ </compilerArgs >
63+ <source >${java.version} </source >
64+ <target >${java.version} </target >
65+ <annotationProcessorPaths >
66+ <annotationProcessorPath >
67+ <groupId >com.velocitypowered</groupId >
68+ <artifactId >velocity-api</artifactId >
69+ <version >${velocity-api.version} </version >
70+ </annotationProcessorPath >
71+ </annotationProcessorPaths >
72+ </configuration >
73+ </plugin >
74+ </plugins >
75+ </build >
4876</project >
0 commit comments