Skip to content

Commit

Permalink
refactor: rename server module
Browse files Browse the repository at this point in the history
from 'jetty' to 'server-jetty'

resolve #9
  • Loading branch information
bsorrentino committed Jul 17, 2024
1 parent b79170a commit 88e6a70
Show file tree
Hide file tree
Showing 103 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<jdk>[17,)</jdk>
</activation>
<modules>
<module>jetty</module>
<module>server-jetty</module>
</modules>
<build>
<!-- Define configuration for JDK >= 11 -->
Expand Down
4 changes: 2 additions & 2 deletions jetty/pom.xml → server-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>jetty</artifactId>
<artifactId>langgraph4j-server-jetty</artifactId>

<packaging>jar</packaging>
<name>langgraph4j::jetty::server</name>
<name>langgraph4j::server::jetty</name>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 88e6a70

Please sign in to comment.