Skip to content

Commit a90fe20

Browse files
committed
[maven-release-plugin] prepare release nanohttpd-project-2.2.0
1 parent 9cc376c commit a90fe20

File tree

8 files changed

+16
-22
lines changed

8 files changed

+16
-22
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.2.0-SNAPSHOT</version>
6+
<version>2.2.0</version>
77
</parent>
88
<artifactId>nanohttpd</artifactId>
99
<packaging>jar</packaging>

fileupload/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<artifactId>nanohttpd-project</artifactId>
65
<groupId>org.nanohttpd</groupId>
7-
<version>2.2.0-SNAPSHOT</version>
6+
<version>2.2.0</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>nanohttpd-apache-fileupload</artifactId>
@@ -14,7 +13,7 @@
1413
<dependency>
1514
<groupId>org.nanohttpd</groupId>
1615
<artifactId>nanohttpd</artifactId>
17-
<version>2.2.0-SNAPSHOT</version>
16+
<version>2.2.0</version>
1817
<scope>provided</scope>
1918
</dependency>
2019
<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.2.0-SNAPSHOT</version>
6+
<version>2.2.0</version>
77
</parent>
88
<artifactId>nanohttpd-webserver-markdown-plugin</artifactId>
99
<packaging>jar</packaging>

nanolets/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.nanohttpd</groupId>
65
<artifactId>nanohttpd-project</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
6+
<version>2.2.0</version>
87
</parent>
98
<artifactId>nanohttpd-nanolets</artifactId>
109
<packaging>jar</packaging>

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.sonatype.oss</groupId>
@@ -8,7 +7,7 @@
87
</parent>
98
<groupId>org.nanohttpd</groupId>
109
<artifactId>nanohttpd-project</artifactId>
11-
<version>2.2.0-SNAPSHOT</version>
10+
<version>2.2.0</version>
1211
<packaging>pom</packaging>
1312
<name>NanoHttpd-Project</name>
1413
<description>NanoHttpd is a light-weight HTTP server designed for embedding in other applications.</description>
@@ -17,7 +16,7 @@
1716
<connection>scm:git:https://github.com/NanoHttpd/nanohttpd.git</connection>
1817
<developerConnection>scm:git:https://github.com/NanoHttpd/nanohttpd.git</developerConnection>
1918
<url>https://github.com/NanoHttpd/nanohttpd</url>
20-
<tag>HEAD</tag>
19+
<tag>nanohttpd-project-2.2.0</tag>
2120
</scm>
2221
<organization>
2322
<name>nanohttpd</name>

samples/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.nanohttpd</groupId>
65
<artifactId>nanohttpd-project</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
6+
<version>2.2.0</version>
87
</parent>
98
<artifactId>nanohttpd-samples</artifactId>
109
<description>samples for nanohttpd</description>

webserver/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.nanohttpd</groupId>
65
<artifactId>nanohttpd-project</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
6+
<version>2.2.0</version>
87
</parent>
98
<artifactId>nanohttpd-webserver</artifactId>
109
<packaging>jar</packaging>

websocket/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.nanohttpd</groupId>
65
<artifactId>nanohttpd-project</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
6+
<version>2.2.0</version>
87
</parent>
98
<artifactId>nanohttpd-websocket</artifactId>
109
<packaging>jar</packaging>

0 commit comments

Comments
 (0)