Compare commits

..

10 Commits

Author SHA1 Message Date
amithkoujalgi
ed124da25f [maven-release-plugin] prepare release v1.0.3 2023-12-19 14:57:55 +00:00
Amith Koujalgi
c33f6ec164 clean up 2023-12-19 20:27:05 +05:30
Amith Koujalgi
126d0c8986 clean up 2023-12-19 20:22:23 +05:30
Amith Koujalgi
8a59626f0c clean up 2023-12-19 20:21:00 +05:30
Amith Koujalgi
9e3d48b24d clean up 2023-12-19 20:20:39 +05:30
Amith Koujalgi
ad4a5e36aa clean up 2023-12-19 20:20:29 +05:30
Amith Koujalgi
90d1757b3f clean up 2023-12-19 20:17:54 +05:30
Amith Koujalgi
f2b4bf9ae5 [maven-release-plugin] prepare for next development iteration 2023-12-19 20:16:50 +05:30
Amith Koujalgi
6a07ad47c8 [maven-release-plugin] prepare release v1.0.2 2023-12-19 20:16:47 +05:30
Amith Koujalgi
03a206f089 [maven-release-plugin] prepare for next development iteration 2023-12-19 20:15:02 +05:30
2 changed files with 9 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
steps:
@@ -49,7 +49,12 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Publish to GitHub Packages Apache Maven
run: mvn clean deploy -Punit-tests -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
run: |
git config --global user.email "koujalgi.amith@gmail.com"
git config --global user.name "amithkoujalgi"
mvn clean -Punit-tests release:clean release:prepare release:perform -B -Darguments="-DskipTests -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}"
# run: mvn clean deploy -Punit-tests -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

View File

@@ -4,7 +4,7 @@
<groupId>io.github.amithkoujalgi</groupId>
<artifactId>ollama4j</artifactId>
<version>1.0.1</version>
<version>1.0.3</version>
<name>Ollama4j</name>
<description>Java library for interacting with Ollama API.</description>
@@ -39,7 +39,7 @@
<connection>scm:git:git@github.com:amithkoujalgi/ollama4j.git</connection>
<developerConnection>scm:git:https://github.com/amithkoujalgi/ollama4j.git</developerConnection>
<url>https://github.com/amithkoujalgi/ollama4j</url>
<tag>v1.0.1</tag>
<tag>v1.0.3</tag>
</scm>
<build>