Skip to content

Commit 4da3499

Browse files
Merge pull request #71 from jenkinsci/fix/70
Expand ${revision} in description (#70)
2 parents c674f11 + 0e4eddb commit 4da3499

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,13 @@
117117
<url>https://repo.jenkins-ci.org/public/</url>
118118
</pluginRepository>
119119
</pluginRepositories>
120+
121+
<build>
122+
<resources>
123+
<resource>
124+
<filtering>true</filtering>
125+
<directory>src/main/resources</directory>
126+
</resource>
127+
</resources>
128+
</build>
120129
</project>

src/main/resources/index.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ SOFTWARE.
2020

2121
<?jelly escape-by-default='true'?>
2222
<div>
23-
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.
23+
Bundles <a href="https://hc.apache.org" target="_blank">Apache HttpComponents Client ${revision}</a> and allows it to be used by Jenkins plugins.
2424
</div>

0 commit comments

Comments
 (0)