mvn release test

This commit is contained in:
Amith Koujalgi 2023-11-17 10:46:35 +05:30
parent a71a865b9e
commit fdd732fd71
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
# run: mvn -U clean verify --file pom.xml
- name: Build with Maven
run: mvn -U -B clean verify gpg:sign package --file pom.xml
run: mvn -U -B clean verify package --file pom.xml
- name: Set up Apache Maven Central (Overwrite settings.xml)
uses: actions/setup-java@v3

View File

@ -6,7 +6,7 @@
<groupId>io.github.amithkoujalgi</groupId>
<artifactId>ollama4j</artifactId>
<version>1.0</version>
<version>1.0-SNAPSHOT</version>
<name>Ollama4j</name>
<description>Java library for interacting with Ollama API.</description>