Skip to content

Commit 660e10f

Browse files
committed
Fixed pom and removed some stuff
1 parent 908cbc2 commit 660e10f

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@
1010
<a href="https://choosealicense.com/licenses/mit/">
1111
<img alt="License MIT" src="https://img.shields.io/badge/license-MIT-blue.svg">
1212
</a>
13-
<a href="https://www.patreon.com/simonwep">
14-
<img alt="Support me" src="https://img.shields.io/badge/patreon-support-DF2D41.svg">
15-
</a>
1613
</p>
1714

1815

1916
# State of this project
20-
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/)).
17+
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.
2118

2219
# Getting Started
2320

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.masecla</groupId>
66
<artifactId>java-express</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.2.1-SNAPSHOT</version>
88
<build>
99
<plugins>
1010
<plugin>

0 commit comments

Comments
 (0)