Skip to content

Commit

Permalink
[maven-release-plugin] prepare release nanohttpd-project-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchieGitHub committed Feb 22, 2016
1 parent 2883abd commit e7935c5
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</parent>
<artifactId>nanohttpd</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions fileupload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>nanohttpd-project</artifactId>
<groupId>org.nanohttpd</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nanohttpd-apache-fileupload</artifactId>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion markdown-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</parent>
<artifactId>nanohttpd-webserver-markdown-plugin</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nanolets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</parent>
<artifactId>nanohttpd-nanolets</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>pom</packaging>
<name>NanoHttpd-Project</name>
<description>NanoHttpd is a light-weight HTTP server designed for embedding in other applications.</description>
Expand All @@ -16,7 +16,7 @@
<connection>scm:git:https://github.com/NanoHttpd/nanohttpd.git</connection>
<developerConnection>scm:git:https://github.com/NanoHttpd/nanohttpd.git</developerConnection>
<url>https://github.com/NanoHttpd/nanohttpd</url>
<tag>HEAD</tag>
<tag>nanohttpd-project-2.3.0</tag>
</scm>
<organization>
<name>nanohttpd</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</parent>
<artifactId>nanohttpd-samples</artifactId>
<description>samples for nanohttpd</description>
Expand Down
2 changes: 1 addition & 1 deletion webserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</parent>
<artifactId>nanohttpd-webserver</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd-project</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</parent>
<artifactId>nanohttpd-websocket</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit e7935c5

Please sign in to comment.