From d593e974eef87779c9123e54ef707e0679fd79b8 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Fri, 27 Oct 2023 15:22:41 +0530 Subject: [PATCH] init --- maven-publish1.yml | 29 ----------------------------- pom.xml | 2 ++ 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 maven-publish1.yml diff --git a/maven-publish1.yml b/maven-publish1.yml deleted file mode 100644 index 73586db..0000000 --- a/maven-publish1.yml +++ /dev/null @@ -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 }} \ No newline at end of file diff --git a/pom.xml b/pom.xml index a206cf9..27dc6ed 100644 --- a/pom.xml +++ b/pom.xml @@ -22,12 +22,14 @@ http://www.sonatype.com + MIT License https://raw.githubusercontent.com/amithkoujalgi/ollama4j/main/LICENSE + scm:git:git@github.com:amithkoujalgi/ollama4j.git scm:git:ssh://github.com:amithkoujalgi/ollama4j.git