Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / jruby-joni
Commits: 477569ed by Charles Oliver Nutter at 2019-06-07T19:49:25Z [maven-release-plugin] prepare for next development iteration - - - - - dfbfecd4 by Charles Oliver Nutter at 2019-10-29T18:50:37Z [maven-release-plugin] prepare release joni-2.1.30 - - - - - be9badee by Hideki Yamane at 2019-11-01T15:57:54Z Merge tag 'joni-2.1.30' into debian/sid [maven-release-plugin] copy for tag joni-2.1.30 - - - - - 9ff1f756 by Hideki Yamane at 2019-11-01T15:58:31Z adjust dependency version to libjcodings-java - - - - - 30ade44b by Hideki Yamane at 2019-11-01T15:59:32Z note to changelog - - - - - 3 changed files: - debian/changelog - debian/control - pom.xml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +jruby-joni (2.1.30-1) unstable; urgency=medium + + * New upstream release + * debian/control + - adjust dependency version to libjcodings-java + + -- Hideki Yamane <[email protected]> Sat, 02 Nov 2019 00:58:55 +0900 + jruby-joni (2.1.29-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.44), + libjcodings-java (>= 1.0.45), maven-debian-helper (>= 2.0) Standards-Version: 4.4.1 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.29</version> + <version>2.1.30</version> <name>Joni</name> <description> Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma @@ -66,7 +66,7 @@ <dependency> <groupId>org.jruby.jcodings</groupId> <artifactId>jcodings</artifactId> - <version>1.0.44</version> + <version>1.0.45</version> </dependency> <dependency> <groupId>junit</groupId> View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/compare/afd2bf0a9dbb3097efb33c545c3d59c67ac0b6ed...30ade44b760d7ae952cc05d7e5a957650f2c121b -- View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/compare/afd2bf0a9dbb3097efb33c545c3d59c67ac0b6ed...30ade44b760d7ae952cc05d7e5a957650f2c121b 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

