@@ -26,9 +26,10 @@ semi-automatic.
2626### Configure Authentication Keys
2727
2828You need to configure the following 3 items for performing a full
29- release 1) OSS Sonatype login (OSS Jira account login) 2) PGP signature
30- for code signing (only can upload signed jars to OSS Sonatype) 3) SSH
31- keys for cloudportal.open-bio.org
29+ release
30+ 1 ) OSS Sonatype login (OSS Jira account login)
31+ 2 ) PGP signature for code signing (only can upload signed jars to OSS Sonatype)
32+ 3 ) Write permission to ` github.com/biojava/biojava.github.io `
3233
3334#### OSS Sonatype login
3435
@@ -75,16 +76,11 @@ if a maven-metadata.xml exists from a previous build by another user).
7576
7677More information about using the Maven release plugin to push to OSS
7778Sonatype is
78- [ < http://blog.sonatype.com/2013/09/simplified-releases-to-the-central-repository-with-nexus/ > \# .VMsj7l7F-kc
79- here] .
79+ [ here] ( http://blog.sonatype.com/2013/09/simplified-releases-to-the-central-repository-with-nexus/ ) .
8080
81- #### BioJava web server SSH key
81+ #### BioJava web server project write access
8282
83- To complete the release you need permission to scp files to the maven
84- repository on cloudportal.open-bio.org. If you need help with that, talk
85- to root@open-bio.org . Make sure you have ssh keys set up to log in, and
86- that you are a member of the apache group so that you can write to the
87- web directory.
83+ Make sure you can write to ` https://github.com/biojava/biojava.github.io `
8884
8985#### PGP Signature
9086
@@ -132,7 +128,7 @@ sonatype. release:rollback will clean up for you.
132128
133129If all three steps work fine, the maven release plugin will push on your
134130behalf to Github and release the jars on OSS Sonatype. Note:
135- < mvn:release > takes about 1 hour since the bandwith to upload at OSS
131+ ``` mvn:release ``` takes about 1 hour since the bandwith to upload at OSS
136132Sonatype is limited.
137133
138134If there is a problem, here how to add the release tag by hand:
@@ -224,7 +220,7 @@ upload apidocs
224220### Update the wiki pages to link to the new release
225221
226222Create a new download file for the release. (I copied
227- < BioJava:Download_3.0.4 > to < BioJava:Download_3.0.5 > ). Modify the new
223+ ` BioJava:Download_3.0.4 ` to ` BioJava:Download_3.0.5 ` ). Modify the new
228224page to the latest data.
229225
230226Update < BioJava:Download > (Change the redirect on the BioJava: Download
0 commit comments