POM project name should contain "Apache" prefix
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user