Skip to content

Commit fd3c2b8

Browse files
committed
Fixed pom.xml
1 parent e48aa53 commit fd3c2b8

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>PerceiveDev</groupId>
5-
<artifactId>Clickable-TPA</artifactId>
4+
<groupId>com.perceivedev</groupId>
5+
<artifactId>clickable-tpa</artifactId>
66
<version>1.0</version>
7-
7+
<name>Clickable-TPA</name>
8+
89
<repositories>
910
<repository>
1011
<id>spigotmc-repo</id>
@@ -46,5 +47,5 @@
4647
</plugin>
4748
</plugins>
4849
</build>
49-
50-
</project>
50+
51+
</project>

0 commit comments

Comments
 (0)