|
When there is a DataNucleus product to be released (e.g AccessPlatform), the following is
the release process
-
Make sure that all required plugin versions are released. See the
plugin release process for details.
-
Go to the productt that needs releasing and checkout the latest code.
Make a note of the revision number
-
Update
project.xml
/
pom.xml
so that versions of all required plugins
are set, and the version of the product is set.
Don't check these changes in
-
Generate the required product archives, and the documentation.
-
Release the archives and documentation on SourceForge
-
Release the archives on DataNucleus Maven1 repository.
-
Create a directory under ${DATANUCLEUS}/releases/{product_name}/{version}/
and put a file in there called
revision
containing the revision number noted
-
Replace the
project.xml
,
pom.xml
with their SVN versions
|
|