This commit is contained in:
Amith Koujalgi 2023-10-27 15:22:41 +05:30
parent 935f41cb32
commit d593e974ee
2 changed files with 2 additions and 29 deletions

View File

@ -1,29 +0,0 @@
## This workflow will build a Java project with Maven
## For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
#
#name: CI - Publish to Maven Central Sonatype
#
#on:
# push:
# branches: [ main ]
#
#jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Set up Maven Central Repository
# uses: actions/setup-java@v1
# with:
# java-version: 1.8
# server-id: ossrh
# server-username: MAVEN_USERNAME
# server-password: MAVEN_PASSWORD
# gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
# gpg-passphrase: MAVEN_GPG_PASSPHRASE
# - name: Deploy with Maven
# run: mvn -B clean deploy -Pci-cd
# env:
# MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
# MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

View File

@ -22,12 +22,14 @@
<organizationUrl>http://www.sonatype.com</organizationUrl> <organizationUrl>http://www.sonatype.com</organizationUrl>
</developer> </developer>
</developers> </developers>
<licenses> <licenses>
<license> <license>
<name>MIT License</name> <name>MIT License</name>
<url>https://raw.githubusercontent.com/amithkoujalgi/ollama4j/main/LICENSE</url> <url>https://raw.githubusercontent.com/amithkoujalgi/ollama4j/main/LICENSE</url>
</license> </license>
</licenses> </licenses>
<scm> <scm>
<connection>scm:git:git@github.com:amithkoujalgi/ollama4j.git</connection> <connection>scm:git:git@github.com:amithkoujalgi/ollama4j.git</connection>
<developerConnection>scm:git:ssh://github.com:amithkoujalgi/ollama4j.git</developerConnection> <developerConnection>scm:git:ssh://github.com:amithkoujalgi/ollama4j.git</developerConnection>