summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index b503d94..9d1405f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,5 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
@@ -10,7 +8,7 @@
</parent>
<groupId>io.trygvis.appsh</groupId>
<artifactId>booter-jetty</artifactId>
- <version>8.1.7.v20120910+1-SNAPSHOT</version>
+ <version>8.1.7.v20120910+1</version>
<properties>
<versions.jetty8>8.1.7.v20120910</versions.jetty8>
</properties>