Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-03-25 14:08:27 +0000
committerJesse McConnell2015-03-25 14:08:27 +0000
commitda4f95f3d3339e684a5ad367d78ea6efa696f4a7 (patch)
tree95af751a368d756b66bd69b1155f5fea8e1fa889 /pom.xml
parente92fd438fda5ee7dd62d84b112dc4a6e75d38645 (diff)
downloadorg.eclipse.jetty.project-da4f95f3d3339e684a5ad367d78ea6efa696f4a7.tar.gz
org.eclipse.jetty.project-da4f95f3d3339e684a5ad367d78ea6efa696f4a7.tar.xz
org.eclipse.jetty.project-da4f95f3d3339e684a5ad367d78ea6efa696f4a7.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 365f76ae1c..a50bc84c38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<version>23</version>
</parent>
<artifactId>jetty-project</artifactId>
- <version>9.2.11.M0</version>
+ <version>9.2.11-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.11.M0</tag>
+ <tag>HEAD</tag>
</scm>
<build>
<defaultGoal>install</defaultGoal>

Back to the top