Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-schemas/pom.xml')
-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