|
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"> |
2 |
| - <modelVersion>4.0.0</modelVersion> |
| 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"> |
| 3 | + <modelVersion>4.0.0</modelVersion> |
3 | 4 | <parent>
|
4 | 5 | <groupId>org.nanohttpd</groupId>
|
5 | 6 | <artifactId>nanohttpd-project</artifactId>
|
6 | 7 | <version>2.2.0-SNAPSHOT</version>
|
7 | 8 | </parent>
|
8 |
| - <artifactId>nanohttpd-samples</artifactId> |
9 |
| - <packaging>jar</packaging> |
10 |
| - <name>NanoHttpd-Samples</name> |
11 |
| - <dependencies> |
12 |
| - <dependency> |
13 |
| - <groupId>${project.groupId}</groupId> |
14 |
| - <artifactId>nanohttpd</artifactId> |
15 |
| - <version>${project.version}</version> |
16 |
| - </dependency> |
17 |
| - <dependency> |
18 |
| - <groupId>${project.groupId}</groupId> |
19 |
| - <artifactId>nanohttpd-webserver</artifactId> |
20 |
| - <version>${project.version}</version> |
21 |
| - </dependency> |
22 |
| - </dependencies> |
| 9 | + <artifactId>nanohttpd-samples</artifactId> |
| 10 | + <description>samples for nanohttpd</description> |
| 11 | + <packaging>jar</packaging> |
| 12 | + <name>NanoHttpd-Samples</name> |
| 13 | + <dependencies> |
| 14 | + <dependency> |
| 15 | + <groupId>${project.groupId}</groupId> |
| 16 | + <artifactId>nanohttpd</artifactId> |
| 17 | + <version>${project.version}</version> |
| 18 | + </dependency> |
| 19 | + <dependency> |
| 20 | + <groupId>${project.groupId}</groupId> |
| 21 | + <artifactId>nanohttpd-webserver</artifactId> |
| 22 | + <version>${project.version}</version> |
| 23 | + </dependency> |
| 24 | + </dependencies> |
23 | 25 | <properties>
|
24 | 26 | <minimal.coverage>0.0</minimal.coverage>
|
25 | 27 | </properties>
|
|
0 commit comments