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

Hideki Yamane (@henrich) gitlab at salsa.debian.org
Mon Apr 11 12:25:13 BST 2022



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


Commits:
7032435c by Charles Oliver Nutter at 2022-03-23T07:31:18-05:00
[maven-release-plugin] prepare for next development iteration

- - - - -
f2f590d9 by Charles Oliver Nutter at 2022-03-29T15:21:21-05:00
Update unicode and emoji version

Actual update occurred in #53

- - - - -
e573151d by Charles Oliver Nutter at 2022-03-29T15:24:27-05:00
Merge pull request #58 from headius/update_config

Update unicode and emoji version
- - - - -
c021ae6f by Charles Oliver Nutter at 2022-03-29T15:25:06-05:00
[maven-release-plugin] prepare release jcodings-1.0.57

- - - - -
1abcaa1e by Hideki Yamane at 2022-04-11T20:07:44+09:00
Merge tag 'jcodings-1.0.57' into debian/sid

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

- - - - -
226b3c67 by Hideki Yamane at 2022-04-11T20:08:51+09:00
new upstream release

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+jcodings (1.0.57-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Hideki Yamane <henrich at debian.org>  Mon, 11 Apr 2022 20:08:47 +0900
+
 jcodings (1.0.56-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.56</version>
+  <version>1.0.57</version>
   <name>JCodings</name>
   <description>Byte based encoding support library for java</description>
   <parent>


=====================================
src/org/jcodings/Config.java
=====================================
@@ -62,12 +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 String UNICODE_VERSION_STRING = "13.0.0";
+    final int UNICODE_VERSION_MAJOR = 13;
+    final int UNICODE_VERSION_MINOR = 0;
     final int UNICODE_VERSION_TEENY = 0;
-    final String UNICODE_EMOJI_VERSION_STRING = "12.0";
-    final int UNICODE_EMOJI_VERSION_MAJOR = 12;
-    final int UNICODE_EMOJI_VERSION_MINOR = 0;
+    final String UNICODE_EMOJI_VERSION_STRING = "13.1";
+    final int UNICODE_EMOJI_VERSION_MAJOR = 13;
+    final int UNICODE_EMOJI_VERSION_MINOR = 1;
 
 }



View it on GitLab: https://salsa.debian.org/java-team/jcodings/-/compare/e07b763acfa3d3d33c6bdf4180a519058f75b0df...226b3c67da30c39457a87522beb92b1d0c21c5ac

-- 
View it on GitLab: https://salsa.debian.org/java-team/jcodings/-/compare/e07b763acfa3d3d33c6bdf4180a519058f75b0df...226b3c67da30c39457a87522beb92b1d0c21c5ac
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/20220411/f2987775/attachment.htm>


More information about the pkg-java-commits mailing list