Skip to content

Commit c459fa1

Browse files
match jitpack group
1 parent 076464e commit c459fa1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

API/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
66
<parent>
77
<artifactId>parent</artifactId>
8-
<groupId>org.inventivetalent.packetlistener</groupId>
8+
<groupId>org.inventivetalent.packetlistenerapi</groupId>
99
<version>parent</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

Plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
66
<parent>
7-
<groupId>org.inventivetalent.packetlistener</groupId>
7+
<groupId>org.inventivetalent.packetlistenerapi</groupId>
88
<artifactId>parent</artifactId>
99
<version>parent</version>
1010
</parent>
@@ -15,7 +15,7 @@
1515

1616
<dependencies>
1717
<dependency>
18-
<groupId>org.inventivetalent.packetlistener</groupId>
18+
<groupId>org.inventivetalent.packetlistenerapi</groupId>
1919
<artifactId>api</artifactId>
2020
<version>${pl.version}</version>
2121
</dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>org.inventivetalent.packetlistener</groupId>
7+
<groupId>org.inventivetalent.packetlistenerapi</groupId>
88
<artifactId>parent</artifactId>
99
<packaging>pom</packaging>
1010
<version>parent</version>
@@ -64,7 +64,7 @@
6464
<artifactSet>
6565
<includes>
6666
<include>org.mcstats.*</include>
67-
<include>org.inventivetalent.packetlistener:**</include>
67+
<include>org.inventivetalent.packetlistenerapi:**</include>
6868
<include>org.inventivetalent:reflectionhelper**</include>
6969
<include>org.inventivetalent:apimanager**</include>
7070
<include>org.inventivetalent.spiget-update:bukkit**</include>

0 commit comments

Comments
 (0)