Skip to content

Commit 570aa4a

Browse files
committed
Updating to version 10.0.23
1 parent 8259eab commit 570aa4a

File tree

173 files changed

+257
-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

+257
-255
lines changed

VERSION.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
jetty-10.0.23-SNAPSHOT
1+
jetty-10.0.23 - 13 August 2024
2+
+ 12041 backport tracking retainable pool from Jetty 12
3+
+ 12156 Improvements to HttpConnection when reading 0 bytes
24

35
jetty-10.0.22 - 27 June 2024
46
+ 11917 Update XML configure.dtd locations to new jetty.org website

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.23-SNAPSHOT</version>
8+
<version>10.0.23</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.23-SNAPSHOT</version>
7+
<version>10.0.23</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.23-SNAPSHOT</version>
11+
<version>10.0.23</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.23-SNAPSHOT</version>
8+
<version>10.0.23</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.23-SNAPSHOT</version>
8+
<version>10.0.23</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.23-SNAPSHOT</version>
8+
<version>10.0.23</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.23-SNAPSHOT</version>
8+
<version>10.0.23</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.23-SNAPSHOT</version>
7+
<version>10.0.23</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.23-SNAPSHOT</version>
7+
<version>10.0.23</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>demo-jetty-webapp</artifactId>

0 commit comments

Comments
 (0)