Skip to content

Commit

Permalink
removed maven scm id
Browse files Browse the repository at this point in the history
  • Loading branch information
zrbrown committed Dec 23, 2023
1 parent dbe8b00 commit b708001
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.REPO_SSH_PRIVATE_KEY }}
ssh-strict: false
- uses: actions/setup-java@v4
with:
distribution: 'oracle'
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.scm.id>github-actions</project.scm.id>
</properties>

<build>
Expand Down

0 comments on commit b708001

Please sign in to comment.