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 097366b  OPENMEETINGS-2248 Fix up ci link (#57)
097366b is described below

commit 097366b7edc2670e87809713d39186bb44f60173
Author: Sebastian Wagner <[email protected]>
AuthorDate: Sat Apr 11 13:55:49 2020 +1200

    OPENMEETINGS-2248 Fix up ci link (#57)
    
    * OPENMEETINGS-2248 Fix up ci link
    
    * The link to master build is also updated
    
    Co-authored-by: Maxim Solodovnik <[email protected]>
---
 openmeetings-server/src/site/site.xml | 2 +-
 pom.xml                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/openmeetings-server/src/site/site.xml 
b/openmeetings-server/src/site/site.xml
index a4b2a10..ef599b9 100644
--- a/openmeetings-server/src/site/site.xml
+++ b/openmeetings-server/src/site/site.xml
@@ -117,7 +117,7 @@
                        <item name="Source Code" href="/scm.html" />
                        <item name="Bugs / Issues" 
href="/issue-management.html" />
                        <item name="Dependencies" href="/dependencies.html" />
-                       <item name="Continuous Integration" 
href="/integration.html" />
+                       <item name="Continuous Integration" 
href="/ci-management.html" />
                        <item name="Build Instructions" 
href="/BuildInstructions.html" />
                        <item name="JUnit Testing" href="/JUnitTesting.html" />
                        <item name="Manual Testing" href="/ManualTesting.html" 
/>
diff --git a/pom.xml b/pom.xml
index b3f12ee..bd0918a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
        </issueManagement>
        <ciManagement>
                <system>jenkins</system>
-               
<url>https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings 
4.0.x/</url>
+               
<url>https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/</url>
        </ciManagement>
        <developers>
                <developer>

Reply via email to