diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-23 23:28:56 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-23 23:28:56 +0200 |
commit | f44dbe7d957eb0181dbd66c7f1141d39164c96d5 (patch) | |
tree | 021df29e8ba43cfb5fadc03160b11f0d1ca6a655 | |
parent | bd96f0ee905af27a408eb202b8ccb08c6ee4355f (diff) | |
download | app.sh-booter-jetty-f44dbe7d957eb0181dbd66c7f1141d39164c96d5.tar.gz app.sh-booter-jetty-f44dbe7d957eb0181dbd66c7f1141d39164c96d5.tar.bz2 app.sh-booter-jetty-f44dbe7d957eb0181dbd66c7f1141d39164c96d5.tar.xz app.sh-booter-jetty-f44dbe7d957eb0181dbd66c7f1141d39164c96d5.zip |
[maven-release-plugin] prepare release booter-jetty-8.1.7.v20120910+1booter-jetty-8.1.7.v20120910+1
-rw-r--r-- | pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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> |