Skip to content

Commit

Permalink
Merge pull request #527 from jenkinsci/symbols
Browse files Browse the repository at this point in the history
Replace icons with symbols
  • Loading branch information
uhafner authored Sep 23, 2022
2 parents 214cdc6 + 8b58843 commit ffb0cd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@

<module.name>${project.groupId}.git.forensics</module.name>

<jenkins.baseline>2.346</jenkins.baseline>
<jenkins.version>2.346.3</jenkins.version>

<!-- Library Dependencies Versions -->
<eclipse-collections.version>9.2.0</eclipse-collections.version>
<testcontainers.version>1.17.3</testcontainers.version>
Expand Down Expand Up @@ -71,6 +74,7 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>font-awesome-api</artifactId>
<version>6.2.0-1</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:t="/lib/hudson">

<t:summary icon="/plugin/git-forensics/icons/git-icon.svg">
<t:summary icon="symbol-brands/git-alt plugin-font-awesome-api">

<span id="commits-of-${it.scmKey.hashCode()}">
SCM: ${it.scmKey}
Expand Down

0 comments on commit ffb0cd9

Please sign in to comment.