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

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


The following commit(s) were added to refs/heads/master by this push:
     new 17f010f  Use the new oak leaf logo, needs a new commons-parent even 
for this component.
17f010f is described below

commit 17f010f25786a466272cc805274fa5dddb21fe96
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Sep 13 09:04:50 2025 -0400

    Use the new oak leaf logo, needs a new commons-parent even for this
    component.
    
    Bump next version from 5.0.1 to 5.1.0
---
 pom.xml                                    |  13 +++++++------
 src/changes/changes.xml                    |   3 ++-
 src/main/resources/images/commons-logo.png | Bin 32313 -> 9145 bytes
 src/media/commons-logo-lrg.png             | Bin 0 -> 51414 bytes
 src/media/commons-logo-med.png             | Bin 0 -> 9145 bytes
 src/media/commons-logo-med.xcf             | Bin 0 -> 21352 bytes
 src/media/commons-logo.png                 | Bin 0 -> 51381 bytes
 src/media/commons-logo.xcf                 | Bin 11231 -> 130188 bytes
 8 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 499d378..ffa1524 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <version>87</version>
   </parent>
   <artifactId>commons-skin</artifactId>
-  <version>5.0.1-SNAPSHOT</version>
+  <version>5.1.0-SNAPSHOT</version>
   <name>Apache Commons Skin</name>
   <description>Apache Commons Skin</description>
   <inceptionYear>2006</inceptionYear>
@@ -52,9 +52,9 @@
     <commons.componentid>skin</commons.componentid>
     <commons.packageId>skin</commons.packageId>
     <commons.release.isDistModule>true</commons.release.isDistModule>
-    <commons.release.version>5.0.0</commons.release.version>
-    <commons.release.next>5.0.1</commons.release.next>
-    <commons.bc.version>4.2</commons.bc.version>
+    <commons.release.version>5.1.0</commons.release.version>
+    <commons.release.next>5.1.1</commons.release.next>
+    <commons.bc.version>5.0.0</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
     <!-- No svn staging -->
@@ -86,9 +86,10 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes combine.children="append">
-            <!-- https://jquery.org/license/ specifies this falls under the 
same licence as
-                 the containing project. -->
+            <!-- https://jquery.org/license/ specifies this falls under the 
same licence as the containing project. -->
             <exclude>src/main/resources/js/jquery.min.js</exclude>
+            <exclude>**/*.svg</exclude>
+            <exclude>**/*.xcf</exclude>
           </excludes>
         </configuration>
       </plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 75f9307..686a26c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,12 +58,13 @@ The <action> type attribute can be add,update,fix,remove.
     The changes report outputs actions in the order they appear in this file.
      -->
     <body>
-        <release version="5.0.1" date="YYY-MM-DD" description="New features 
and bug fixes.">
+        <release version="5.1.0" date="YYYY-MM-DD" description="New features 
and bug fixes.">
           <!-- FIX -->
           <action type="fix" dev="sebb">Fix typo in site.vm</action>
           <action type="fix" dev="ggregory" due-to="Gary Gregory">Remove 
-nouses directive from maven-bundle-plugin. OSGi package imports now state 
'uses' definitions for package imports, this doesn't affect JPMS (from 
org.apache.commons:commons-parent:80).</action>
           <!-- UPDATE -->
           <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Bump commons-parent from 79 to 87 #211, #232.</action>
+          <action type="update" dev="ggregory" due-to="Gary Gregory">Use the 
new oak leaf logo, needs a new commons-parent even for this component.</action>
         </release>
         <release version="5.0.0" date="2024-12-25" description="New features 
and bug fixes.">
           <!-- FIX -->
diff --git a/src/main/resources/images/commons-logo.png 
b/src/main/resources/images/commons-logo.png
index 8ff3795..bfb0631 100644
Binary files a/src/main/resources/images/commons-logo.png and 
b/src/main/resources/images/commons-logo.png differ
diff --git a/src/media/commons-logo-lrg.png b/src/media/commons-logo-lrg.png
new file mode 100644
index 0000000..ebce191
Binary files /dev/null and b/src/media/commons-logo-lrg.png differ
diff --git a/src/media/commons-logo-med.png b/src/media/commons-logo-med.png
new file mode 100644
index 0000000..bfb0631
Binary files /dev/null and b/src/media/commons-logo-med.png differ
diff --git a/src/media/commons-logo-med.xcf b/src/media/commons-logo-med.xcf
new file mode 100644
index 0000000..afbc36e
Binary files /dev/null and b/src/media/commons-logo-med.xcf differ
diff --git a/src/media/commons-logo.png b/src/media/commons-logo.png
new file mode 100644
index 0000000..a7774b9
Binary files /dev/null and b/src/media/commons-logo.png differ
diff --git a/src/media/commons-logo.xcf b/src/media/commons-logo.xcf
index 74e2d1d..028ae31 100644
Binary files a/src/media/commons-logo.xcf and b/src/media/commons-logo.xcf 
differ

Reply via email to