summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 59c1c0e..f8476a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
</parent>
<groupId>io.trygvis.appsh</groupId>
<artifactId>booter-jetty</artifactId>
- <version>8.1.11.v20130520+1-SNAPSHOT</version>
+ <version>8.1.11.v20130520+1</version>
<name>App.sh :: Jetty Booter for Jetty v${versions.jetty8}</name>
<properties>
<versions.jetty8>8.1.11.v20130520</versions.jetty8>
@@ -76,6 +76,7 @@
<connection>scm:git:http://trygvis.io/~trygvis/git/2012/10/app.sh-booter-jetty.git</connection>
<developerConnection>scm:git:ssh://trygvis.io/~trygvis/git/2012/10/app.sh-booter-jetty.git</developerConnection>
<url>http://trygvis.io/~trygvis/git/2012/10/app.sh-booter-jetty.git</url>
+ <tag>booter-jetty-8.1.11.v20130520+1</tag>
</scm>
<build>
<plugins>