Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8289549: ISO 4217 Amendment 172 Update
Reviewed-by: stuefe
Backport-of: 604ea90d55ac8354fd7287490ef59b8e3ce020d1
  • Loading branch information
GoeLin committed Aug 7, 2022
1 parent bb31cd9 commit 9168aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion make/data/currency/CurrencyData.properties
Expand Up @@ -32,7 +32,7 @@ formatVersion=3
# Version of the currency code information in this class.
# It is a serial number that accompanies with each amendment.

dataVersion=171
dataVersion=172

# List of all valid ISO 4217 currency codes.
# To ensure compatibility, do not remove codes.
Expand Down
6 changes: 3 additions & 3 deletions test/jdk/java/util/Currency/tablea1.txt
@@ -1,12 +1,12 @@
#
#
# Amendments up until ISO 4217 AMENDMENT NUMBER 171
# (As of 16 Mar 2022)
# Amendments up until ISO 4217 AMENDMENT NUMBER 172
# (As of 27 June 2022)
#

# Version
FILEVERSION=3
DATAVERSION=171
DATAVERSION=172

# ISO 4217 currency data
AF AFN 971 2
Expand Down

3 comments on commit 9168aa2

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin
Copy link
Member Author

@GoeLin GoeLin commented on 9168aa2 Aug 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk11u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 9168aa2 Aug 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin the backport was successfully created on the branch GoeLin-backport-9168aa25 in my personal fork of openjdk/jdk11u-dev. To create a pull request with this backport targeting openjdk/jdk11u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit 9168aa25 from the openjdk/jdk17u-dev repository.

The commit being backported was authored by Goetz Lindenmaier on 7 Aug 2022 and was reviewed by Thomas Stuefe.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk11u-dev:

$ git fetch https://github.com/openjdk-bots/jdk11u-dev GoeLin-backport-9168aa25:GoeLin-backport-9168aa25
$ git checkout GoeLin-backport-9168aa25
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk11u-dev GoeLin-backport-9168aa25

Please sign in to comment.