|
6 | 6 |
|
7 | 7 | <properties>
|
8 | 8 | <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> |
17 | 9 | </properties>
|
18 | 10 |
|
19 | 11 | <groupId>com.kttdevelopment</groupId>
|
20 | 12 | <artifactId>simplehttpserver</artifactId>
|
21 |
| - <version>03.06.05</version> |
| 13 | + <version>4.0.0</version> |
22 | 14 |
|
23 | 15 | <name>simplehttpserver</name>
|
24 | 16 | <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> |
26 | 18 |
|
27 | 19 | <licenses>
|
28 | 20 | <license>
|
29 |
| - <name>${github.repository.license}</name> |
| 21 | + <name>GPL-2</name> |
30 | 22 | <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> |
32 | 24 | </license>
|
33 | 25 | </licenses>
|
34 | 26 |
|
35 | 27 | <developers>
|
36 | 28 | <developer>
|
37 |
| - <name>${github.username}</name> |
| 29 | + <name>Katsute</name> |
38 | 30 | <roles>
|
39 | 31 | <role>developer</role>
|
40 | 32 | </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> |
44 | 36 | </developer>
|
45 | 37 | </developers>
|
46 | 38 |
|
47 | 39 | <scm>
|
48 |
| - <url>https://github.com/${github.organization}/${github.repository}.git</url> |
49 |
| - < connection>scm:git: [email protected]: ${github.organization}/${github.repository}.git</ connection> |
50 |
| - < developerConnection>scm:git: [email protected]: ${github.organization}/${github.repository}.git</ developerConnection> |
| 40 | + <url>https://github.com/Ktt-Development/simplehttpserver.git</url> |
| 41 | + < connection>scm:git: [email protected]: Ktt-Development/simplehttpserver.git</ connection> |
| 42 | + < developerConnection>scm:git: [email protected]: Ktt-Development/simplehttpserver.git</ developerConnection> |
51 | 43 | <tag>HEAD</tag>
|
52 | 44 | </scm>
|
53 | 45 |
|
|
0 commit comments