From 6888092f8bf7dfef2930480972d258849093de85 Mon Sep 17 00:00:00 2001 From: Matt Sicker Date: Wed, 28 Apr 2021 14:55:15 -0500 Subject: [PATCH] Fix github repo --- .github/workflows/maven-publish.yml | 2 +- pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index d792b6e..18dd937 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -22,7 +22,7 @@ jobs: with: java-version: '11' distribution: 'adopt' - server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml + server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Maven diff --git a/pom.xml b/pom.xml index 957ce53..0c2cd86 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,11 @@ ossrh https://s01.oss.sonatype.org/content/repositories/snapshots + + github + GitHub JCryptoBox Apache Maven Packages + https://maven.pkg.github.com/o1c-dev/jcryptobox +