Skip to content

Commit

Permalink
Change fork repo to JLab
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Apr 10, 2023
1 parent b01bb21 commit 3cd321a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
site:
needs: release
if: ${{ !inputs.dry_run && inputs.deploy_site }}
uses: JeremyMcCormick/hps-java/.github/workflows/site.yml@master
uses: JeffersonLab/hps-java/.github/workflows/site.yml@master
with:
tag: ${{ needs.release.outputs.release_tag }}
secrets: inherit
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
</properties>

<scm>
<url>https://github.com/JeremyMcCormick/hps-java.git</url>
<url>https://github.com/JeffersonLab/hps-java.git</url>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:[email protected]:JeremyMcCormick/hps-java.git</developerConnection>
<developerConnection>scm:git:[email protected]:JeffersonLab/hps-java.git</developerConnection>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 3cd321a

Please sign in to comment.