Skip to content

Commit

Permalink
build: switch to community Maven parent
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 committed Jan 27, 2023
1 parent 4eff654 commit 8fd2cab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<packaging>pom</packaging>

<parent>
<groupId>org.camunda</groupId>
<artifactId>camunda-release-parent</artifactId>
<version>3.9.1</version>
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.3.1</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit 8fd2cab

Please sign in to comment.