Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit d5454d2

Browse files
authored
Add packages link
1 parent 06397e4 commit d5454d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<br>
1010
<a href="https://mvnrepository.com/artifact/dev.katsute/simplehttpserver">Maven Central</a>
1111
12-
GitHub Packages
12+
<a href="https://github.com/KatsuteDev/simplehttpserver/packages/1569580">GitHub Packages</a>
1313
1414
<a href="https://github.com/KatsuteDev/simplehttpserver/releases">Releases</a>
1515
</div>
@@ -33,7 +33,7 @@ simplehttpserver5 requires at least Java 8. No additional dependencies/libraries
3333
Compiled binaries can be installed from:
3434

3535
- [Maven Central](https://mvnrepository.com/artifact/dev.katsute/simplehttpserver)
36-
- GitHub Packages
36+
- [GitHub Packages](https://github.com/KatsuteDev/simplehttpserver/packages/1569580)
3737
- [Releases](https://github.com/KatsuteDev/simplehttpserver/releases)
3838

3939
Refer to the [documentation](https://docs.katsute.dev/simplehttpserver5) to learn how to use servers and handlers.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.katsute</groupId>
88
<artifactId>simplehttpserver</artifactId>
9-
<version>5.0.0-RC-1</version>
9+
<version>5.0.0-RC-2-SNAPSHOT</version>
1010

1111
<profiles>
1212
<profile>

0 commit comments

Comments
 (0)