Skip to content

Commit e9d61a1

Browse files
committed
Updating to version 12.0.15-SNAPSHOT
1 parent e775165 commit e9d61a1

File tree

352 files changed

+487
-485
lines changed

Some content is hidden

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

352 files changed

+487
-485
lines changed

VERSION.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
jetty-12.0.15-SNAPSHOT
2+
13
jetty-12.0.14 - 30 September 2024
24
+ 929 Implement a utility class to save large downloads to a file (@arsenalzp)
35
+ 7515 Connection limit problem for "onAccepting" connections

build/build-resources/pom.xml

+1-1
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>12.0.14</version>
11+
<version>12.0.15-SNAPSHOT</version>
1212
<packaging>jar</packaging>
1313
<name>Build :: Resources</name>
1414

build/pom.xml

+1-1
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>12.0.14</version>
8+
<version>12.0.15-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.eclipse.jetty.build</groupId>
1111
<artifactId>build</artifactId>

documentation/jetty/modules/code/examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.documentation</groupId>
77
<artifactId>documentation</artifactId>
8-
<version>12.0.14</version>
8+
<version>12.0.15-SNAPSHOT</version>
99
<relativePath>../../../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>code-examples</artifactId>

documentation/jetty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty.documentation</groupId>
77
<artifactId>documentation</artifactId>
8-
<version>12.0.14</version>
8+
<version>12.0.15-SNAPSHOT</version>
99
</parent>
1010
<artifactId>jetty</artifactId>
1111
<packaging>pom</packaging>

documentation/pom.xml

+1-1
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>12.0.14</version>
8+
<version>12.0.15-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.eclipse.jetty.documentation</groupId>
1111
<artifactId>documentation</artifactId>

javadoc/pom.xml

+1-1
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>12.0.14</version>
8+
<version>12.0.15-SNAPSHOT</version>
99
</parent>
1010
<artifactId>javadoc</artifactId>
1111
<packaging>jar</packaging>

jetty-core/jetty-alpn/jetty-alpn-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty</groupId>
66
<artifactId>jetty-alpn</artifactId>
7-
<version>12.0.14</version>
7+
<version>12.0.15-SNAPSHOT</version>
88
</parent>
99
<artifactId>jetty-alpn-client</artifactId>
1010
<name>Core :: ALPN :: Client</name>

jetty-core/jetty-alpn/jetty-alpn-conscrypt-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.jetty</groupId>
88
<artifactId>jetty-alpn</artifactId>
9-
<version>12.0.14</version>
9+
<version>12.0.15-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>jetty-alpn-conscrypt-client</artifactId>
1212
<name>Core :: ALPN :: Conscrypt Client</name>

jetty-core/jetty-alpn/jetty-alpn-conscrypt-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-alpn</artifactId>
8-
<version>12.0.14</version>
8+
<version>12.0.15-SNAPSHOT</version>
99
</parent>
1010
<artifactId>jetty-alpn-conscrypt-server</artifactId>
1111
<name>Core :: ALPN :: Conscrypt Server</name>

jetty-core/jetty-alpn/jetty-alpn-java-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.jetty</groupId>
88
<artifactId>jetty-alpn</artifactId>
9-
<version>12.0.14</version>
9+
<version>12.0.15-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>jetty-alpn-java-client</artifactId>
1212
<name>Core :: ALPN :: Java Client</name>

jetty-core/jetty-alpn/jetty-alpn-java-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.eclipse.jetty</groupId>
77
<artifactId>jetty-alpn</artifactId>
8-
<version>12.0.14</version>
8+
<version>12.0.15-SNAPSHOT</version>
99
</parent>
1010
<artifactId>jetty-alpn-java-server</artifactId>
1111
<name>Core :: ALPN :: Java Server</name>

jetty-core/jetty-alpn/jetty-alpn-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty</groupId>
66
<artifactId>jetty-alpn</artifactId>
7-
<version>12.0.14</version>
7+
<version>12.0.15-SNAPSHOT</version>
88
</parent>
99
<artifactId>jetty-alpn-server</artifactId>
1010
<name>Core :: ALPN :: Server</name>

jetty-core/jetty-alpn/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty</groupId>
66
<artifactId>jetty-core</artifactId>
7-
<version>12.0.14</version>
7+
<version>12.0.15-SNAPSHOT</version>
88
</parent>
99
<artifactId>jetty-alpn</artifactId>
1010
<packaging>pom</packaging>

0 commit comments

Comments
 (0)