Skip to content

Commit

Permalink
Merge pull request HamaWhiteGG#13 from HamaWhiteGG/dev
Browse files Browse the repository at this point in the history
optimize maven-publish.yml
  • Loading branch information
HamaWhiteGG authored Jun 19, 2023
2 parents 95a9ebf + 0efb8ac commit ac86b27
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Prerequisites for building:
<dependency>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-core</artifactId>
<version>0.1.6</version>
<version>0.1.7</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions langchain-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<dependency>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>openai-client</artifactId>
<version>0.1.6</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>serpapi-client</artifactId>
<version>0.1.6</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

<target.java.version>17</target.java.version>
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
<versions-maven-plugin.version>2.8.1</versions-maven-plugin.version>
<spotless-maven-plugin.version>2.27.1</spotless-maven-plugin.version>
<maven-surefire-plugin.version>3.1.0</maven-surefire-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
Expand Down Expand Up @@ -302,6 +303,12 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${versions-maven-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>

Expand All @@ -322,6 +329,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
</plugins>
</build>
<url>https://github.com/HamaWhiteGG/langchain-java</url>
Expand Down

0 comments on commit ac86b27

Please sign in to comment.