Skip to content

Commit

Permalink
build: update version to next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Aug 1, 2024
1 parent df07e2d commit 6c4d365
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion adaptive-rag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-beta1</version>
</parent>

<artifactId>langgraph4j-adaptive-rag</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-beta1</version>
</parent>

<artifactId>langgraph4j-agent-executor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-beta1</version>
</parent>

<artifactId>langgraph4j-jdk8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion image-to-diagram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-beta1</version>
</parent>

<artifactId>langgraph4j-image-to-diagram</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-beta1</version>
<packaging>pom</packaging>

<name>langgraph4j::parent</name>
Expand Down
5 changes: 3 additions & 2 deletions server-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-beta1</version>
</parent>

<artifactId>langgraph4j-server-jetty</artifactId>
Expand Down Expand Up @@ -138,7 +138,8 @@
<configuration>
<executable>java</executable>
<arguments>
<argument>-Djava.util.logging.config.file=${project.basedir}/logging.properties</argument>
<argument>-Djava.util.logging.config.file=${project.basedir}/
logging.properties</argument>
<argument>-classpath</argument>
<classpath/>
<argument>org.bsc.langgraph4j.AdaptiveRAGStreamingServer</argument>
Expand Down

0 comments on commit 6c4d365

Please sign in to comment.