Skip to content

Commit

Permalink
Updated build to 2.0.4 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
psh committed Sep 15, 2013
1 parent 8359473 commit 34bcf83
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions samples/pom.xml
Expand Up @@ -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>
Expand All @@ -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>

Expand Down
6 changes: 3 additions & 3 deletions webserver/markdown-plugin/pom.xml
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions webserver/pom.xml
Expand Up @@ -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>
Expand All @@ -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>

Expand Down

0 comments on commit 34bcf83

Please sign in to comment.