Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2016-01-06 01:30:52 +0000
committerJan Bartel2016-01-06 01:30:52 +0000
commit78b1aac118f964228fc66e116b347f1cd534922c (patch)
tree2313595cae6a6981bfb49ff91a163fe8a1ce63ce
parent7e1f146f58f346e442e7e8bc2073677e803cc5ec (diff)
downloadorg.eclipse.jetty.toolchain-78b1aac118f964228fc66e116b347f1cd534922c.tar.gz
org.eclipse.jetty.toolchain-78b1aac118f964228fc66e116b347f1cd534922c.tar.xz
org.eclipse.jetty.toolchain-78b1aac118f964228fc66e116b347f1cd534922c.zip
[maven-release-plugin] prepare for next development iteration
-rw-r--r--jetty-schemas/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty-schemas/pom.xml b/jetty-schemas/pom.xml
index 6e40a7c..1a12099 100644
--- a/jetty-schemas/pom.xml
+++ b/jetty-schemas/pom.xml
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-schemas</artifactId>
- <version>3.1</version>
+ <version>3.1-SNAPSHOT</version>
<name>Jetty :: Schemas</name>
<packaging>jar</packaging>
<properties>
@@ -18,7 +18,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-schemas</url>
- <tag>jetty-schemas-3.1</tag>
+ <tag>HEAD</tag>
</scm>
<build>
<plugins>

Back to the top