1
0

POM project name should contain "Apache" prefix

This commit is contained in:
Gary Gregory
2023-01-15 07:46:25 -05:00
parent dbe5aef085
commit 6864fc88ab

View File

@@ -14,11 +14,11 @@
## KIND, either express or implied. See the License for the ## KIND, either express or implied. See the License for the
## specific language governing permissions and limitations ## specific language governing permissions and limitations
## under the License. ## under the License.
Apache ${project.name} ${project.name}
Version ${version} Version ${version}
RELEASE NOTES 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", " $introduction.replaceAll("(?<!\015)\012", "
").replaceAll("(?m)^ +","") ").replaceAll("(?m)^ +","")
@@ -104,6 +104,6 @@ Removed:
Historical list of changes: ${project.url}changes-report.html Historical list of changes: ${project.url}changes-report.html
For complete information on ${project.name}, including instructions on how to submit bug reports, 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} ${project.url}