We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8e5b7 commit 5892a14Copy full SHA for 5892a14
2 files changed
README.md
@@ -25,6 +25,6 @@ work-in-progress project though so it's not yet complete.
25
<dependency>
26
<groupId>org.javawebstack</groupId>
27
<artifactId>http-server</artifactId>
28
- <version>1.0.2</version>
+ <version>1.0.3</version>
29
</dependency>
30
```
pom.xml
@@ -7,7 +7,7 @@
7
<properties>
8
<maven.compiler.source>8</maven.compiler.source>
9
<maven.compiler.target>8</maven.compiler.target>
10
- <buildVersion>1.0.2-SNAPSHOT</buildVersion>
+ <buildVersion>1.0.3-SNAPSHOT</buildVersion>
11
</properties>
12
13
0 commit comments