File tree 8 files changed +16
-22
lines changed
8 files changed +16
-22
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.nanohttpd</groupId >
5
5
<artifactId >nanohttpd-project</artifactId >
6
- <version >2.2.0-SNAPSHOT </version >
6
+ <version >2.2.0</version >
7
7
</parent >
8
8
<artifactId >nanohttpd</artifactId >
9
9
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<parent >
5
4
<artifactId >nanohttpd-project</artifactId >
6
5
<groupId >org.nanohttpd</groupId >
7
- <version >2.2.0-SNAPSHOT </version >
6
+ <version >2.2.0</version >
8
7
</parent >
9
8
<modelVersion >4.0.0</modelVersion >
10
9
<artifactId >nanohttpd-apache-fileupload</artifactId >
14
13
<dependency >
15
14
<groupId >org.nanohttpd</groupId >
16
15
<artifactId >nanohttpd</artifactId >
17
- <version >2.2.0-SNAPSHOT </version >
16
+ <version >2.2.0</version >
18
17
<scope >provided</scope >
19
18
</dependency >
20
19
<dependency >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.nanohttpd</groupId >
5
5
<artifactId >nanohttpd-project</artifactId >
6
- <version >2.2.0-SNAPSHOT </version >
6
+ <version >2.2.0</version >
7
7
</parent >
8
8
<artifactId >nanohttpd-webserver-markdown-plugin</artifactId >
9
9
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >org.nanohttpd</groupId >
6
5
<artifactId >nanohttpd-project</artifactId >
7
- <version >2.2.0-SNAPSHOT </version >
6
+ <version >2.2.0</version >
8
7
</parent >
9
8
<artifactId >nanohttpd-nanolets</artifactId >
10
9
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >org.sonatype.oss</groupId >
8
7
</parent >
9
8
<groupId >org.nanohttpd</groupId >
10
9
<artifactId >nanohttpd-project</artifactId >
11
- <version >2.2.0-SNAPSHOT </version >
10
+ <version >2.2.0</version >
12
11
<packaging >pom</packaging >
13
12
<name >NanoHttpd-Project</name >
14
13
<description >NanoHttpd is a light-weight HTTP server designed for embedding in other applications.</description >
17
16
<connection >scm:git:https://github.com/NanoHttpd/nanohttpd.git</connection >
18
17
<developerConnection >scm:git:https://github.com/NanoHttpd/nanohttpd.git</developerConnection >
19
18
<url >https://github.com/NanoHttpd/nanohttpd</url >
20
- <tag >HEAD </tag >
19
+ <tag >nanohttpd-project-2.2.0 </tag >
21
20
</scm >
22
21
<organization >
23
22
<name >nanohttpd</name >
Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >org.nanohttpd</groupId >
6
5
<artifactId >nanohttpd-project</artifactId >
7
- <version >2.2.0-SNAPSHOT </version >
6
+ <version >2.2.0</version >
8
7
</parent >
9
8
<artifactId >nanohttpd-samples</artifactId >
10
9
<description >samples for nanohttpd</description >
Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >org.nanohttpd</groupId >
6
5
<artifactId >nanohttpd-project</artifactId >
7
- <version >2.2.0-SNAPSHOT </version >
6
+ <version >2.2.0</version >
8
7
</parent >
9
8
<artifactId >nanohttpd-webserver</artifactId >
10
9
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >org.nanohttpd</groupId >
6
5
<artifactId >nanohttpd-project</artifactId >
7
- <version >2.2.0-SNAPSHOT </version >
6
+ <version >2.2.0</version >
8
7
</parent >
9
8
<artifactId >nanohttpd-websocket</artifactId >
10
9
<packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments