Skip to content

Commit

Permalink
Merge pull request #329 from camunda-community-hub/update-maven-plugins
Browse files Browse the repository at this point in the history
build: Update maven plugins
  • Loading branch information
saig0 authored Jan 27, 2023
2 parents fedaf80 + 8fd2cab commit 5f38e38
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 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 Expand Up @@ -301,6 +300,21 @@
</to>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.4.2</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 5f38e38

Please sign in to comment.