Skip to content

Commit c44129d

Browse files
committed
Move flatten-maven-plugin version to separate property
1 parent 31cefaf commit c44129d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
<rootDirectory>${project.basedir}</rootDirectory>
125125
<spotless.skip>true</spotless.skip>
126126
<!-- Plugin versions -->
127+
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
127128
<license-maven-plugin.version>4.3</license-maven-plugin.version>
128129
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
129130
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
@@ -181,7 +182,7 @@
181182
<plugin>
182183
<groupId>org.codehaus.mojo</groupId>
183184
<artifactId>flatten-maven-plugin</artifactId>
184-
<version>1.5.0</version>
185+
<version>${flatten-maven-plugin.version}</version>
185186
</plugin>
186187
<plugin>
187188
<groupId>org.sonarsource.scanner.maven</groupId>

0 commit comments

Comments
 (0)