Skip to content

Commit 33d7dc7

Browse files
(feat): protocol 560
1 parent 79e638c commit 33d7dc7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bedrock/bedrock-v476/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>bedrock-parent</artifactId>
77
<groupId>org.powernukkit.bedrock.protocol</groupId>
8-
<version>2.9.14-PN.1-SNAPSHOT</version>
8+
<version>2.9.15-PN.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

bedrock/bedrock-v560/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
66
<artifactId>bedrock-parent</artifactId>
7-
<groupId>com.nukkitx.protocol</groupId>
8-
<version>2.9.15-SNAPSHOT</version>
7+
<groupId>org.powernukkit.bedrock.protocol</groupId>
8+
<version>2.9.15-PN.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>bedrock-v560</artifactId>
1313

1414
<dependencies>
1515
<dependency>
16-
<groupId>com.nukkitx.protocol</groupId>
16+
<groupId>org.powernukkit.bedrock.protocol</groupId>
1717
<artifactId>bedrock-v557</artifactId>
1818
<version>${project.version}</version>
1919
</dependency>
2020
</dependencies>
21-
</project>
21+
</project>

0 commit comments

Comments
 (0)