[Git][java-team/jcodings][debian/sid] 5 commits: [maven-release-plugin] prepare for next development iteration
Hideki Yamane
gitlab at salsa.debian.org
Sat May 23 16:35:36 BST 2020
Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / jcodings
Commits:
fd091323 by Charles Oliver Nutter at 2020-05-15T15:52:46-05:00
[maven-release-plugin] prepare for next development iteration
- - - - -
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
- - - - -
82847bea by Hideki Yamane at 2020-05-24T00:31:33+09:00
Merge tag 'jcodings-1.0.54' into debian/sid
[maven-release-plugin] copy for tag jcodings-1.0.54
- - - - -
76d0361c by Hideki Yamane at 2020-05-24T00:31:57+09:00
note to changelog
- - - - -
3 changed files:
- debian/changelog
- pom.xml
- src/org/jcodings/Config.java
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+jcodings (1.0.54-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Hideki Yamane <henrich at debian.org> Sun, 24 May 2020 00:31:53 +0900
+
jcodings (1.0.53-1) unstable; urgency=medium
* New upstream release
=====================================
pom.xml
=====================================
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby.jcodings</groupId>
<artifactId>jcodings</artifactId>
- <version>1.0.53</version>
+ <version>1.0.54</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/12a297bf61d5d2826efdc3bbdf84efff3dfb892e...76d0361cfaf965cb57c1a24b699225553f552229
--
View it on GitLab: https://salsa.debian.org/java-team/jcodings/-/compare/12a297bf61d5d2826efdc3bbdf84efff3dfb892e...76d0361cfaf965cb57c1a24b699225553f552229
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/4a946e73/attachment.html>
More information about the pkg-java-commits
mailing list