Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 76413d0

Browse files
committed
actually upload to central
1 parent 02f6c51 commit 76413d0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.kttdevelopment</groupId>
88
<artifactId>simplehttpserver</artifactId>
9-
<version>03.06.02</version>
9+
<version>03.06.03</version>
1010

1111
<url>https://github.com/Ktt-Development/simplehttpserver</url>
1212

settings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<profile>
1111
<id>github</id>
1212
<repositories>
13+
<repository>
14+
<id>central</id>
15+
<url>https://repo1.maven.org/maven2</url>
16+
<releases><enabled>true</enabled></releases>
17+
<snapshots><enabled>false</enabled></snapshots>
18+
</repository>
1319
<repository>
1420
<id>github</id>
1521
<name>GitHub Ktt-Development Apache Maven Packages</name>

0 commit comments

Comments
 (0)