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

Commit 9890334

Browse files
committed
remove indirect references
1 parent e5f4130 commit 9890334

1 file changed

Lines changed: 10 additions & 18 deletions

File tree

pom.xml

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66

77
<properties>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9-
10-
<github.organization>Ktt-Development</github.organization>
11-
12-
<github.repository>simplehttpserver</github.repository>
13-
<github.repository.license>GPL-2</github.repository.license>
14-
<github.repository.head>main</github.repository.head>
15-
16-
<github.username>Katsute</github.username>
179
</properties>
1810

1911
<groupId>com.kttdevelopment</groupId>
@@ -22,32 +14,32 @@
2214

2315
<name>simplehttpserver</name>
2416
<description>📕 SimpleHttpServer :: Simplified implementation of the sun http server :: Simplified handlers to execute complex operations</description>
25-
<url>https://github.com/${github.organization}/${github.repository}</url>
17+
<url>https://github.com/Ktt-Development/simplehttpserver</url>
2618

2719
<licenses>
2820
<license>
29-
<name>${github.repository.license}</name>
21+
<name>GPL-2</name>
3022
<distribution>repo</distribution>
31-
<url>https://github.com/${github.organization}/${github.repository}/blob/${github.repository.head}/LICENSE</url>
23+
<url>https://github.com/Ktt-Development/simplehttpserver/blob/main/LICENSE</url>
3224
</license>
3325
</licenses>
3426

3527
<developers>
3628
<developer>
37-
<name>${github.username}</name>
29+
<name>Katsute</name>
3830
<roles>
3931
<role>developer</role>
4032
</roles>
41-
<url>https://github.com/${github.username}</url>
42-
<organization>${github.organization}</organization>
43-
<organizationUrl>https://github.com/${github.organization}</organizationUrl>
33+
<url>https://github.com/Katsute</url>
34+
<organization>Ktt-Development</organization>
35+
<organizationUrl>https://github.com/Ktt-Development</organizationUrl>
4436
</developer>
4537
</developers>
4638

4739
<scm>
48-
<url>https://github.com/${github.organization}/${github.repository}.git</url>
49-
<connection>scm:git:git@github.com:${github.organization}/${github.repository}.git</connection>
50-
<developerConnection>scm:git:git@github.com:${github.organization}/${github.repository}.git</developerConnection>
40+
<url>https://github.com/Ktt-Development/simplehttpserver.git</url>
41+
<connection>scm:git:git@github.com:Ktt-Development/simplehttpserver.git</connection>
42+
<developerConnection>scm:git:git@github.com:Ktt-Development/simplehttpserver.git</developerConnection>
5143
<tag>HEAD</tag>
5244
</scm>
5345

0 commit comments

Comments
 (0)