Skip to content

Commit

Permalink
Use version defined in properties for maven-source-plugin (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrozkovec authored Nov 30, 2023
1 parent 048e4a7 commit 0868fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<version>${maven-source-plugin.version}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 0868fa8

Please sign in to comment.