Skip to content

Commit

Permalink
fix: Filter resources to replace version placeholder (#5401)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Wittlinger <wittlinger.martin@gmail.com>
  • Loading branch information
I-Al-Istannen and MartinWitt authored Aug 28, 2023
1 parent 3dcff6a commit e623d6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,12 @@
</classpathDependencyExcludes>
</configuration>
</plugin>

</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>
</project>

0 comments on commit e623d6f

Please sign in to comment.