Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / jruby-joni
Commits: bac64018 by Charles Oliver Nutter at 2020-05-11T18:00:57-05:00 [maven-release-plugin] prepare for next development iteration - - - - - 3d256d10 by Charles Oliver Nutter at 2020-05-15T16:00:50-05:00 Update jcodings - - - - - 04117743 by Charles Oliver Nutter at 2020-05-15T16:01:38-05:00 [maven-release-plugin] prepare release joni-2.1.37 - - - - - d8f0c8c7 by Hideki Yamane at 2020-05-18T08:30:55+09:00 Merge tag 'joni-2.1.37' into debian/sid [maven-release-plugin] copy for tag joni-2.1.37 - - - - - 5d625c50 by Hideki Yamane at 2020-05-18T08:31:27+09:00 Bump to "Build-Depends: libjcodings-java (>= 1.0.53)" - - - - - f039bece by Hideki Yamane at 2020-05-18T08:32:28+09:00 note to changelog - - - - - 3 changed files: - debian/changelog - debian/control - pom.xml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +jruby-joni (2.1.37-1) unstable; urgency=medium + + * New upstream release + * debian/control + - Bump to "Build-Depends-Indep: libjcodings-java (>= 1.0.53)" + + -- Hideki Yamane <[email protected]> Mon, 18 May 2020 08:31:56 +0900 + jruby-joni (2.1.36-1) unstable; urgency=medium * New upstream release ===================================== debian/control ===================================== @@ -10,7 +10,7 @@ Build-Depends: default-jdk Build-Depends-Indep: junit4 (>= 4.12), - libjcodings-java (>= 1.0.51), + libjcodings-java (>= 1.0.53), maven-debian-helper (>= 2.0) Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/java-team/jruby-joni.git ===================================== pom.xml ===================================== @@ -4,7 +4,7 @@ <groupId>org.jruby.joni</groupId> <artifactId>joni</artifactId> <packaging>jar</packaging> - <version>2.1.36</version> + <version>2.1.37</version> <name>Joni</name> <description> Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma @@ -52,7 +52,7 @@ <dependency> <groupId>org.jruby.jcodings</groupId> <artifactId>jcodings</artifactId> - <version>1.0.51</version> + <version>1.0.53</version> </dependency> <dependency> <groupId>junit</groupId> View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/41f6e4e0d83ccccb541d6d9568f35c5a15937646...f039bece7be2b3205a6aa1728909045e41e914f2 -- View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/41f6e4e0d83ccccb541d6d9568f35c5a15937646...f039bece7be2b3205a6aa1728909045e41e914f2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

