camunda-community-hub / camunda-process-test-coverage

Community Extension Helper library to visualize which parts of a BPMN process have been covered by a process test.
https://camunda-community-hub.github.io/camunda-process-test-coverage/
Apache License 2.0
76 stars 45 forks source link

Rename extension on GitHub and change Maven coordinates #190

Closed celanthe closed 2 years ago

celanthe commented 2 years ago

Hi Simon,

This issue is being opened to let you know that your extension will need to be renamed here on GitHub via the 'Settings' option to reference Camunda Platform 7 rather than Camunda BPM. if you have any questions or require any assistance, please do not hesitate to reach out to @camunda-community-hub/devrel! :) You can also make use of Shields.io badges to indicate which version of Camunda your extension is compatible with.

akeller commented 2 years ago

Hi @zambrovski is this something you can take care of or are interested in doing? If renaming the entire project is too difficult, I would at least recommend renaming Camunda BPM to Camunda Platform 7 in the README and adding the badge.

zambrovski commented 2 years ago

Will do.. please let me wait until after the CCS2022

akeller commented 2 years ago

Of course 😄

zambrovski commented 2 years ago

By the way, somehow, I'm missing most permissions in "settings" could you please check and provide them back to me?

akeller commented 2 years ago

I went ahead and gave you admin level for this repo.

zambrovski commented 2 years ago

Do we need to change Maven Coordinates too? Currently they are

<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-process-test-coverage-junit4</artifactId>
akeller commented 2 years ago

I believe those are still the same, but I'm tagging in @berndruecker to help confirm 😄

zambrovski commented 2 years ago

I'll change them too.