Skip to content

Commit

Permalink
Use defined osmaven version everywhere (#13111)
Browse files Browse the repository at this point in the history
Motivation:

We already have a property defined for os-maven-plugin, let's use it to make it easier to keep versions in sync.

Modifications:

Use property

Result:

Cleanup
  • Loading branch information
normanmaurer committed Jan 10, 2023
1 parent ba78f17 commit b9a2e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite-shading/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.7.1</version>
<version>${osmaven.version}</version>
</extension>
</extensions>
<plugins>
Expand Down

0 comments on commit b9a2e96

Please sign in to comment.