You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/15 12:44:33 UTC

[commons-collections] branch master updated: POM project name should contain "Apache" prefix

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


The following commit(s) were added to refs/heads/master by this push:
     new 576fd9750 POM project name should contain "Apache" prefix
576fd9750 is described below

commit 576fd975013768a5faed84bce323497b261c5264
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 15 07:44:28 2023 -0500

    POM project name should contain "Apache" prefix
---
 src/changes/release-notes.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index c831b400b..35c2a5cb4 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -14,7 +14,7 @@
 ## KIND, either express or implied.  See the License for the
 ## specific language governing permissions and limitations
 ## under the License.
-              Apache ${project.name} ${version} RELEASE NOTES
+              ${project.name} ${version} RELEASE NOTES
 
 $introduction.replaceAll("(?<!\015)\012", "
 ")
@@ -133,7 +133,7 @@ o#if($!issue != "") $issue. #end ${action} #if($!dueto != "")Thanks to $dueto. #
 #end
  
 For complete information on ${project.name}, including instructions on how to submit bug reports,
-patches, or suggestions for improvement, see the Apache ${project.name} website:
+patches, or suggestions for improvement, see the ${project.name} website:
 
 ${project.url}