Skip to content

Commit

Permalink
Merge pull request HamaWhiteGG#55 from HamaWhiteGG/dev
Browse files Browse the repository at this point in the history
Update to 0.1.10
  • Loading branch information
HamaWhiteGG authored Jul 22, 2023
2 parents 6e8a1ae + 6ec7180 commit 80ca553
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Prerequisites for building:
<dependency>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-core</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion langchain-bigdata/langchain-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-bigdata</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>langchain-flink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langchain-bigdata/langchain-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-bigdata</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>langchain-spark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langchain-bigdata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>langchain-bigdata</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langchain-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>langchain-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langchain-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>langchain-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langchain-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>langchain-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langchain-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>langchain-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openai-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>openai-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinecone-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>pinecone-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
<packaging>pom</packaging>
<name>langchain-java</name>
<description>This is the Java language implementation of LangChain.</description>
Expand Down
2 changes: 1 addition & 1 deletion serpapi-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<artifactId>serpapi-client</artifactId>
Expand Down

0 comments on commit 80ca553

Please sign in to comment.