You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/08/01 10:11:07 UTC

[commons-validator] branch master updated: += release plugin defines

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

sebb 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 61f7847  += release plugin defines
61f7847 is described below

commit 61f7847a3972a69fb26c38a6121be699948d0e24
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 1 11:10:59 2020 +0100

    += release plugin defines
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9a0123d..4d96b44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
     <commons.release.version>1.7</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.desc>(requires JDK ${maven.compiler.target})</commons.release.desc>
+    <commons.bc.version>1.6</commons.bc.version>
     <commons.jira.id>VALIDATOR</commons.jira.id>
     <commons.jira.pid>12310494</commons.jira.pid>
     <commons.encoding>UTF-8</commons.encoding>
@@ -54,6 +55,7 @@
     <maven.compiler.target>1.7</maven.compiler.target>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <commons.release.isDistModule>true</commons.release.isDistModule>
   </properties> 
 
   <scm>