Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
8294307: ISO 4217 Amendment 173 Update
Reviewed-by: dcherepanov, bae
Backport-of: 3b1bc21727636cb50cd04d958031832f48fe17e3
  • Loading branch information
Yuri Nesterenko committed Nov 11, 2022
1 parent 7379b6b commit 4b60ed4
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=172
dataVersion=173

# 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 172
# (As of 27 June 2022)
# Amendments up until ISO 4217 AMENDMENT NUMBER 173
# (As of 23 September 2022)
#

# Version
FILEVERSION=3
DATAVERSION=172
DATAVERSION=173

# ISO 4217 currency data
AF AFN 971 2
Expand Down

5 comments on commit 4b60ed4

@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

@GoeLin GoeLin commented on 4b60ed4 Nov 11, 2022

Choose a reason for hiding this comment

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

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 4b60ed4 Nov 11, 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-4b60ed4d in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-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 4b60ed4d from the openjdk/jdk15u-dev repository.

The commit being backported was authored by Yuri Nesterenko on 11 Nov 2022 and was reviewed by Dmitry Cherepanov and Andrew Brygin.

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/jdk17u-dev:

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

@GoeLin
Copy link
Member

@GoeLin GoeLin commented on 4b60ed4 Nov 11, 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 4b60ed4 Nov 11, 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-4b60ed4d 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 4b60ed4d from the openjdk/jdk15u-dev repository.

The commit being backported was authored by Yuri Nesterenko on 11 Nov 2022 and was reviewed by Dmitry Cherepanov and Andrew Brygin.

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-4b60ed4d:GoeLin-backport-4b60ed4d
$ git checkout GoeLin-backport-4b60ed4d
# 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-4b60ed4d

Please sign in to comment.