release.txt 2.4 KB
Newer Older
1
git pull
Thomas Mueller's avatar
Thomas Mueller committed
2 3 4
./build.sh spellcheck
./build.sh javadocImpl
./build.sh docs
5
./build.sh jarMVStore (should be about 200 KB)
6 7 8 9
Update Constants.java - change version and build number
Update changelog.html - add new version, remove oldest
Update newsfeed.sql - add new version, remove oldest
Minor version change: change sourceError.html and source.html
Thomas Mueller's avatar
Thomas Mueller committed
10 11
If a beta, change download.html: Version ${version} (${versionDate}), Beta
If a beta, change mainWeb.html: Version ${version} (${versionDate}), Beta
12 13
Benchmark: use latest versions of other dbs, change version(s) in performance.html
Run ./buildRelease.sh / buildRelease.bat
14 15

Scan for viruses
16 17 18 19
Test installer, H2 Console (test new languages)
Check docs, versions and links in main, downloads, build numbers
Check the PDF file size

20
Upload (http and https) to ftp://h2database.com/javadoc
Thomas Mueller Graf's avatar
Thomas Mueller Graf committed
21
Upload (http and https) to ftp://h2database.com
22
Upload (http and https) to ftp://h2database.com/m2-repo
23
Github: create a release
24
Newsletter: prepare (always to BCC)
25
Newsletter: send to h2-database-jp@googlegroups.com; h2-database@googlegroups.com; h2database-news@googlegroups.com; ...
26
Add to http://twitter.com
Thomas Mueller's avatar
Thomas Mueller committed
27
- tweet: add @geospatialnews for the new geometry type and disk spatial index
Thomas Mueller's avatar
Thomas Mueller committed
28

29
Sign files and publish files on Maven Central
30
(check java version is 1.7)
thomasmueller's avatar
thomasmueller committed
31
./build.sh clean compile jar mavenDeployCentral
32
cd /data/h2database/m2-repo/com/h2database
33
# remove sha and md5 files:
34 35 36
find . -name "*.sha1" -delete
find . -name "*.md5" -delete
cd h2/1...
37
# for each file separately (-javadoc.jar, -sources.jar, .jar, .pom):
38
gpg -u "Thomas Mueller Graf <thomas.tom.mueller@gmail.com>" -ab h2-...
39
jar -cvf bundle.jar h2-*
40
cd ../../h2-mvstore/1...
41
# for each file separately (-javadoc.jar, -sources.jar, .jar, .pom):
42 43
gpg -u "Thomas Mueller Graf <thomas.tom.mueller@gmail.com>" -ab h2-mvstore...
jar -cvf bundle.jar h2-*
44 45 46 47 48 49 50 51 52
# http://central.sonatype.org/pages/ossrh-guide.html
# http://central.sonatype.org/pages/manual-staging-bundle-creation-and-deployment.html
# https://oss.sonatype.org/#welcome - Log In "t..."
# - Staging Upload
# - Upload Mode: Artifact Bundle, Select Bundle to Upload... - /data/.../bundle.jar
# - Upload Bundle - Staging Repositories - select comh2database - Release - Confirm
# - Staging Upload
# - Upload Mode: Artifact Bundle, Select Bundle to Upload... - /data/.../bundle.jar
# - Upload Bundle - Staging Repositories - select comh2database - Release - Confirm
53 54 55

Update statistics
Change version in pom.xml, commit