Compare commits

...

2 Commits

Author SHA1 Message Date
Vitaly Provodin
944a490319 exclude java/util/Properties tests PropertiesStoreTest.java & StoreReproducibilityTest.java due to 8282023 2022-09-28 06:24:23 +07:00
Nikita Gubarkov
be8e4c56db fixup! JBR-4834 Rounded corners on Mac OS: support custom border color
Bump JBR API patch version
2022-09-28 06:23:57 +07:00
2 changed files with 5 additions and 2 deletions

View File

@@ -6,9 +6,9 @@
# 2. When only new API is added, or some existing API was @Deprecated - increment MINOR, reset PATCH to 0
# 3. For major backwards incompatible API changes - increment MAJOR, reset MINOR and PATCH to 0
VERSION = 1.1.0
VERSION = 1.1.1
# Hash is used to track changes to jetbrains.api, so you would not forget to update version when needed.
# When you make any changes, "make jbr-api" will fail and ask you to update hash and version number here.
HASH = 8F2F302217E7CAC9FA2DFC24BA5DD22F
HASH = 80FE49AB3B6461EBB48F9F2FC2A1D45F

View File

@@ -900,6 +900,9 @@ java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter.java 8254841 macos
java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest1.java 8256289 windows-x64
java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java 8258103 linux-all
java/util/Properties/PropertiesStoreTest.java 8282023 generic-all
java/util/Properties/StoreReproducibilityTest.java 8282023 generic-all
com/sun/jndi/dns/ConfigTests/Timeout.java 8220213 generic-all
############################################################################