Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2015-06-25 08:13:40 +0000
committerJan Bartel2015-06-25 08:13:40 +0000
commit67f92772a33346434f6c38c1a5459b8cc79526f9 (patch)
tree6cc4bd6b6de5288b6b520668b55e116755a59eb6
parent285fbfa657677a8d197984dcc70992098af8f9a9 (diff)
downloadorg.eclipse.jetty.toolchain-jetty-build-support-1.4.tar.gz
org.eclipse.jetty.toolchain-jetty-build-support-1.4.tar.xz
org.eclipse.jetty.toolchain-jetty-build-support-1.4.zip
[maven-release-plugin] prepare release jetty-build-support-1.4jetty-build-support-1.4
-rw-r--r--jetty-build-support/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jetty-build-support/pom.xml b/jetty-build-support/pom.xml
index 0d89f26..076fd8d 100644
--- a/jetty-build-support/pom.xml
+++ b/jetty-build-support/pom.xml
@@ -9,7 +9,7 @@
</parent>
<artifactId>jetty-build-support</artifactId>
<packaging>jar</packaging>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4</version>
<name>Jetty Toolchain :: Build Support</name>
<description>Build Support for Jetty (Contains Enforcer Rules, PMD Rulesets, etc ...)</description>
<properties>
@@ -103,6 +103,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-build-support</url>
+ <tag>jetty-build-support-1.4</tag>
</scm>
</project>

Back to the top