@@ -7,11 +7,11 @@ This project is used solely for creating combined releases of all of the AIMA3e
77* Checkout the latest version of all the projects into a clean workspace.
88* Ensure the revisions # in the build.properties files of each project are updated.
99* Ensure the revision #s in the pom.xml file in aima-core is set to match the one in
10- build.properties.
11- * Ensure the README.txt file in each project is updated to reflect the release (i.e.
10+ its build.properties.
11+ * Ensure the README file in each project is updated to reflect the release (i.e.
1212 update the 'Current Release' section at a minimum).
13- * Commit changes to SVN server for each project updated .
14- * run the aima-all.release ant task from the aima-all project.
13+ * Commit and push changes to GitHib .
14+ * run the ` aima-all.release ant task ` from the ` aima-all ` project.
1515
1616### Update the JavaDoc
1717* Upload the latest version of the aima-core Javadoc:<br >
@@ -26,8 +26,6 @@ This project is used solely for creating combined releases of all of the AIMA3e
2626 ` aima-all/build/release/release ` <br >
2727 to the ` gh-pages ` branch:<br >
2828 ` aima3e/jars `
29- * push the changes to the ` gh-pages ` branch.
30-
3129* Create a keystore which will be used to sign the copied jars, e.g.:
3230```
3331 > keytool -genkey -keystore c:/temp/aima3e.keystore -alias aima3e
@@ -72,7 +70,7 @@ This project is used solely for creating combined releases of all of the AIMA3e
7270* Close and Release. [ Follow Releasing to Central from] ( http://central.sonatype.org/pages/ossrh-guide.html )
7371
7472## Publish the Release to the AIMA Website
75- * Upload the .zip file from aima-all/build/release to the project's releases page. Delete the previous release.
73+ * Upload the .zip file from ` aima-all/build/release ` to the project's releases page. Delete the previous release.
7674* Update the AIMA3e ` README.md ` to indicate the latest revision # (ensure Maven info also updated).
7775* Update the ` AIMA3e Overview ` wiki page with the latest release information.
7876* Send an email to team members letting them know the release has gone out the door.
0 commit comments