We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48aa53 commit fd3c2b8Copy full SHA for fd3c2b8
1 file changed
pom.xml
@@ -1,10 +1,11 @@
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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
- <groupId>PerceiveDev</groupId>
5
- <artifactId>Clickable-TPA</artifactId>
+ <groupId>com.perceivedev</groupId>
+ <artifactId>clickable-tpa</artifactId>
6
<version>1.0</version>
7
-
+ <name>Clickable-TPA</name>
8
+
9
<repositories>
10
<repository>
11
<id>spigotmc-repo</id>
@@ -46,5 +47,5 @@
46
47
</plugin>
48
</plugins>
49
</build>
50
-</project>
51
+</project>
0 commit comments