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

Commit 5bdffe8

Browse files
committed
what is even going on with github packages
1 parent 76413d0 commit 5bdffe8

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.03</version>
9+
<version>03.06.04</version>
1010

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

@@ -20,7 +20,7 @@
2020
<distributionManagement>
2121
<repository>
2222
<id>github</id>
23-
<name>GitHub Ktt-Development Apache Maven Packages</name>
23+
<name>GitHub Apache Maven Packages</name>
2424
<url>https://maven.pkg.github.com/Ktt-Development/${project.artifactId}</url>
2525
</repository>
2626
</distributionManagement>

settings.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,6 @@
22
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
5-
<activeProfiles>
6-
<activeProfile>github</activeProfile>
7-
</activeProfiles>
8-
9-
<profiles>
10-
<profile>
11-
<id>github</id>
12-
<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>
19-
<repository>
20-
<id>github</id>
21-
<name>GitHub Ktt-Development Apache Maven Packages</name>
22-
<url>https://maven.pkg.github.com/Ktt-Development</url>
23-
</repository>
24-
</repositories>
25-
</profile>
26-
</profiles>
275

286
<servers>
297
<server>

0 commit comments

Comments
 (0)