Skip to content

Commit

Permalink
Merge pull request #1 from kadampabookings/prod
Browse files Browse the repository at this point in the history
Added explicit Maven reports plugin version
  • Loading branch information
salmonb authored Aug 31, 2023
2 parents 72a11c5 + 6c82692 commit da0f435
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<plugin.deploy.version>3.1.1</plugin.deploy.version>
<plugin.install.version>3.1.0</plugin.install.version>
<plugin.site.version>4.0.0-M8</plugin.site.version>
<plugin.reports.version>3.4.5</plugin.reports.version>
<plugin.resources.version>3.3.1</plugin.resources.version>
<plugin.surefire.version>3.1.2</plugin.surefire.version>
<plugin.shade.version>3.5.0</plugin.shade.version>
Expand Down Expand Up @@ -359,6 +360,13 @@
</configuration>
</plugin>

<!-- Setting explicit fixed version for the reports plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${plugin.reports.version}</version>
</plugin>

<!-- Setting explicit fixed version for the resources plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit da0f435

Please sign in to comment.