Skip to content

Commit 356a36b

Browse files
NotMyFaulttimja
andauthored
feat: Use the up to date description for the update center (#19)
* feat: Display an up to date description for the update center * Update pom.xml Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com> Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
1 parent c72e9d4 commit 356a36b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ THE SOFTWARE.
3939
<packaging>hpi</packaging>
4040

4141
<name>Jenkins Design Library</name>
42-
<description>Demonstration of UI controls available in Jenkins and guidance on how to use them</description>
4342
<url>https://github.com/jenkinsci/design-library-plugin</url>
4443

4544
<properties>

src/main/resources/index.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?jelly escape-by-default='true'?>
22
<div>
3-
Demonstration of UI controls available in Jenkins based on Stapler, Jelly, Groovy, etc.
3+
Demonstration of UI controls available in Jenkins and guidance on how to use them.
44
</div>

0 commit comments

Comments
 (0)