You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/12/23 14:08:49 UTC

[commons-validator] branch master updated: fix ci

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new fce0465  fix ci
     new f306f84  Merge pull request #58 from xenoamess-fork/fix_ci
fce0465 is described below

commit fce0465b704be20f36dac29a865cf278322264be
Author: XenoAmess <xe...@gmail.com>
AuthorDate: Fri May 21 01:53:09 2021 +0800

    fix ci
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index e614b80..b61dd97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,8 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.release.isDistModule>true</commons.release.isDistModule>
+
+    <commons.japicmp.version>0.15.3</commons.japicmp.version>
   </properties> 
 
   <scm>