Skip to content

Commit

Permalink
chore: fixed project URLs of Maven modules
Browse files Browse the repository at this point in the history
  • Loading branch information
gclaussn committed Mar 1, 2025
1 parent b1882e3 commit bbfe06d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle-plugin-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@
</plugins>
</build>

<url>https://github.com/camunda-community-hub/bpmn-driven-testing/gradle-plugin-8</url>
<url>https://github.com/camunda-community-hub/bpmn-driven-testing/tree/master/gradle-plugin-8</url>
</project>
2 changes: 1 addition & 1 deletion gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@
</plugins>
</build>

<url>https://github.com/camunda-community-hub/bpmn-driven-testing/gradle-plugin</url>
<url>https://github.com/camunda-community-hub/bpmn-driven-testing/tree/master/gradle-plugin</url>
</project>
2 changes: 1 addition & 1 deletion impl-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@
</plugins>
</build>

<url>https://github.com/camunda-community-hub/bpmn-driven-testing/impl-8</url>
<url>https://github.com/camunda-community-hub/bpmn-driven-testing/tree/master/impl-8</url>
</project>
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@
</plugins>
</build>

<url>https://github.com/camunda-community-hub/bpmn-driven-testing/impl</url>
<url>https://github.com/camunda-community-hub/bpmn-driven-testing/tree/master/impl</url>
</project>
2 changes: 1 addition & 1 deletion maven-plugin-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@
</pluginManagement>
</build>

<url>https://github.com/camunda-community-hub/bpmn-driven-testing/maven-plugin-8</url>
<url>https://github.com/camunda-community-hub/bpmn-driven-testing/tree/master/maven-plugin-8</url>
</project>
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@
</pluginManagement>
</build>

<url>https://github.com/camunda-community-hub/bpmn-driven-testing/maven-plugin</url>
<url>https://github.com/camunda-community-hub/bpmn-driven-testing/tree/master/maven-plugin</url>
</project>
2 changes: 1 addition & 1 deletion model-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
</plugins>
</build>

<url>https://github.com/camunda-community-hub/bpmn-driven-testing/model-8</url>
<url>https://github.com/camunda-community-hub/bpmn-driven-testing/tree/master/model-8</url>
</project>
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
</plugins>
</build>

<url>https://github.com/camunda-community-hub/bpmn-driven-testing/model</url>
<url>https://github.com/camunda-community-hub/bpmn-driven-testing/tree/master/model</url>
</project>

0 comments on commit bbfe06d

Please sign in to comment.