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:45:22 UTC

[commons-dbcp] 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-dbcp.git


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

commit 5835133e916e3653ea4ad7e0eeceaeef6265a21d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 15 07:45:18 2023 -0500

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

diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index d71fed17..12489a27 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -14,11 +14,11 @@
 ## KIND, either express or implied.  See the License for the
 ## specific language governing permissions and limitations
 ## under the License.
-              Apache ${project.name}
+              ${project.name}
               Version ${version}
               RELEASE NOTES
 
-The ${developmentTeam} is pleased to announce the release of Apache ${project.name} ${version}.
+The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}.
 
 $introduction.replaceAll("(?<!\015)\012", "
 ").replaceAll("(?m)^ +","").
@@ -102,7 +102,7 @@ Removed:
 #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}