Skip to content

Commit

Permalink
Put version for mrm-maven-plugin in property
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 15, 2022
1 parent adee0e9 commit e4f8f37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -223,6 +223,7 @@
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
<maven-surefire-report-plugin.version>3.0.0-M7</maven-surefire-report-plugin.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
<mrm-maven-plugin.version>1.3.0</mrm-maven-plugin.version>
<plexus-component-metadata.version>2.1.1</plexus-component-metadata.version>
<taglist-maven-plugin.version>3.0.0</taglist-maven-plugin.version>
<versions-maven-plugin.version>2.11.0</versions-maven-plugin.version>
Expand Down Expand Up @@ -492,7 +493,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm-maven-plugin</artifactId>
<version>1.3.0</version>
<version>${mrm-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit e4f8f37

Please sign in to comment.