mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-10 11:25:00 -05:00
63c916ee81
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1627 3d1905a2-6b24-0410-a738-b14d5a86fcbd
20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
Release guide :
|
|
- update releasenotes.txt from svn log
|
|
- change version in build.xml and pom.xml, commit
|
|
- update staging (clean checkout) directory
|
|
- launch ant release, check generated packages
|
|
- upload packages: ant upload-release
|
|
- make sure swt and jcifs are available in local maven repository:
|
|
mvn install:install-file -DgroupId=org.eclipse -DartifactId=swt -Dversion=3.6.0 -Dpackaging=jar -Dfile=lib/swt-3.6-win32-x86.jar
|
|
mvn install:install-file -DgroupId=org.samba.jcifs -DartifactId=jcifs -Dversion=1.3.14 -Dpackaging=jar -Dfile=lib/jcifs-1.3.14.jar
|
|
mvn install:install-file -DgroupId=javax.mail -DartifactId=mail -Dversion=1.4.3 -Dpackaging=jar -Dfile=lib/mail-1.4.3.jar
|
|
mvn install:install-file -DgroupId=net.freeutils.charset -DartifactId=jcharset -Dversion=1.3 -Dpackaging=jar -Dfile=lib/jcharset-1.3.jar
|
|
- generate site: mvn site
|
|
- upload site: ant upload-site
|
|
- upload releasenotes.txt to sourceforge
|
|
- create tag in subversion
|
|
- create news message at https://sourceforge.net/news/admin/?group_id=184600
|
|
- send user mailing list message
|
|
- change default download files on frs
|
|
- upload version.txt
|