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:39 UTC

[commons-skin] annotated tag commons-skin-4.2-RC2 created (now 942f26c)

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

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


      at 942f26c  (tag)
 tagging 5b820663afd0535a9a9d089a8a4ecc794873e9d7 (commit)
 replaces commons-skin-4.2-RC1
      by aherbert
      on Wed Nov 20 14:36:29 2019 +0000

- Log -----------------------------------------------------------------
Tag commons skin release 4.2 RC2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJd1U9tAAoJECGTn/DKKmVnHVEQALAXvk6FOc/MUEybG/nCXuAT
nxjBuRHZhfxjH6vHNXKvKzcaUiti/77D1OkUc/5LMhaHGbYhfRoqNWQnpM37M24k
5fZXNEaI/0pJxhF+Oex0T/5BAU1RNbthZAXfIdisH/vaOSeBjCbrKZVnZrr6+NN4
zC5nQH9cUPJq/QBBnQSHGl7PpmneQG1Mg4/9gSWrdOXYd0TJSzV15z254y5c4TxT
Ui2UkEiQ5yezQ8I7kT0zs9rlXy00w1kmrU1x37YGQt933ufowpaDJgEoD8aD4MYU
zvpY489sOm82i1HTJGxz8c1QKBdymYK2qOHUqjeQp+srITcvufv21aeui2fTr7z4
9zKr+nScYe+C7Ixqv8drIQZt3ahpaSXvBBTS/rL1dCJzhtv0jlghqzp1TJBZtl+4
uyyhe3NYy26/gPX/vPwYzilUmTXD2Xl8D3KhuirdV+OahnCYURXRPAWiGkqw4pTk
NgurWNhJrlBVb1pKcszw1W3X3c80/7YU8sOyAl/ENckgMe1SbSQhRYJxMWPuXi5x
NgPFsgfu8EWyeTuXxGh7Vyrec+mnHaKW/8mQl/EkVM+LLbD6Hr+utqJlE3kjeKgR
aL5dgv1JSDgm7hJUF5TTCTSH+hrlQegVvwUbCI3LTNS/mCWW/cbKwcNy5FUnJIu1
KMQQZvHrTy6qnOMc8WSl
=GONg
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 5b82066  Add commons.rc.version property for RC2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ah...@apache.org.
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>