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:18:40 UTC

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

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

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


The following commit(s) were added to refs/heads/VALIDATOR_1_7_BRANCH by this push:
     new 5b662d0  += release plugin defines
5b662d0 is described below

commit 5b662d0bede68c827e0007b41002538b671dfbb0
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 1 11:18:29 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index ea68c85..35e4583 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>