2008-11-06 17:32:55 -05:00
|
|
|
Release guide :
|
2011-10-30 12:36:38 -04:00
|
|
|
- update roadmap
|
2010-08-25 07:47:44 -04:00
|
|
|
- update releasenotes.txt from svn log
|
2008-11-06 17:32:55 -05:00
|
|
|
- change version in build.xml and pom.xml, commit
|
|
|
|
- update staging (clean checkout) directory
|
2010-02-01 17:50:32 -05:00
|
|
|
- launch ant release, check generated packages
|
|
|
|
- upload packages: ant upload-release
|
2010-09-22 18:25:40 -04:00
|
|
|
- make sure swt and jcifs are available in local maven repository:
|
2011-06-23 18:03:56 -04:00
|
|
|
mvn install:install-file -DgroupId=org.eclipse -DartifactId=swt -Dversion=3.7.0 -Dpackaging=jar -Dfile=lib/swt-3.7-win32-x86.jar
|
2010-09-22 18:25:40 -04:00
|
|
|
mvn install:install-file -DgroupId=org.samba.jcifs -DartifactId=jcifs -Dversion=1.3.14 -Dpackaging=jar -Dfile=lib/jcifs-1.3.14.jar
|
2011-01-07 04:41:24 -05:00
|
|
|
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
|
2012-04-23 17:47:54 -04:00
|
|
|
mvn install:install-file -DgroupId=org.boris.winrun4j -DartifactId=winrun4j -Dversion=0.4.4 -Dpackaging=jar -Dfile=lib/winrun4j-0.4.4.jar
|
2009-11-24 17:36:11 -05:00
|
|
|
- generate site: mvn site
|
|
|
|
- upload site: ant upload-site
|
2010-08-25 07:47:44 -04:00
|
|
|
- upload releasenotes.txt to sourceforge
|
2008-11-06 17:32:55 -05:00
|
|
|
- create tag in subversion
|
2011-02-22 15:40:42 -05:00
|
|
|
- create news message at https://sourceforge.net/news/admin/?group_id=184600
|
2008-12-10 18:29:40 -05:00
|
|
|
- send user mailing list message
|
2011-02-22 15:40:42 -05:00
|
|
|
- change default download files on frs
|
2011-10-30 12:31:57 -04:00
|
|
|
- upload version.txt with ant upload-version
|
2012-01-10 17:31:50 -05:00
|
|
|
- create new version in sourceforge bug tracker
|