Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-03-02 15:23:25 +0000
committerJoakim Erdfelt2015-03-02 15:23:25 +0000
commit3b32615ae6d5b24e181ecd7248ccb414cf7a2636 (patch)
tree02c8921e9fafd86bedfe66104c6ef512c2b5887c
parent011c800303aa05cca775861c42a9a82dea3abf02 (diff)
downloadorg.eclipse.jetty.toolchain-3b32615ae6d5b24e181ecd7248ccb414cf7a2636.tar.gz
org.eclipse.jetty.toolchain-3b32615ae6d5b24e181ecd7248ccb414cf7a2636.tar.xz
org.eclipse.jetty.toolchain-3b32615ae6d5b24e181ecd7248ccb414cf7a2636.zip
[maven-release-plugin] prepare release jetty-test-helper-2.9jetty-test-helper-2.9
-rw-r--r--jetty-test-helper/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jetty-test-helper/pom.xml b/jetty-test-helper/pom.xml
index a6d6c1c..3668549 100644
--- a/jetty-test-helper/pom.xml
+++ b/jetty-test-helper/pom.xml
@@ -9,7 +9,7 @@
</parent>
<artifactId>jetty-test-helper</artifactId>
<packaging>jar</packaging>
- <version>2.9-SNAPSHOT</version>
+ <version>2.9</version>
<name>Jetty Toolchain :: Test Helper</name>
<description>Unit Testing Support for Jetty (common classes for some unit tests)</description>
<properties>
@@ -138,6 +138,7 @@
<connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</connection>
<developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</developerConnection>
<url>http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/tree/jetty-test-helper</url>
+ <tag>jetty-test-helper-2.9</tag>
</scm>
</project>

Back to the top