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

Commit a3701c6

Browse files
committed
Update pom.xml
1 parent 81c7d35 commit a3701c6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<github.organization>Ktt-Development</github.organization>
1111

1212
<github.repository>simplehttpserver</github.repository>
13-
<github.repository.description>📕 SimpleHttpServer :: Simplified implementation of the sun http server :: Simplified handlers to execute complex operations</github.repository.description>
1413
<github.repository.license>GPL-2</github.repository.license>
1514
<github.repository.head>main</github.repository.head>
1615

@@ -21,8 +20,8 @@
2120
<artifactId>simplehttpserver</artifactId>
2221
<version>03.06.05</version>
2322

24-
<name>${github.repository}</name>
25-
<description>${github.repository.description}</description>
23+
<name>simplehttpserver</name>
24+
<description>📕 SimpleHttpServer :: Simplified implementation of the sun http server :: Simplified handlers to execute complex operations</description>
2625
<url>https://github.com/${github.organization}/${github.repository}</url>
2726

2827
<licenses>

0 commit comments

Comments
 (0)