This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 9a78ec9 no jira: docs are updated
9a78ec9 is described below
commit 9a78ec9f7256704ff42375599615f1466939ab11
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Dec 10 22:11:50 2019 +0700
no jira: docs are updated
---
openmeetings-server/src/site/xdoc/ReleaseGuide.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
b/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
index 92ba70d..83be0b2 100644
--- a/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
+++ b/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
@@ -133,8 +133,8 @@
Create a TAG and commit it to
the Git<br/>
<source>
git commit -a -m "4.0.0 Release Candidate 1"
-git tag -s 4.0.0 -m "4.0.0 Release Candidate 1 tag"
-git push origin 4.0.0
+git tag -s 4.0.0-RC1 -m "4.0.0 Release Candidate 1 tag"
+git push origin 4.0.0-RC1
</source>
</li>
<li>
@@ -143,7 +143,7 @@ git push origin 4.0.0
</li>
<li>
<p>Run the command: </p>
- <source>mvn clean &&
mvn install -P allModules,rc</source>
+ <source>mvn clean &&
mvn install -PallModules,rc</source>
</li>
<li>
<p>Test building the source on
windows and OSx or Linux</p>