-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.0.x-…
…10582-servlethttpwrapper
- Loading branch information
Showing
373 changed files
with
14,285 additions
and
13,674 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ Joakim Erdfelt <[email protected]> B59B 67FD 7904 9843 67F9 3180 0818 | |
Joakim Erdfelt <[email protected]> BFBB 21C2 46D7 7768 3628 7A48 A04E 0C74 ABB3 5FEA | ||
Simone Bordet <[email protected]> 8B09 6546 B1A8 F026 56B1 5D3B 1677 D141 BCF3 584D | ||
Olivier Lamy <[email protected]> F254 B356 17DC 255D 9344 BCFA 873A 8E86 B437 2146 | ||
Ludovic Orban <[email protected]> E224 88CC 94F6 3E3F C928 536C 4241 C082 70D9 99C3 | ||
Ludovic Orban <[email protected]> CD38 A1DA DA34 13BE 96DF 547F 3D14 6A4A 1C58 367E |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.eclipse.jetty</groupId> | ||
<artifactId>jetty-project</artifactId> | ||
<version>12.0.2-SNAPSHOT</version> | ||
<version>12.0.3-SNAPSHOT</version> | ||
</parent> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.eclipse.jetty.build</groupId> | ||
<artifactId>build</artifactId> | ||
<name>Build</name> | ||
<packaging>pom</packaging> | ||
|
||
<properties> | ||
<sonar.skip>true</sonar.skip> | ||
</properties> | ||
<name>Build</name> | ||
|
||
<modules> | ||
<module>build-resources</module> | ||
</modules> | ||
|
||
<properties> | ||
<sonar.skip>true</sonar.skip> | ||
</properties> | ||
</project> |
Oops, something went wrong.