[Git][java-team/jcodings][master] 3 commits: There is no emojii version 12.0
Hideki Yamane
gitlab at salsa.debian.org
Sat May 23 16:35:38 BST 2020
Hideki Yamane pushed to branch master at Debian Java Maintainers / jcodings
Commits:
7f0bcab7 by Charles Oliver Nutter at 2020-05-19T05:43:05-05:00
There is no emojii version 12.0
The Unicode 12.1 update did not add any emoji.
- - - - -
57236cd3 by Charles Oliver Nutter at 2020-05-19T05:46:13-05:00
[maven-release-plugin] prepare release jcodings-1.0.54
- - - - -
10a7f453 by Charles Oliver Nutter at 2020-05-19T05:46:21-05:00
[maven-release-plugin] prepare for next development iteration
- - - - -
2 changed files:
- pom.xml
- src/org/jcodings/Config.java
Changes:
=====================================
pom.xml
=====================================
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby.jcodings</groupId>
<artifactId>jcodings</artifactId>
- <version>1.0.54-SNAPSHOT</version>
+ <version>1.0.55-SNAPSHOT</version>
<name>JCodings</name>
<description>Byte based encoding support library for java</description>
<parent>
=====================================
src/org/jcodings/Config.java
=====================================
@@ -66,8 +66,8 @@ public interface Config {
final int UNICODE_VERSION_MAJOR = 12;
final int UNICODE_VERSION_MINOR = 1;
final int UNICODE_VERSION_TEENY = 0;
- final String UNICODE_EMOJI_VERSION_STRING = "12.1";
+ final String UNICODE_EMOJI_VERSION_STRING = "12.0";
final int UNICODE_EMOJI_VERSION_MAJOR = 12;
- final int UNICODE_EMOJI_VERSION_MINOR = 1;
+ final int UNICODE_EMOJI_VERSION_MINOR = 0;
}
View it on GitLab: https://salsa.debian.org/java-team/jcodings/-/compare/fd09132374a79d0eb7196bb7aa83446c90a8bc46...10a7f453230846e38530f32e9c742bff908e8299
--
View it on GitLab: https://salsa.debian.org/java-team/jcodings/-/compare/fd09132374a79d0eb7196bb7aa83446c90a8bc46...10a7f453230846e38530f32e9c742bff908e8299
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200523/4e6cfbb1/attachment.html>
More information about the pkg-java-commits
mailing list