We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38c69f commit ee2b781Copy full SHA for ee2b781
1 file changed
pom.xml
@@ -2,10 +2,10 @@
2
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
<modelVersion>4.0.0</modelVersion>
4
5
- <name>Nukkit</name>
6
- <groupId>cn.nukkit</groupId>
7
- <artifactId>nukkit</artifactId>
8
- <version>2.0.0-SNAPSHOT</version>
+ <name>Cloudburst Server</name>
+ <groupId>org.cloudburstmc</groupId>
+ <artifactId>cloudburst-server</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
9
10
<properties>
11
<maven.compiler.source>1.8</maven.compiler.source>
0 commit comments