Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / jruby-joni
Commits: f0fd41d9 by Charles Oliver Nutter at 2020-05-20T04:58:29-05:00 [maven-release-plugin] prepare for next development iteration - - - - - 0b87ad8a by Charles Oliver Nutter at 2020-06-03T20:45:21-05:00 Update jcodings - - - - - 3edbe270 by Charles Oliver Nutter at 2020-06-03T20:46:00-05:00 [maven-release-plugin] prepare release joni-2.1.40 - - - - - 598743e3 by Hideki Yamane at 2020-06-05T08:59:52+09:00 Merge tag 'joni-2.1.40' into debian/sid [maven-release-plugin] copy for tag joni-2.1.40 - - - - - c5e4e105 by Hideki Yamane at 2020-06-05T09:00:15+09:00 Adjust Build-Depends: - - - - - bc27db5a by Hideki Yamane at 2020-06-05T09:00:54+09:00 new upstream release - - - - - 3 changed files: - debian/changelog - debian/control - pom.xml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +jruby-joni (2.1.40-1) unstable; urgency=medium + + * New upstream release + * debian/control + - Adjust Build-Depends: + + -- Hideki Yamane <[email protected]> Fri, 05 Jun 2020 09:00:51 +0900 + jruby-joni (2.1.39-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.54), + libjcodings-java (>= 1.0.55), 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.39</version> + <version>2.1.40</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.54</version> + <version>1.0.55</version> </dependency> <dependency> <groupId>junit</groupId> View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/0ad9be10211e3c53cd171398d4234f22da962693...bc27db5ab17964d4ebd6db185094b6d49d309405 -- View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/0ad9be10211e3c53cd171398d4234f22da962693...bc27db5ab17964d4ebd6db185094b6d49d309405 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

