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

Commit b840a59

Browse files
authored
V02.01.00 mvn (#12)
* Domain change * Update README.md Co-authored-by: Katsute <[email protected]>
1 parent b645175 commit b840a59

22 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[![master](https://jitci.com/gh/Ktt-Development/ktt.lib.httpserver/svg)](https://jitci.com/gh/Ktt-Development/ktt.lib.httpserver)
33
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
44

5-
65
# ktt.lib.httpserver
76
Enhanced version of the the default Http Server
87

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.kttdevelopment</groupId>
8-
<artifactId>ktt.lib.httpserver</artifactId>
8+
<artifactId>httpserver</artifactId>
99
<version>DEVELOPMENT</version>
1010

1111
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/ktt/lib/httpserver/SimpleHttpExchange.java renamed to src/com.kttdevelopment/simplehttpserver/SimpleHttpExchange.java

File renamed without changes.

src/ktt/lib/httpserver/SimpleHttpExchangeAuthenticator.java renamed to src/com.kttdevelopment/simplehttpserver/SimpleHttpExchangeAuthenticator.java

File renamed without changes.

src/ktt/lib/httpserver/SimpleHttpExchangeImpl.java renamed to src/com.kttdevelopment/simplehttpserver/SimpleHttpExchangeImpl.java

File renamed without changes.

src/ktt/lib/httpserver/SimpleHttpHandler.java renamed to src/com.kttdevelopment/simplehttpserver/SimpleHttpHandler.java

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)