Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / jruby-joni
Commits: 61f332ce by Charles Oliver Nutter at 2020-04-21T15:08:04-05:00 [maven-release-plugin] prepare for next development iteration - - - - - 1911fe5f by Charles Oliver Nutter at 2020-04-28T20:08:51-05:00 Remove now-defunct codehaus repo This makes #47 unnecessary - - - - - 52c9a238 by Charles Oliver Nutter at 2020-04-28T20:17:58-05:00 Update jcodings - - - - - 74f0fafe by Charles Oliver Nutter at 2020-04-28T20:19:29-05:00 [maven-release-plugin] prepare release joni-2.1.34 - - - - - c3bb99de by Hideki Yamane at 2020-05-02T19:22:06+09:00 Merge tag 'joni-2.1.34' into debian/sid [maven-release-plugin] copy for tag joni-2.1.34 - - - - - fce364ad by Hideki Yamane at 2020-05-02T19:22:25+09:00 Bump up Build-Depends-Indep: libjcodings-java (>= 1.0.50) - - - - - 26c72bbc by Hideki Yamane at 2020-05-02T19:23:10+09:00 set "reprotest allow_failure: true" - - - - - 241b8383 by Hideki Yamane at 2020-05-02T19:24:26+09:00 note to changelog - - - - - 4 changed files: - debian/changelog - debian/control - debian/salsa-ci.yml - pom.xml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +jruby-joni (2.1.34-1) unstable; urgency=medium + + * New upstream release + * debian/control + - Bump up Build-Depends-Indep: libjcodings-java (>= 1.0.50) + * debian/salsa-ci.yml + - set "reprotest allow_failure: true" + + -- Hideki Yamane <[email protected]> Sat, 02 May 2020 19:24:24 +0900 + jruby-joni (2.1.33-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.49), + libjcodings-java (>= 1.0.50), maven-debian-helper (>= 2.0) Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/java-team/jruby-joni.git ===================================== debian/salsa-ci.yml ===================================== @@ -6,3 +6,6 @@ include: variables: SALSA_CI_DISABLE_BLHC: 1 SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1 + +reprotest: + allow_failure: true ===================================== pom.xml ===================================== @@ -4,7 +4,7 @@ <groupId>org.jruby.joni</groupId> <artifactId>joni</artifactId> <packaging>jar</packaging> - <version>2.1.33</version> + <version>2.1.34</version> <name>Joni</name> <description> Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma @@ -40,20 +40,6 @@ </license> </licenses> - <repositories> - <repository> - <id>codehaus</id> - <name>Codehaus Repository</name> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - <url>http://repository.codehaus.org</url> - </repository> - </repositories> - <developers> <developer> <id>lopex</id> @@ -66,7 +52,7 @@ <dependency> <groupId>org.jruby.jcodings</groupId> <artifactId>jcodings</artifactId> - <version>1.0.49</version> + <version>1.0.50</version> </dependency> <dependency> <groupId>junit</groupId> View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/c07459aeefd730d1c7d19373f9cbddc9e6a6108f...241b83831b6e38fef7803cca8bee70ef654d1f76 -- View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/c07459aeefd730d1c7d19373f9cbddc9e6a6108f...241b83831b6e38fef7803cca8bee70ef654d1f76 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

