Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2014-12-05 15:45:01 +0000
committerJan Bartel2014-12-05 15:45:01 +0000
commit1cc075cf9826f5128dd0c6561ba16c4d7c95c281 (patch)
treec0e20e5acc77cc60a9fbb92042488842e77e4632 /pom.xml
parent98e186959499df08fc0529e9f23552809ea3b8fe (diff)
downloadorg.eclipse.jetty.project-1cc075cf9826f5128dd0c6561ba16c4d7c95c281.tar.gz
org.eclipse.jetty.project-1cc075cf9826f5128dd0c6561ba16c4d7c95c281.tar.xz
org.eclipse.jetty.project-1cc075cf9826f5128dd0c6561ba16c4d7c95c281.zip
[maven-release-plugin] prepare release jetty-9.2.6.v20141205jetty-9.2.6.v20141205
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 865608300d..c5fb01b96b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<version>23</version>
</parent>
<artifactId>jetty-project</artifactId>
- <version>9.2.6-SNAPSHOT</version>
+ <version>9.2.6.v20141205</version>
<name>Jetty :: Project</name>
<url>http://www.eclipse.org/jetty</url>
<packaging>pom</packaging>
@@ -26,7 +26,7 @@
<connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git</connection>
<developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git</developerConnection>
<url>http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree</url>
- <tag>HEAD</tag>
+ <tag>jetty-9.2.6.v20141205</tag>
</scm>
<build>
<defaultGoal>install</defaultGoal>

Back to the top