forked from Mirror/ollama4j
clean up
This commit is contained in:
parent
60158447e4
commit
aa3cde44f4
8
Makefile
8
Makefile
@ -8,4 +8,10 @@ build:
|
||||
mvn clean test install -Punit-tests
|
||||
|
||||
release:
|
||||
mvn clean release:prepare release:perform
|
||||
mvn clean -Punit-tests release:clean release:prepare release:perform
|
||||
|
||||
update-version:
|
||||
mvn versions:set -DnewVersion=1.0.1
|
||||
|
||||
deploy:
|
||||
mvn clean deploy -Punit-tests -Dgpg.passphrase="$GPG_PASSPHRASE" -e
|
5
pom.xml
5
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>io.github.amithkoujalgi</groupId>
|
||||
<artifactId>ollama4j</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.0.1</version>
|
||||
|
||||
<name>Ollama4j</name>
|
||||
<description>Java library for interacting with Ollama API.</description>
|
||||
@ -141,8 +141,11 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>3.0.1</version>
|
||||
<configuration>
|
||||
<goals>install</goals>
|
||||
<tagNameFormat>v@{project.version}</tagNameFormat>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user