Skip to content

Commit

Permalink
Merge pull request #71 from jenkinsci/fix/70
Browse files Browse the repository at this point in the history
Expand ${revision} in description (#70)
  • Loading branch information
strangelookingnerd authored Jan 13, 2025
2 parents c674f11 + 0e4eddb commit 4da3499
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,13 @@
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

<build>
<resources>
<resource>
<filtering>true</filtering>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
</project>
2 changes: 1 addition & 1 deletion src/main/resources/index.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ SOFTWARE.

<?jelly escape-by-default='true'?>
<div>
Bundles <a href="https://hc.apache.org/httpcomponents-client-5.2.x/index.html" target="_blank">Apache HttpComponents Client ${revision}</a> and allows it to be used by Jenkins plugins.
Bundles <a href="https://hc.apache.org" target="_blank">Apache HttpComponents Client ${revision}</a> and allows it to be used by Jenkins plugins.
</div>

0 comments on commit 4da3499

Please sign in to comment.