Skip to content

Commit

Permalink
chore: update self-references (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthiery authored Jan 9, 2025
1 parent 78f6d65 commit 04de3d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
**/target/failsafe-reports/TEST-*.xml
- name: Deploy Snapshot Artifacts
if: github.repository == 'zeebe-io/flaky-test-extractor-maven-plugin' && github.ref == 'refs/heads/main'
if: github.repository == 'camunda/flaky-test-extractor-maven-plugin' && github.ref == 'refs/heads/main'
run: mvn -B -DskipTests generate-sources source:jar javadoc:jar deploy
env:
MAVEN_USERNAME: ${{ steps.secrets.outputs.ARTIFACTS_USR }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ There are three configuration options:

## How to release this project?

Manually trigger a [release workflow run](https://github.com/zeebe-io/flaky-test-extractor-maven-plugin/actions/workflows/release.yml) with the desired parameters for current and next version.
Manually trigger a [release workflow run](https://github.com/camunda/flaky-test-extractor-maven-plugin/actions/workflows/release.yml) with the desired parameters for current and next version.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<name>flaky-test-extractor Maven Plugin</name>

<scm>
<connection>scm:git:https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/zeebe-io/flaky-test-extractor-maven-plugin.git</connection>
<developerConnection>scm:git:https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/zeebe-io/flaky-test-extractor-maven-plugin.git</developerConnection>
<connection>scm:git:https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/camunda/flaky-test-extractor-maven-plugin.git</connection>
<developerConnection>scm:git:https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/camunda/flaky-test-extractor-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/zeebe-io/flaky-test-extractor-maven-plugin</url>
<url>https://github.com/camunda/flaky-test-extractor-maven-plugin</url>
</scm>

<properties>
Expand Down

0 comments on commit 04de3d2

Please sign in to comment.