1 parent 12534bb commit 6a853deCopy full SHA for 6a853de
1 file changed
pom.xml
@@ -11,14 +11,14 @@
11
'jetty-javax-servlet-api' for backwards compatibility reasons. -->
12
<groupId>org.eclipse.jetty.toolchain</groupId>
13
<artifactId>jetty-servlet-api</artifactId>
14
- <version>4.0.7</version>
+ <version>4.0.7-SNAPSHOT</version>
15
<packaging>jar</packaging>
16
<name>Jetty :: Servlet API and Schemas for JPMS and OSGi</name>
17
18
<scm>
19
<connection>scm:git:https://github.com/jetty/jetty-servlet-api.git</connection>
20
<developerConnection>scm:git:git@github.com:jetty/jetty-servlet-api.git</developerConnection>
21
- <tag>jetty-servlet-api-4.0.7</tag>
+ <tag>HEAD</tag>
22
<url>https://github.com/jetty/jetty-servlet-api</url>
23
</scm>
24
0 commit comments