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 13:25:58 UTC

[commons-skin] branch master updated (4833074 -> 6554033)

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

aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-skin.git.


    from 4833074  Add properties to POM for commons-release plugin.
     add 44e8e26  Update the latest year in NOTICE.txt
     add eb6f9ba  Fix release notes velocity template for testing example.
     new 6554033  Add commons.bc.version property for the release plugin.

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.


Summary of changes:
 NOTICE.txt                             | 3 ++-
 pom.xml                                | 1 +
 src/changes/release-notes.vm           | 2 +-
 src/main/resources/META-INF/NOTICE.txt | 4 ++--
 4 files changed, 6 insertions(+), 4 deletions(-)


[commons-skin] 01/01: Add commons.bc.version property for the release plugin.

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

View the commit online:
https://github.com/apache/commons-skin/commit/655403302eda50175ff76cc11f5bdf5ad3819cec

commit 655403302eda50175ff76cc11f5bdf5ad3819cec
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 20 12:56:23 2019 +0000

    Add commons.bc.version property for the release plugin.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index bd100bb..5d164fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
     <!-- To use the commons-release plugin -->
     <commons.componentid>skin</commons.componentid>
     <commons.release.isDistModule>true</commons.release.isDistModule>
+    <commons.bc.version>4.1</commons.bc.version>
     <!-- No svn staging -->
     <commons.distSvnStagingUrl></commons.distSvnStagingUrl>
     <commons.releaseManagerName>Alex Herbert</commons.releaseManagerName>