Skip to content

Commit

Permalink
rename jetty-12 to jetty-12-ee8
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed May 9, 2024
1 parent b1fae9e commit 455ba01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ THE SOFTWARE.
<module>bom</module>
<module>websocket/spi</module>
<module>websocket/jetty10</module>
<module>websocket/jetty12</module>
<module>websocket/jetty12-ee8</module>
<module>core</module>
<module>war</module>
<module>test</module>
Expand Down
6 changes: 3 additions & 3 deletions websocket/jetty12/pom.xml → websocket/jetty12-ee8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ THE SOFTWARE.
<relativePath>../..</relativePath>
</parent>

<artifactId>websocket-jetty12</artifactId>
<name>Jetty 12 implementation for WebSocket</name>
<description>An implementation of the WebSocket handler that works with Jetty 12.</description>
<artifactId>websocket-jetty12-ee8</artifactId>
<name>Jetty 12 implementation for WebSocket ee8</name>
<description>An implementation of the WebSocket handler that works with Jetty 12 based on EE8</description>

<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 455ba01

Please sign in to comment.