Skip to content

Commit 5c8471e

Browse files
committed
Updating to version 10.0.22
1 parent 12d1912 commit 5c8471e

File tree

173 files changed

+256
-255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+256
-255
lines changed

VERSION.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
jetty-10.0.22-SNAPSHOT
1+
jetty-10.0.22 - 27 June 2024
2+
+ 11917 Update XML configure.dtd locations to new jetty.org website
23

34
jetty-10.0.21 - 14 May 2024
45
+ 10805 Jetty response with an invalid HTTP2 packet if the client set the

apache-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-project</artifactId>
8-
<version>10.0.22-SNAPSHOT</version>
8+
<version>10.0.22</version>
99
</parent>
1010
<artifactId>apache-jsp</artifactId>
1111
<name>Jetty :: Apache JSP Implementation</name>

apache-jstl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty</groupId>
66
<artifactId>jetty-project</artifactId>
7-
<version>10.0.22-SNAPSHOT</version>
7+
<version>10.0.22</version>
88
</parent>
99
<artifactId>apache-jstl</artifactId>
1010
<packaging>jar</packaging>

build-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-->
99
<groupId>org.eclipse.jetty</groupId>
1010
<artifactId>build-resources</artifactId>
11-
<version>10.0.22-SNAPSHOT</version>
11+
<version>10.0.22</version>
1212
<packaging>jar</packaging>
1313
<name>Jetty :: Build Resources</name>
1414

demos/demo-async-rest/demo-async-rest-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.demos</groupId>
77
<artifactId>demo-async-rest-parent</artifactId>
8-
<version>10.0.22-SNAPSHOT</version>
8+
<version>10.0.22</version>
99
</parent>
1010
<artifactId>demo-async-rest-jar</artifactId>
1111
<packaging>jar</packaging>

demos/demo-async-rest/demo-async-rest-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.demos</groupId>
77
<artifactId>demo-async-rest-parent</artifactId>
8-
<version>10.0.22-SNAPSHOT</version>
8+
<version>10.0.22</version>
99
</parent>
1010
<artifactId>demo-async-rest-server</artifactId>
1111
<packaging>jar</packaging>

demos/demo-async-rest/demo-async-rest-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.demos</groupId>
77
<artifactId>demo-async-rest-parent</artifactId>
8-
<version>10.0.22-SNAPSHOT</version>
8+
<version>10.0.22</version>
99
</parent>
1010
<artifactId>demo-async-rest-webapp</artifactId>
1111
<packaging>war</packaging>

demos/demo-async-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.demos</groupId>
77
<artifactId>demos-parent</artifactId>
8-
<version>10.0.22-SNAPSHOT</version>
8+
<version>10.0.22</version>
99
</parent>
1010
<artifactId>demo-async-rest-parent</artifactId>
1111
<packaging>pom</packaging>

demos/demo-jaas-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>10.0.22-SNAPSHOT</version>
7+
<version>10.0.22</version>
88
</parent>
99
<artifactId>demo-jaas-webapp</artifactId>
1010
<packaging>war</packaging>

demos/demo-jetty-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>10.0.22-SNAPSHOT</version>
7+
<version>10.0.22</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>demo-jetty-webapp</artifactId>

0 commit comments

Comments
 (0)