Modified:
/wiki/Releasing.wiki
=======================================
--- /wiki/Releasing.wiki Mon Jan 17 08:37:19 2011
+++ /wiki/Releasing.wiki Mon Jan 17 09:00:54 2011
@@ -9,6 +9,9 @@
Check that all dependencies can be resolved:
* `mvn dependency:resolve`
+Ensure that the XSD version is updated:
+ * `mv
core/src/main/resources/META-INF/ocpsoft-pretty-faces-{developmentVersion}.xsd
mv
core/src/main/resources/META-INF/ocpsoft-pretty-faces-{releaseVersion}.xsd`
+
Do a dry run of the release (will not tag in SVN)
* `mvn release:prepare --batch-mode -Drelease
-DdevelopmentVersion=3.0.m-SNAPSHOT -DreleaseVersion=3.0.m.Q -Dtag=3.0.m.Q
-DdryRun -Pdeploy`
@@ -21,7 +24,7 @@
Finally, perform the release to the repository and push to SCM:
* `mvn release:perform -Pdeploy`
- * Replace {developmentVersion} with new dev version in relevant files and
POMs.
+ * Replace {developmentVersion} with new dev version in relevant files,
XSD file, and POMs.
* `git add -A`
* `git commit -m "updated for next dev version"`
* `git push`