Skip to content

Commit e7935c5

Browse files
committed
[maven-release-plugin] prepare release nanohttpd-project-2.3.0
1 parent 2883abd commit e7935c5

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.nanohttpd</groupId>
55
<artifactId>nanohttpd-project</artifactId>
6-
<version>2.3.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<artifactId>nanohttpd</artifactId>
99
<packaging>jar</packaging>

fileupload/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>nanohttpd-project</artifactId>
55
<groupId>org.nanohttpd</groupId>
6-
<version>2.3.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>nanohttpd-apache-fileupload</artifactId>
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>org.nanohttpd</groupId>
1515
<artifactId>nanohttpd</artifactId>
16-
<version>2.3.0-SNAPSHOT</version>
16+
<version>2.3.0</version>
1717
<scope>provided</scope>
1818
</dependency>
1919
<dependency>

markdown-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.nanohttpd</groupId>
55
<artifactId>nanohttpd-project</artifactId>
6-
<version>2.3.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<artifactId>nanohttpd-webserver-markdown-plugin</artifactId>
99
<packaging>jar</packaging>

nanolets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.nanohttpd</groupId>
55
<artifactId>nanohttpd-project</artifactId>
6-
<version>2.3.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<artifactId>nanohttpd-nanolets</artifactId>
99
<packaging>jar</packaging>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<groupId>org.nanohttpd</groupId>
99
<artifactId>nanohttpd-project</artifactId>
10-
<version>2.3.0-SNAPSHOT</version>
10+
<version>2.3.0</version>
1111
<packaging>pom</packaging>
1212
<name>NanoHttpd-Project</name>
1313
<description>NanoHttpd is a light-weight HTTP server designed for embedding in other applications.</description>
@@ -16,7 +16,7 @@
1616
<connection>scm:git:https://github.com/NanoHttpd/nanohttpd.git</connection>
1717
<developerConnection>scm:git:https://github.com/NanoHttpd/nanohttpd.git</developerConnection>
1818
<url>https://github.com/NanoHttpd/nanohttpd</url>
19-
<tag>HEAD</tag>
19+
<tag>nanohttpd-project-2.3.0</tag>
2020
</scm>
2121
<organization>
2222
<name>nanohttpd</name>

samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.nanohttpd</groupId>
55
<artifactId>nanohttpd-project</artifactId>
6-
<version>2.3.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<artifactId>nanohttpd-samples</artifactId>
99
<description>samples for nanohttpd</description>

webserver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.nanohttpd</groupId>
55
<artifactId>nanohttpd-project</artifactId>
6-
<version>2.3.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<artifactId>nanohttpd-webserver</artifactId>
99
<packaging>jar</packaging>

websocket/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.nanohttpd</groupId>
55
<artifactId>nanohttpd-project</artifactId>
6-
<version>2.3.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<artifactId>nanohttpd-websocket</artifactId>
99
<packaging>jar</packaging>

0 commit comments

Comments
 (0)