Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / jruby-joni
Commits: 8ab58f30 by Marcin Mielzynski at 2019-05-15T15:03:30Z [maven-release-plugin] prepare for next development iteration - - - - - ee4bafb1 by Marcin Mielzynski at 2019-05-21T17:21:59Z add missing break for \K - - - - - 9e2c76c6 by Marcin Mielzynski at 2019-05-21T17:30:00Z [maven-release-plugin] prepare release joni-2.1.28 - - - - - 63345b2c by Hideki Yamane at 2019-05-23T08:38:35Z Merge tag 'joni-2.1.28' into debian/sid [maven-release-plugin] copy for tag joni-2.1.28 - - - - - 55a17862 by Hideki Yamane at 2019-05-23T08:39:14Z new upstream release - - - - - c945296d by Hideki Yamane at 2019-05-23T08:41:50Z upload to unstable - - - - - 3 changed files: - debian/changelog - pom.xml - src/org/joni/Lexer.java Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +jruby-joni (2.1.28-1) unstable; urgency=medium + + * New upstream release + + -- Hideki Yamane <[email protected]> Thu, 23 May 2019 17:41:47 +0900 + jruby-joni (2.1.27-1) unstable; urgency=medium * New upstream release ===================================== pom.xml ===================================== @@ -4,7 +4,7 @@ <groupId>org.jruby.joni</groupId> <artifactId>joni</artifactId> <packaging>jar</packaging> - <version>2.1.27</version> + <version>2.1.28</version> <name>Joni</name> <description> Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma ===================================== src/org/joni/Lexer.java ===================================== @@ -1161,6 +1161,7 @@ class Lexer extends ScannerSupport { break; case 'K': if (syntax.op2EscCapitalKKeep()) token.type = TokenType.KEEP; + break; default: unfetch(); fetchEscapedValue(); View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/compare/a14d3ddd46297388a681fd552668eff7149f8a8f...c945296d67bc29eb8cefadd5aaaafaf30ba2e830 -- View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/compare/a14d3ddd46297388a681fd552668eff7149f8a8f...c945296d67bc29eb8cefadd5aaaafaf30ba2e830 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

