Revision: 9650
http://datanucleus.svn.sourceforge.net/datanucleus/?rev=9650&view=rev
Author: andy_jefferson
Date: 2010-04-22 07:48:00 +0000 (Thu, 22 Apr 2010)
Log Message:
-----------
add jca info
Modified Paths:
--------------
documentation/howto/release.txt
Modified: documentation/howto/release.txt
===================================================================
--- documentation/howto/release.txt 2010-04-22 03:39:32 UTC (rev 9649)
+++ documentation/howto/release.txt 2010-04-22 07:48:00 UTC (rev 9650)
@@ -10,20 +10,20 @@
3. Edit META-INF/MANIFEST.MF and set the version as required.
*** Do not commit this ***
-4. Build the jar and source jars, using
-mvn clean source:jar install
+4. Build the jar and source jars and source distribution, using
+mvn clean source:jar install assembly:assembly -DdescriptorId=src
-5. Build the source distribution, using
-mvn assembly:assembly -DdescriptorId=src
+ For jdo.connector this will be
+mvn clean source:jar compile jar:jar rar:rar install assembly:assembly -DdescriptorId=src
-6. Copy the generated artifacts on to SourceForge
+5. Copy the generated artifacts on to SourceForge
-7. Release the plugin on SourceForge
+6. Release the plugin on SourceForge
-8. Update JIRA to release the version of the plugin (ask an Admin to do this)
+7. Update JIRA to release the version of the plugin (ask an Admin to do this)
-9. Release the jar on Nightlabs server (ask an Admin to do this).
+8. Release the jar on Nightlabs server (ask an Admin to do this).
-10. Add a file to $DN_HOME/releases/${plugin}/${version}/revision containing
+9. Add a file to $DN_HOME/releases/${plugin}/${version}/revision containing
the revision number of SVN for that release
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|