aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--samples/pom.xml6
-rw-r--r--webserver/markdown-plugin/pom.xml6
-rw-r--r--webserver/pom.xml4
5 files changed, 11 insertions, 11 deletions
diff --git a/core/pom.xml b/core/pom.xml
index b2b9c06..f0a8b2f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -4,10 +4,10 @@
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
<packaging>jar</packaging>
- <name>NanoHttpd</name>
+ <name>NanoHttpd-Core</name>
<url>https://github.com/NanoHttpd/nanohttpd</url>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 583489a..c4d6664 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-project</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
<packaging>pom</packaging>
<name>NanoHttpd-Project</name>
diff --git a/samples/pom.xml b/samples/pom.xml
index 16159a9..1a29784 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -4,7 +4,7 @@
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-samples</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
<packaging>jar</packaging>
<name>NanoHttpd-Samples</name>
@@ -14,12 +14,12 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
</dependency>
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
</dependency>
</dependencies>
diff --git a/webserver/markdown-plugin/pom.xml b/webserver/markdown-plugin/pom.xml
index 9734392..745825d 100644
--- a/webserver/markdown-plugin/pom.xml
+++ b/webserver/markdown-plugin/pom.xml
@@ -4,7 +4,7 @@
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver-markdown-plugin</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
<packaging>jar</packaging>
<name>NanoHttpd-Webserver-Markdown-Plugin</name>
@@ -14,13 +14,13 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/webserver/pom.xml b/webserver/pom.xml
index a6f8414..4ecec80 100644
--- a/webserver/pom.xml
+++ b/webserver/pom.xml
@@ -4,7 +4,7 @@
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
<packaging>jar</packaging>
<name>NanoHttpd-Webserver</name>
@@ -14,7 +14,7 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
</dependency>
</dependencies>