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-logging.git
The following commit(s) were added to refs/heads/master by this push:
new 6864fc8 POM project name should contain "Apache" prefix
6864fc8 is described below
commit 6864fc88aba83ebe2f5671658d20944c8262186d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 15 07:46:25 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 c0e2f57..65e162e 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)^ +","")
@@ -104,6 +104,6 @@ Removed:
Historical list of changes: ${project.url}changes-report.html
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}
\ No newline at end of file