Skip to content

Commit

Permalink
Merge pull request #254 from camunda/update_urls
Browse files Browse the repository at this point in the history
Update organisation in urls
  • Loading branch information
pihme authored Mar 28, 2022
2 parents 7cc038e + 7f0be10 commit 785f277
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/setup-java@v3.0.0
with:
distribution: temurin
java-version: 17 # Change to java 8 when tests are properly separated (https://github.com/camunda-cloud/zeebe-process-test/issues/195)
java-version: 17 # Change to java 8 when tests are properly separated (https://github.com/camunda/zeebe-process-test/issues/195)
cache: maven

- name: Package
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@ This project adheres to the [Camunda Code of Conduct](https://camunda.com/events
By participating, you are expected to uphold this code. Please [report](https://camunda.com/events/code-conduct/reporting-violations/)
unacceptable behavior as soon as possible.

[issues]: https://github.com/camunda-cloud/zeebe-process-test/issues
[issues]: https://github.com/camunda/zeebe-process-test/issues

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
</modules>

<scm>
<connection>scm:git:git@github.com:camunda-cloud/zeebe-process-test.git</connection>
<developerConnection>scm:git:git@github.com:camunda-cloud/zeebe-process-test.git</developerConnection>
<connection>scm:git:git@github.com:camunda/zeebe-process-test.git</connection>
<developerConnection>scm:git:git@github.com:camunda/zeebe-process-test.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/camunda-cloud/zeebe-process-test</url>
<url>https://github.com/camunda/zeebe-process-test</url>
</scm>

<properties>
Expand Down

0 comments on commit 785f277

Please sign in to comment.