We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flatten-maven-plugin
1 parent 31cefaf commit c44129dCopy full SHA for c44129d
pom.xml
@@ -124,6 +124,7 @@
124
<rootDirectory>${project.basedir}</rootDirectory>
125
<spotless.skip>true</spotless.skip>
126
<!-- Plugin versions -->
127
+ <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
128
<license-maven-plugin.version>4.3</license-maven-plugin.version>
129
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
130
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
@@ -181,7 +182,7 @@
181
182
<plugin>
183
<groupId>org.codehaus.mojo</groupId>
184
<artifactId>flatten-maven-plugin</artifactId>
- <version>1.5.0</version>
185
+ <version>${flatten-maven-plugin.version}</version>
186
</plugin>
187
188
<groupId>org.sonarsource.scanner.maven</groupId>
0 commit comments