This repository was archived by the owner on Jul 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-24
lines changed
Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments