Skip to content

Commit

Permalink
Fixed pom and removed some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
masecla22 committed Sep 11, 2021
1 parent 908cbc2 commit 660e10f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
<a href="https://choosealicense.com/licenses/mit/">
<img alt="License MIT" src="https://img.shields.io/badge/license-MIT-blue.svg">
</a>
<a href="https://www.patreon.com/simonwep">
<img alt="Support me" src="https://img.shields.io/badge/patreon-support-DF2D41.svg">
</a>
</p>


# State of this project
I created this years ago and I'm no longer actively working with java. If anyone is interested maintaining this (and has experience with java), feel free to leave a comment [here](https://github.com/Simonwep/java-express/issues/25). It merely was a proof-of-concept of how we could do things more the "funcional" oriented way and less like big java-frameworks and library use to be (as seen on simple but extremely popular libraries such as [expressjs](https://expressjs.com/)).
I am currently maintaining a copy of this project with minor QoL changes, and will mostly be used by me. If the original author belives them to be useful, he can merge them back into the main project. I cannot guarantee any kind of support for this, however I will be doing my best to maintain this.

# Getting Started

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.masecla</groupId>
<artifactId>java-express</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 660e10f

Please sign in to comment.