Skip to content

Commit

Permalink
fix(pom): add relative parent path
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Oct 24, 2024
1 parent b8bd414 commit 3902dcb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
<module>samples/image-to-diagram</module>
<module>samples/adaptive-rag</module>
<module>samples/agent-executor</module>
<module>samples/springai-agentexecutor</module>
</modules>
<build>
</build>
Expand Down
1 change: 1 addition & 0 deletions samples/adaptive-rag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-parent</artifactId>
<version>1.0-20241024</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>langgraph4j-adaptive-rag</artifactId>
Expand Down
1 change: 1 addition & 0 deletions samples/agent-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-parent</artifactId>
<version>1.0-20241024</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>langgraph4j-agent-executor</artifactId>
Expand Down
1 change: 1 addition & 0 deletions samples/image-to-diagram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-parent</artifactId>
<version>1.0-20241024</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>langgraph4j-image-to-diagram</artifactId>
Expand Down

0 comments on commit 3902dcb

Please sign in to comment.