File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <!-- Don't use the Nukkit namespace for your own plugins -->
5
+ <!-- Don't use the Nukkit namespace for your own plugins -->
6
6
<groupId >cn.nukkit</groupId >
7
7
<artifactId >example-plugin</artifactId >
8
8
<version >1.0.0</version >
9
9
<name >ExamplePlugin</name >
10
10
<description >An Example Nukkit Plugin</description >
11
- <url >https://github.com/NukkitX/ExamplePlugin/</url >
12
-
11
+ <url >https://github.com/NukkitX/ExamplePlugin/</url >
12
+
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<maven .compiler.source>1.8</maven .compiler.source>
16
16
<maven .compiler.target>1.8</maven .compiler.target>
17
17
</properties >
18
18
19
- <repositories >
19
+ <repositories >
20
20
<repository >
21
21
<id >potestas-repo</id >
22
22
<url >http://repo.potestas.xyz/</url >
23
23
</repository >
24
24
</repositories >
25
-
25
+
26
26
<dependencies >
27
27
<dependency >
28
28
<groupId >cn.nukkit</groupId >
You can’t perform that action at this time.
0 commit comments