Skip to content

Commit 48285ac

Browse files
markjschreiberandreasprlic
authored andcommitted
/* Alpha, beta, RCs */
1 parent 197f349 commit 48285ac

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

_wikis/BioJava:1.5ReleasePlan.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,29 @@ all relevant but it would pay to check.
8585

8686
### Alpha, beta, RCs
8787

88+
#### Alpha
89+
90+
We don't specifically make Alpha releases, the closest approximation
91+
would be a snapshot of the CVS repository leading up to the beta
92+
release.
93+
94+
Requirements:
95+
96+
- Code fully compiles under Ant
97+
98+
#### Beta
99+
100+
A Beta release would show the likely API of a final release.
101+
102+
Requirements:
103+
104+
- Code fully compiles and passes JUnit tests.
105+
- All javadocs build and no warnings issued.
106+
- All demos and cook demos compile.
107+
- JARs, JavaDocs and source code posted to webserver (admin task)
108+
- Links to download and API updated
109+
- Beta released announced on mail-list and news site
110+
88111
### Release notes
89112

90113
Wish-list, or Items-yet-to-be-sorted

_wikis/BioJava:1.5ReleasePlan.mediawiki

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,22 @@ Someone with experience of the DAS server DAZZLE is needed to check if there are
5050
* Can someone run a change tool that will detect API differences that would prevent biojava 1.4 apps compiling with biojava 1.5
5151
5252
===Alpha, beta, RCs===
53+
====Alpha====
54+
We don't specifically make Alpha releases, the closest approximation would be a snapshot of the CVS repository leading up to the beta release.
55+
56+
Requirements:
57+
*Code fully compiles under Ant
58+
59+
====Beta====
60+
A Beta release would show the likely API of a final release.
61+
62+
Requirements:
63+
* Code fully compiles and passes JUnit tests.
64+
* All javadocs build and no warnings issued.
65+
* All demos and cook demos compile.
66+
* JARs, JavaDocs and source code posted to webserver (admin task)
67+
* Links to download and API updated
68+
* Beta released announced on mail-list and news site
5369
5470
===Release notes===
5571

0 commit comments

Comments
 (0)