You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/20 14:38:40 UTC

[commons-skin] 01/01: Add commons.rc.version property for RC2

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

aherbert pushed a commit to annotated tag commons-skin-4.2-RC2
in repository https://gitbox.apache.org/repos/asf/commons-skin.git

View the commit online:
https://github.com/apache/commons-skin/commit/5b820663afd0535a9a9d089a8a4ecc794873e9d7

commit 5b820663afd0535a9a9d089a8a4ecc794873e9d7
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 20 14:36:13 2019 +0000

    Add commons.rc.version property for RC2
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 7b03368..36f5384 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
     <commons.componentid>skin</commons.componentid>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.bc.version>4.1</commons.bc.version>
+    <commons.rc.version>RC2</commons.rc.version>
     <!-- No svn staging -->
     <commons.distSvnStagingUrl></commons.distSvnStagingUrl>
     <commons.releaseManagerName>Alex Herbert</commons.releaseManagerName>