Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2016-06-08 21:41:21 +0000
committerJoakim Erdfelt2016-06-08 21:41:21 +0000
commit939d5e1ca198603a839ff257a201f8119df97446 (patch)
tree1c1e4d6b571210c9f6126a8e219a762061bc5ed4
parentf721efa4f3cbedcaa7fb02c7a2f4a1c7da19f3e7 (diff)
downloadorg.eclipse.jetty.toolchain-jetty-test-helper-4.0.tar.gz
org.eclipse.jetty.toolchain-jetty-test-helper-4.0.tar.xz
org.eclipse.jetty.toolchain-jetty-test-helper-4.0.zip
[maven-release-plugin] prepare release jetty-test-helper-4.0jetty-test-helper-4.0
-rw-r--r--jetty-test-helper/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty-test-helper/pom.xml b/jetty-test-helper/pom.xml
index d4e6009..2c6a9a4 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>4.0-SNAPSHOT</version>
+ <version>4.0</version>
<name>Jetty Toolchain :: Test Helper</name>
<description>Unit Testing Support for Jetty (common classes for some unit tests)</description>
<properties>
@@ -167,7 +167,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>HEAD</tag>
+ <tag>jetty-test-helper-4.0</tag>
</scm>
</project>

Back to the top