Skip to content

Commit

Permalink
merge: #668
Browse files Browse the repository at this point in the history
668: Backport 651 to stable/8.1 r=koevskinikola a=remcowesterhoud

## Description

<!-- Please explain the changes you made here. -->
Backport #651 to stable/8.1

This version update has fixes to make releases more convenient and less confusing for us.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Remco Westerhoud <remco@westerhoud.nl>
  • Loading branch information
3 people authored Feb 16, 2023
2 parents c553804 + 885c851 commit 4734e97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.2.2</version>
<version>1.4.1</version>
</parent>

<groupId>io.camunda</groupId>
Expand Down Expand Up @@ -520,6 +520,7 @@
<rules>
<dependencyConvergence />
</rules>
<skip>${skipChecks}</skip>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 4734e97

Please sign in to comment.