Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-07-23 18:44:33 +0000
committerJoakim Erdfelt2015-07-23 18:44:33 +0000
commitea1ed4be733f04338a5a0bd30f461d96c032691f (patch)
tree9fd4564ea6dde2310c4566c568dbb60a866c6dba /jetty-test-helper/pom.xml
parent2d03f0cd711c544b8fad936277023f9ce98fa91d (diff)
downloadorg.eclipse.jetty.toolchain-ea1ed4be733f04338a5a0bd30f461d96c032691f.tar.gz
org.eclipse.jetty.toolchain-ea1ed4be733f04338a5a0bd30f461d96c032691f.tar.xz
org.eclipse.jetty.toolchain-ea1ed4be733f04338a5a0bd30f461d96c032691f.zip
[maven-release-plugin] prepare release jetty-test-helper-3.0jetty-test-helper-3.0
Diffstat (limited to 'jetty-test-helper/pom.xml')
-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 d3de0f7..1a86097 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>3.0-SNAPSHOT</version>
+ <version>3.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-3.0</tag>
</scm>
</project>

Back to the top