Skip to content

Commit 8d44b9a

Browse files
Merge pull request #27 from jenkinsci/unicode_17
Update to Unicode version 17
2 parents 13243d9 + 9ed4dbe commit 8d44b9a

File tree

168 files changed

+337
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+337
-8
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions

emoji-parser.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# downloads emoji specification from unicode.org and converts it to be used in the plugin
22

33
$EmojiList = $PSScriptRoot + "\src\main\resources\io\jenkins\plugins\emoji\symbols\Emojis\emojis.list"
4-
$EmojiUrl = "https://unicode.org/Public/emoji/16.0/emoji-test.txt"
4+
$EmojiUrl = "https://unicode.org/Public/emoji/latest/emoji-test.txt"
55

66
function SearchAndReplace {
77
param (

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</scm>
4242

4343
<properties>
44-
<revision>16.0</revision>
44+
<revision>17.0</revision>
4545
<changelist>999999-SNAPSHOT</changelist>
4646
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4747
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)