Skip to content

Commit

Permalink
updated notes
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 22, 2014
1 parent be7c448 commit 8626ed6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions symmetric-assemble/howto-release.txt
Expand Up @@ -29,6 +29,17 @@ Run this from the root project:
The password is the password for svn. The -Darguments is the command line arguments for the final build
that is done from the newly created and checked out tag.

Make sure you have an entry in your ~/.m2/settings.xml for codehaus

<server>
<id>dav.codehaus.org</id>
<username>username</username>
<password>password</password>
</server>

You have to download and install certificates into your jdk to upload to codehaus:
http://docs.codehaus.org/display/HAUSMATES/Installing+a+new+CA+into+the+JDK

Upload checkout/symmetric-assemble/target/symmetric*server.zip to SourceForge. Update various news sites (like freecode, facebook and jumpmind blog)


0 comments on commit 8626ed6

Please sign in to comment.