post release stuff to do

This commit is contained in:
Stefan Bodewig 2026-07-15 17:38:01 +02:00
parent b73fc55a25
commit c362906efe
No known key found for this signature in database
GPG Key ID: 23738DFD7C40DE43
2 changed files with 18 additions and 3 deletions

View File

@ -288,15 +288,23 @@ Regards,
${me} ${me}
---- ----
==== 17. Update this doc ==== 17. Some Housekeeping
- update `doap_Ivy.rdf` in this repository and add the release.
- log in to https://reporter.apache.org/addrelease.html?ant and add the release information
- mark the version as released and a newr elease version to Jira https://issues.apache.org/jira/projects/IVY?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page
- update Ant's homepage and the news page to anounce the release
- After a few days "svn rm" the older release artifacts from https://dist.apache.org/repos/dist/release/ant/ivy
==== 18. Update this doc
If you feel like anything is missing or misleading in this release doc, update it as soon as you encounter the problem. If you feel like anything is missing or misleading in this release doc, update it as soon as you encounter the problem.
==== 18. Merge your modifications back to the master if necessary. ==== 19. Merge your modifications back to the master if necessary.
Modifications on the template files do not need to be merged, but if you had troubles during your release you may want to merge your fixes back to the trunk. Modifications on the template files do not need to be merged, but if you had troubles during your release you may want to merge your fixes back to the trunk.
==== 19. Prepare next release ==== 20. Prepare next release
In the master branch, update the file version.properties with the version of the next release so that anyone building from the trunk will obtain jar with the correct version number. In the master branch, update the file version.properties with the version of the next release so that anyone building from the trunk will obtain jar with the correct version number.

View File

@ -34,6 +34,13 @@
<download-page rdf:resource="http://ant.apache.org/ivy/download.cgi" /> <download-page rdf:resource="http://ant.apache.org/ivy/download.cgi" />
<programming-language>Java</programming-language> <programming-language>Java</programming-language>
<category rdf:resource="http://projects.apache.org/category/build-management" /> <category rdf:resource="http://projects.apache.org/category/build-management" />
<release>
<Version>
<name>Apache Ivy 2.6.0</name>
<created>2026-07-15</created>
<revision>2.6.0</revision>
</Version>
</release>
<release> <release>
<Version> <Version>
<name>Apache Ivy 2.5.3</name> <name>Apache Ivy 2.5.3</name>