Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c44129d

Browse filesBrowse files
committed
Move flatten-maven-plugin version to separate property
1 parent 31cefaf commit c44129d
Copy full SHA for c44129d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.