[jruby-joni] 95/194: Downgrade the maven-surefire-plugin to a version which tolerates Alpine Linux

Hideki Yamane henrich at moszumanska.debian.org
Thu Feb 1 12:04:30 UTC 2018


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository jruby-joni.

commit b595ada372e6eb449c4f50030428d64e58cefd27
Author: R. Tyler Croy <tyler at monkeypox.org>
Date:   Tue Jan 2 17:05:15 2018 -0800

    Downgrade the maven-surefire-plugin to a version which tolerates Alpine Linux
    
    See: https://issues.apache.org/jira/browse/SUREFIRE-1422
    
    Once 2.21.0 comes out, this should be re-tested
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eb05e49..0a41dea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.20.1</version>
+        <version>2.19.1</version>
       </plugin>
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git



More information about the pkg-java-commits mailing list