Skip to content

Commit

Permalink
- Fix MANIFEST.MF
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeKobra committed Jan 24, 2025
1 parent fbd8e0a commit 0ee1f7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.0.4](https://github.com/FelipeKobra/JMessenger/tree/v0.0.4) - To Release
## [0.0.4](https://github.com/FelipeKobra/JMessenger/tree/v0.0.4) - January 24, 2025

### Enhancements

Expand All @@ -25,7 +25,7 @@
- Remove IDE specific items from Git
- Change ExecutorService `execute` to `submit`

-- [Commit 4]() --
-- [Commit 4](https://github.com/FelipeKobra/JMessenger/commit/fbd8e0aeccd9c366e7b51b09de32b435b0dd8bde) --

- Optimize native image
- Better pom.xml organization
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/manifest/client/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Manifest-Version: 1.0
Main-Class: app.client.ClientMain
Main-Class: org.gladiator.app.client.ClientMain
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/manifest/server/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Manifest-Version: 1.0
Main-Class: app.server.ServerMain
Main-Class: org.gladiator.app.server.ServerMain

0 comments on commit 0ee1f7b

Please sign in to comment.