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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new fb34a757 POM project name should contain "Apache" prefix
fb34a757 is described below
commit fb34a75730ea59ff54cd1d0b13464b5bcc2c0426
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 15 07:44:17 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 c4de1619..caa0c19d 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", "
").replaceAll("(?m)^ +","")
@@ -98,7 +98,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}