Skip to content

Commit 5afe9de

Browse files
committed
Changes -> smale pom.xml changes
1 parent ff1f7ef commit 5afe9de

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>de.einfachesache</groupId>
8-
<artifactId>EasyAPI</artifactId>
9-
<version>1.0-SNAPSHOT</version>
8+
<artifactId>easyapi</artifactId>
9+
<version>1.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>EasyAPI</name>
13-
<url>https://github.com/CubeAttack/EasyAPI/</url>
13+
<url>https://github.com/EinfacheSache/EasyAPI</url>
1414
<description>A lightweight and easy-to-use API</description>
1515

1616
<properties>
@@ -20,9 +20,9 @@
2020

2121
<distributionManagement>
2222
<repository>
23-
<id>easy-api</id>
24-
<name>EasyAPI</name>
25-
<url>https://github.com/EinfacheSache/EasyAPI</url>
23+
<id>central</id>
24+
<name>Maven Central</name>
25+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
2626
</repository>
2727
</distributionManagement>
2828

0 commit comments

Comments
 (0)