Skip to content

Commit

Permalink
build: bump to next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Nov 26, 2024
1 parent d619829 commit 3cff8a5
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w

| Date | Release | info
|--------------|----------------| ---
| Nov 26, 2024 | `1.1.0` | official release
| Nov 26, 2024 | `1.1.1` | official release


## Samples
Expand Down Expand Up @@ -69,7 +69,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-core-jdk8</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

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.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>langgraph4j-core-jdk8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion how-tos/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.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>langgraph4j-howtos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langchain4j/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-langchain4j</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```
2 changes: 1 addition & 1 deletion langchain4j/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.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>langgraph4j-langchain4j</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.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<name>langgraph4j::parent</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/MapifyAI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-langchain4j</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/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.1-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/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.1-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/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.1-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/springai-agentexecutor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-springai-agentexecutor</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>langgraph4j::sample::springai::agentexecutor</name>
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scripts",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w

| Date | Release | info
|--------------|----------------| ---
| Nov 26, 2024 | `1.1.0` | official release
| Nov 26, 2024 | `1.1.1` | official release


## Quick Start
Expand All @@ -67,7 +67,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-core-jdk8</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand Down Expand Up @@ -240,7 +240,7 @@ It is available an **embed playground webapp** able to run a Langgraph4j workflo
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-studio</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion studio/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.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>langgraph4j-studio</artifactId>
Expand Down

0 comments on commit 3cff8a5

Please sign in to comment.