diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 256e500..0490525 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,5 +24,4 @@ jobs: - name: Publish to GitHub Packages. env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: mvn -B -e --settings maven-settings.xml deploy:deploy-file -DrepositoryId='github_openaims' -Durl='https://maven.pkg.github.com/open-AIMS/log4j' -DpomFile='pom.xml' -Dfile='jar/log4j-1.2.17-aims2.jar' - # run: mvn -B -e --settings maven-settings.xml deploy + run: mvn -B -e --settings maven-settings.xml deploy:deploy-file -DrepositoryId='github_openaims' -Durl='https://maven.pkg.github.com/open-AIMS/log4j' -DpomFile='pom.xml' -Dfile='jar/log4j-1.2.17-aims.jar' diff --git a/jar/log4j-1.2.17-aims2.jar b/jar/log4j-1.2.17-aims.jar similarity index 100% rename from jar/log4j-1.2.17-aims2.jar rename to jar/log4j-1.2.17-aims.jar diff --git a/pom.xml b/pom.xml index 31fe147..879222e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,53 +6,11 @@ au.gov.aims log4j - 1.2.17-aims2 + 1.2.17-aims jar Log4j version 1.2.17-aims Log4j version 1.2.17 without the offending class responsible for CVE-2021-4104. - - github_openaims