aboutsummaryrefslogtreecommitdiff
path: root/fileupload/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fileupload/pom.xml')
-rw-r--r--fileupload/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/fileupload/pom.xml b/fileupload/pom.xml
index c1911f5..a90469a 100644
--- a/fileupload/pom.xml
+++ b/fileupload/pom.xml
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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">
<parent>
<artifactId>nanohttpd-project</artifactId>
<groupId>org.nanohttpd</groupId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nanohttpd-apache-fileupload</artifactId>
@@ -14,7 +13,7 @@
<dependency>
<groupId>org.nanohttpd</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>