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

[commons-parent] branch master updated (383b4e9 -> 0f2c875)

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-parent.git.


    from 383b4e9  commons.wagon-ssh.version 3.3.3 -> 3.3.4
     new 3768b8d  Removed CDATA tag around the custom footer element.
     new c4458a3  Update commons-skin 4.1 -> 4.2
     new 0f2c875  Updated parent version for test pom.xml.

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:
 src/changes/changes.xml | 2 ++
 src/site/site.xml       | 4 +---
 src/test/pom.xml        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


[commons-parent] 01/03: Removed CDATA tag around the custom footer element.

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-parent.git

commit 3768b8d111f1c8ef982676c1f0276c2c6e89e905
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Nov 25 13:28:46 2019 +0000

    Removed CDATA tag around the custom footer element.
---
 src/changes/changes.xml | 1 +
 src/site/site.xml       | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ea436c7..850163c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="50" date="MM-DD-YYYY" description="TBD">
+            <action type="update" dev="aherbert">site.xml: Removed CDATA tag around the custom footer element</action>
             <action type="update" dev="aherbert">commons.wagon-ssh.version 3.3.3 -> 3.3.4</action>
             <action type="update" dev="aherbert">commons.assembly-plugin.version 3.1.1 -> 3.2.0</action>
             <action type="update" dev="aherbert">commons.source-plugin.version 3.1.0 -> 3.2.0</action>
diff --git a/src/site/site.xml b/src/site/site.xml
index cde4577..faf11cb 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -129,7 +129,6 @@
 
   <!-- inherited -->
   <custom>
-    <![CDATA[
     <!-- @project.name@ will be replaced by the template; if we used ${project.name} it would pick up Commons Parent -->    
     <footer>
       <div class="center">
@@ -137,7 +136,6 @@
       All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </div>
     </footer>
-    ]]>
   </custom>
 
 </project>


[commons-parent] 02/03: Update commons-skin 4.1 -> 4.2

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-parent.git

commit c4458a3acb48f8e13646b08a6579d797bd323fc4
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Nov 25 13:31:11 2019 +0000

    Update commons-skin 4.1 -> 4.2
---
 src/changes/changes.xml | 1 +
 src/site/site.xml       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 850163c..a1a4127 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="50" date="MM-DD-YYYY" description="TBD">
+            <action type="update" dev="aherbert">site.xml: commons-skin 4.1 -> 4.2</action>
             <action type="update" dev="aherbert">site.xml: Removed CDATA tag around the custom footer element</action>
             <action type="update" dev="aherbert">commons.wagon-ssh.version 3.3.3 -> 3.3.4</action>
             <action type="update" dev="aherbert">commons.assembly-plugin.version 3.1.1 -> 3.2.0</action>
diff --git a/src/site/site.xml b/src/site/site.xml
index faf11cb..3cb8918 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -53,7 +53,7 @@
   <skin>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-skin</artifactId>
-    <version>4.1</version>
+    <version>4.2</version>
   </skin>
 
   <body>


[commons-parent] 03/03: Updated parent version for test pom.xml.

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-parent.git

commit 0f2c875c32b66ffb355fdb34e371765e6e52cfc5
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Nov 25 13:37:21 2019 +0000

    Updated parent version for test pom.xml.
---
 src/test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/pom.xml b/src/test/pom.xml
index 9ad195c..e45c003 100644
--- a/src/test/pom.xml
+++ b/src/test/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>40-SNAPSHOT</version>
+    <version>50-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.apache.commons</groupId>