We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c3a66 commit 8d3565fCopy full SHA for 8d3565f
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.8</version>
+ <version>4.0.9-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.8</tag>
+ <tag>HEAD</tag>
22
<url>https://github.com/jetty/jetty-servlet-api</url>
23
</scm>
24
0 commit comments