[Git][java-team/jruby-joni][debian/sid] 8 commits: [maven-release-plugin] prepare for next development iteration
Hideki Yamane (@henrich)
gitlab at salsa.debian.org
Fri Mar 25 13:42:36 GMT 2022
Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / jruby-joni
Commits:
b15c8b72 by Marcin Mielzynski at 2021-01-26T20:40:14+01:00
[maven-release-plugin] prepare for next development iteration
- - - - -
435d5eae by Chen Zhang at 2021-08-16T21:20:19+08:00
Improve Travis CI build Performance
- - - - -
14b9656b by Charles Oliver Nutter at 2021-08-16T12:34:33-05:00
Merge pull request #56 from YunLemon/Modify_Travis_1
Improve Travis CI build Performance
- - - - -
9be7d1ac by Charles Oliver Nutter at 2022-03-23T07:51:51-05:00
Update to jcodings 1.0.56
- - - - -
57966e60 by Charles Oliver Nutter at 2022-03-23T07:52:06-05:00
Fix module API link error
- - - - -
831e5a17 by Charles Oliver Nutter at 2022-03-23T07:54:54-05:00
[maven-release-plugin] prepare release joni-2.1.42
- - - - -
5d733690 by Hideki Yamane at 2022-03-25T22:37:59+09:00
Merge branch 'obsolete-debian/sid' into debian/sid
- - - - -
56e875cf by Hideki Yamane at 2022-03-25T22:39:36+09:00
new upstream release
- - - - -
3 changed files:
- .travis.yml
- debian/changelog
- pom.xml
Changes:
=====================================
.travis.yml
=====================================
@@ -7,3 +7,7 @@ arch:
- amd64
- ppc64le
+
+cache:
+ directories:
+ - $HOME/.m2
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+jruby-joni (2.1.42-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Hideki Yamane <henrich at debian.org> Fri, 25 Mar 2022 22:39:19 +0900
+
jruby-joni (2.1.41-2) unstable; urgency=medium
* debian/control
=====================================
pom.xml
=====================================
@@ -4,7 +4,7 @@
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<packaging>jar</packaging>
- <version>2.1.41</version>
+ <version>2.1.42</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.55</version>
+ <version>1.0.56</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -212,6 +212,7 @@
<additionalJOption>-Xdoclint:none</additionalJOption>
<additionalOptions>-html5</additionalOptions>
<quiet>true</quiet>
+ <detectJavaApiLink>false</detectJavaApiLink>
</configuration>
</plugin>
</plugins>
View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/dde2e8f44a9bca5a0900660c21f0d11577a3fc51...56e875cfcdf1680ceead8ec6543ce1099b008fa9
--
View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/dde2e8f44a9bca5a0900660c21f0d11577a3fc51...56e875cfcdf1680ceead8ec6543ce1099b008fa9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20220325/d5423e71/attachment.htm>
More information about the pkg-java-commits
mailing list