Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-08-25 17:08:32 +0000
committerJoakim Erdfelt2015-08-25 17:08:32 +0000
commitd8cd11ae90933f2f14fbdcf504f8e67d653429c4 (patch)
tree8951e016a0ac9142c35303edd184f46affa2f606
parentaab29c7e375fabb92b8cb5928859d7897fc03baa (diff)
downloadorg.eclipse.jetty.toolchain-jetty-test-helper-3.1.tar.gz
org.eclipse.jetty.toolchain-jetty-test-helper-3.1.tar.xz
org.eclipse.jetty.toolchain-jetty-test-helper-3.1.zip
[maven-release-plugin] prepare release jetty-test-helper-3.1jetty-test-helper-3.1
-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 7d7eef5..46003d4 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.1-SNAPSHOT</version>
+ <version>3.1</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.1</tag>
</scm>
</project>

Back to the top