105
105
</li >
106
106
<li >
107
107
Ensure All contributed translations are imported to our codebase<br />
108
- (More info and examples <a href =" https://github.com/solomax/om-poeditor" >is here</a >))
108
+ (More info and examples <a href =" https://github.com/solomax/om-poeditor" >are here</a >))
109
109
</li >
110
110
<li >
111
111
Update following files in OM documentation:<br />
112
112
<tt >openmeetings-server/src/site/xdoc/index.xml</tt ><br />
113
113
<tt >openmeetings-server/src/site/xdoc/NewsArchive.xml</tt ><br />
114
114
<tt >openmeetings-server/src/site/xdoc/downloads.xml</tt ><br />
115
115
<div class =" bd-callout bd-callout-danger" >
116
- <div class =" h4" >Download links in NewsArchive.xml should be updated</div >
116
+ <div class =" h4" >Download links in NewsArchive.xml and README.md should be updated</div >
117
117
</div >
118
118
</li >
119
119
<li >Switch to the necessary branch:
120
- <source >git checkout 4.0.x </source >
120
+ <source >git checkout master </source >
121
121
</li >
122
122
<li >Create temporary local branch
123
- <source >git checkout -b release-4 .0.0-RC1 </source >
123
+ <source >git checkout -b release-5 .0.1 </source >
124
124
</li >
125
125
<li >Update versions of all modules
126
- <source >mvn versions:set -DgenerateBackupPoms=false -DnewVersion=4 .0.0 </source >
126
+ <source >mvn versions:set -DgenerateBackupPoms=false -DnewVersion=5 .0.1 </source >
127
127
</li >
128
128
<li >Update final SCM URL located at <tt >pom.xml</tt > and <tt >openmeetings-server/pom.xml</tt >
129
129
<source ><![CDATA[
130
130
<scm>
131
131
<url>https://github.com/apache/openmeetings.git</url>
132
132
133
- SET https://github.com/apache/openmeetings/tree/4 .0.0
133
+ SET https://github.com/apache/openmeetings/tree/5 .0.1
134
134
]]> </source >
135
135
</li >
136
136
<li >
137
137
Create a TAG and commit it to the Git<br />
138
138
<source >
139
- git commit -a -m "4 .0.0 Release Candidate 1"
140
- git tag -s 4 .0.0 -RC1 -m "4 .0.0 Release Candidate 1 tag"
141
- git push origin 4 .0.0 -RC1
139
+ git commit -a -m "5 .0.1 Release Candidate 1"
140
+ git tag -s 5 .0.1 -RC1 -m "5 .0.1 Release Candidate 1 tag"
141
+ git push origin 5 .0.1 -RC1
142
142
</source >
143
143
</li >
144
144
<li >
@@ -157,26 +157,26 @@ git push origin 4.0.0-RC1
157
157
<p >
158
158
Commit artifacts you have created with KEYS file to the
159
159
<tt >https://dist.apache.org/repos/dist/dev/openmeetings/</tt >
160
- Proposed file structure for "Release Candidate 1" of 4 .0.0 will be:
160
+ Proposed file structure for "Release Candidate 1" of 5 .0.1 will be:
161
161
</p >
162
162
<source >
163
- 4 .0.0
164
- 4 .0.0 /rc1
165
- 4 .0.0 /rc1/src
166
- 4 .0.0 /rc1/src/apache-openmeetings-4 .0.0 -src.zip
167
- 4 .0.0 /rc1/src/apache-openmeetings-4 .0.0 -src.tar.gz
168
- 4 .0.0 /rc1/src/apache-openmeetings-4 .0.0 -src.zip.sha
169
- 4 .0.0 /rc1/src/apache-openmeetings-4 .0.0 -src.zip.asc
170
- 4 .0.0 /rc1/src/apache-openmeetings-4 .0.0 -src.tar.gz.sha
171
- 4 .0.0 /rc1/src/apache-openmeetings-4 .0.0 -src.tar.gz.asc
172
- 4 .0.0 /rc1/bin
173
- 4 .0.0 /rc1/bin/apache-openmeetings-4 .0.0 .zip
174
- 4 .0.0 /rc1/bin/apache-openmeetings-4 .0.0 .tar.gz
175
- 4 .0.0 /rc1/bin/apache-openmeetings-4 .0.0 .zip.sha
176
- 4 .0.0 /rc1/bin/apache-openmeetings-4 .0.0 .zip.asc
177
- 4 .0.0 /rc1/bin/apache-openmeetings-4 .0.0 .tar.gz.sha
178
- 4 .0.0 /rc1/bin/apache-openmeetings-4 .0.0 .tar.gz.asc
179
- 4 .0.0 /rc1/CHANGELOG
163
+ 5 .0.1
164
+ 5 .0.1 /rc1
165
+ 5 .0.1 /rc1/src
166
+ 5 .0.1 /rc1/src/apache-openmeetings-5 .0.1 -src.zip
167
+ 5 .0.1 /rc1/src/apache-openmeetings-5 .0.1 -src.tar.gz
168
+ 5 .0.1 /rc1/src/apache-openmeetings-5 .0.1 -src.zip.sha
169
+ 5 .0.1 /rc1/src/apache-openmeetings-5 .0.1 -src.zip.asc
170
+ 5 .0.1 /rc1/src/apache-openmeetings-5 .0.1 -src.tar.gz.sha
171
+ 5 .0.1 /rc1/src/apache-openmeetings-5 .0.1 -src.tar.gz.asc
172
+ 5 .0.1 /rc1/bin
173
+ 5 .0.1 /rc1/bin/apache-openmeetings-5 .0.1 .zip
174
+ 5 .0.1 /rc1/bin/apache-openmeetings-5 .0.1 .tar.gz
175
+ 5 .0.1 /rc1/bin/apache-openmeetings-5 .0.1 .zip.sha
176
+ 5 .0.1 /rc1/bin/apache-openmeetings-5 .0.1 .zip.asc
177
+ 5 .0.1 /rc1/bin/apache-openmeetings-5 .0.1 .tar.gz.sha
178
+ 5 .0.1 /rc1/bin/apache-openmeetings-5 .0.1 .tar.gz.asc
179
+ 5 .0.1 /rc1/CHANGELOG
180
180
</source >
181
181
<p ><b >NOTE</b > KEYS file is located at https://www.apache.org/dist/openmeetings/KEYS and should be just updated</p >
182
182
</li >
@@ -222,8 +222,8 @@ mvn clean install -Prc,release
222
222
<li >Go to <a href =" https://securesigning.pki.digicert.com/csportal" >https://securesigning.pki.digicert.com/csportal</a ></li >
223
223
<li >Select "Signing Sets"</li >
224
224
<li >Select "Add signing set"</li >
225
- <li >Enter "Signing set name" (must include "Apache OpenMeetings" and version) for ex. "Apache OpenMeetings 4 .0.0 -RELEASE"</li >
226
- <li >Enter "Version" for ex. "4 .0.0 -RELEASE"</li >
225
+ <li >Enter "Signing set name" (must include "Apache OpenMeetings" and version) for ex. "Apache OpenMeetings 5 .0.1 -RELEASE"</li >
226
+ <li >Enter "Version" for ex. "5 .0.1 -RELEASE"</li >
227
227
<li >Select "Java Signing Sha256" as "Signing service"</li >
228
228
<li >Select "Upload files" and add all <b >jar</b > files from <tt >target/jnlp</tt ></li >
229
229
<li >Select "Sign now"</li >
0 commit comments