Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-07-30 16:47:57 +0000
committerJoakim Erdfelt2015-07-30 16:47:57 +0000
commita3684f7fb8e8fecd449581131588014bee8c7583 (patch)
treeed7d5258c444822939fa0ba932da58ca59bf8b1c /pom.xml
parent798fc8118b4eec94bb96122b4242233dae9b5e5a (diff)
downloadorg.eclipse.jetty.project-a3684f7fb8e8fecd449581131588014bee8c7583.tar.gz
org.eclipse.jetty.project-a3684f7fb8e8fecd449581131588014bee8c7583.tar.xz
org.eclipse.jetty.project-a3684f7fb8e8fecd449581131588014bee8c7583.zip
[maven-release-plugin] prepare for next development iteration
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 bb6a400aed..bd4e5a0439 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<version>23</version>
</parent>
<artifactId>jetty-project</artifactId>
- <version>9.2.13.v20150730</version>
+ <version>9.2.14-SNAPSHOT</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>jetty-9.2.13.v20150730</tag>
+ <tag>HEAD</tag>
</scm>
<build>
<defaultGoal>install</defaultGoal>

Back to the top