[Git][java-team/jcodings][debian/sid] 6 commits: [maven-release-plugin] prepare for next development iteration

Hideki Yamane gitlab at salsa.debian.org
Sun May 17 05:31:08 BST 2020



Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / jcodings


Commits:
fcfa08f5 by Charles Oliver Nutter at 2020-05-11T17:55:07-05:00
[maven-release-plugin] prepare for next development iteration

- - - - -
1d33e6ae by Charles Oliver Nutter at 2020-05-15T15:37:34-05:00
Hardcode unicode and emoji version bits for now

Fixes #29

- - - - -
20a1260c by Charles Oliver Nutter at 2020-05-15T15:52:06-05:00
[maven-release-plugin] prepare release jcodings-1.0.53

- - - - -
e6608832 by Hideki Yamane at 2020-05-17T13:27:00+09:00
Merge tag 'jcodings-1.0.53' into debian/sid

[maven-release-plugin]  copy for tag jcodings-1.0.53

- - - - -
2161d313 by Hideki Yamane at 2020-05-17T13:27:24+09:00
note to changelog

- - - - -
12a297bf by Hideki Yamane at 2020-05-17T13:27:55+09:00
upload to unstable

- - - - -


3 changed files:

- debian/changelog
- pom.xml
- src/org/jcodings/Config.java


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+jcodings (1.0.53-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Hideki Yamane <henrich at debian.org>  Sun, 17 May 2020 13:27:52 +0900
+
 jcodings (1.0.52-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.52</version>
+  <version>1.0.53</version>
   <name>JCodings</name>
   <description>Byte based encoding support library for java</description>
   <parent>


=====================================
src/org/jcodings/Config.java
=====================================
@@ -62,4 +62,12 @@ public interface Config {
     final int ENC_CASE_FOLD_MIN = INTERNAL_ENC_CASE_FOLD_MULTI_CHAR;
     final int ENC_CASE_FOLD_DEFAULT = ENC_CASE_FOLD_MIN;
 
+    final String UNICODE_VERSION_STRING = "12.1.0";
+    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 int UNICODE_EMOJI_VERSION_MAJOR = 12;
+    final int UNICODE_EMOJI_VERSION_MINOR = 1;
+
 }



View it on GitLab: https://salsa.debian.org/java-team/jcodings/-/compare/60434d64a09dc04d2f6304cac3cc38ff662a2eb2...12a297bf61d5d2826efdc3bbdf84efff3dfb892e

-- 
View it on GitLab: https://salsa.debian.org/java-team/jcodings/-/compare/60434d64a09dc04d2f6304cac3cc38ff662a2eb2...12a297bf61d5d2826efdc3bbdf84efff3dfb892e
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/20200517/af7b68de/attachment.html>


More information about the pkg-java-commits mailing list