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/25 12:38:30 UTC

[commons-skin] branch master updated (7a0e8e2 -> 25338b9)

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 7a0e8e2  Change $render.eval to #evaluate.
     new c9cd5db  Added commons.rc.version property.
     new c122834  Bump to next development version.
     new 25338b9  Add 4.2 release notes.

The 3 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:
 RELEASE-NOTES.txt       | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 pom.xml                 |  5 +++--
 src/changes/changes.xml |  5 ++++-
 3 files changed, 55 insertions(+), 3 deletions(-)
 create mode 100644 RELEASE-NOTES.txt


[commons-skin] 03/03: Add 4.2 release notes.

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

commit 25338b9116faaece560dd8848754b06bd2d8d2bb
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Nov 25 12:38:26 2019 +0000

    Add 4.2 release notes.
---
 RELEASE-NOTES.txt | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
new file mode 100644
index 0000000..cd39b2e
--- /dev/null
+++ b/RELEASE-NOTES.txt
@@ -0,0 +1,48 @@
+              Apache Commons Skin 4.2
+                  RELEASE NOTES
+
+The Apache Commons Skin team is pleased to announce the release of Apache Commons Skin 4.2.
+
+New features and bug fixes for maven-site-plugin 3.5+.
+The previous version velocity template had features written for an earlier site
+plugin version that were broken with the latest site plugin.
+
+Changes in this version include:
+
+New features:
+o   Optionally render bare <div class="source"><pre> tags using prettyprint.
+    The functionality is enabled using custom properties to be added to the site.xml. 
+
+Fixed Bugs:
+o   Fix processing of custom <footer> element from commons-parent site.xml. 
+o   Update processing of <head> section to handle injected XHTML. 
+o   Fixed background on navigation menu collapsed icon from white to transparent. 
+
+
+Removed:
+o   Remove unused css files. These are not used in the current skin and
+    are from previous skin versions. 
+
+
+You can test Apache Commons Skin by installing the skin using 'mvn install' 
+and adding the following to your site.xml site descriptor for the maven-site-plugin:
+
+  <skin>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-skin</artifactId>
+    <version>4.2</version>
+  </skin>
+
+  <custom>
+    <!-- Custom properties controlling the commons-skin template. -->
+    <commonsSkin>
+      <!-- 
+        Convert preformatted source section tags to prettyprint:
+          <div class="source"><pre> to <div class="source"><pre class="prettyprint">
+      -->
+      <prettyPrintSourcePreTags>true</prettyPrintSourcePreTags>
+
+      <!-- Add the "linenums" class to the prettyprint enabled source tags -->
+      <prettyPrintLineNumbersEnabled>false</prettyPrintLineNumbersEnabled>
+    </commonsSkin>
+  </custom>


[commons-skin] 01/03: Added commons.rc.version property.

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

commit c9cd5db3df570bf585786fbaaee2c9131a80b987
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 20 14:49:41 2019 +0000

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

diff --git a/pom.xml b/pom.xml
index 5d164fd..416d1a0 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>RC1</commons.rc.version>
     <!-- No svn staging -->
     <commons.distSvnStagingUrl></commons.distSvnStagingUrl>
     <commons.releaseManagerName>Alex Herbert</commons.releaseManagerName>


[commons-skin] 02/03: Bump to next development version.

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

commit c122834c57fb02df84d20e3481fb0fcdfaf18b22
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Nov 25 12:37:25 2019 +0000

    Bump to next development version.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 416d1a0..54c2dc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <version>49</version>
   </parent>
   <artifactId>commons-skin</artifactId>
-  <version>4.2-SNAPSHOT</version>
+  <version>4.3-SNAPSHOT</version>
   <name>Apache Commons Skin</name>
   <description>Apache Commons Skin</description>
   <inceptionYear>2006</inceptionYear>
@@ -41,7 +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>
+    <commons.bc.version>4.2</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <!-- No svn staging -->
     <commons.distSvnStagingUrl></commons.distSvnStagingUrl>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a8109d6..6c3f4c4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,7 +60,10 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
     <body>
-      <release version="4.2" date="MM-DD-YYYY" description="New features and bug fixes for maven-site-plugin 3.5+. 
+      <release version="4.3" date="TBD" description="New features and bug fixes.">
+      </release>
+
+      <release version="4.2" date="2019-11-25" description="New features and bug fixes for maven-site-plugin 3.5+. 
 The previous version velocity template had features written for an earlier site 
 plugin version that were broken with the latest site plugin.">
         <action type="remove" dev="aherbert">