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 ef44d7b  no jira: some links were changed to https
ef44d7b is described below

commit ef44d7b14ead416148733d495041c6d0257cfce1
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Jul 26 11:53:21 2018 +0700

    no jira: some links were changed to https
---
 openmeetings-screenshare/pom.xml |  2 +-
 openmeetings-server/pom.xml      |  2 +-
 pom.xml                          | 12 ++++++------
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/openmeetings-screenshare/pom.xml b/openmeetings-screenshare/pom.xml
index 4544436..d99c5f8 100644
--- a/openmeetings-screenshare/pom.xml
+++ b/openmeetings-screenshare/pom.xml
@@ -162,7 +162,7 @@
                                                                </manifest>
                                                                
<manifestEntries>
                                                                        
<Application-Name>${project.name}</Application-Name>
-                                                                       
<Built-By>OpenMeetings - http://openmeetings.apache.org</Built-By>
+                                                                       
<Built-By>OpenMeetings - https://openmeetings.apache.org</Built-By>
                                                                        
<Built-On>${maven.build.timestamp}</Built-On>
                                                                        
<Git-Revision>${buildNumber}</Git-Revision>
                                                                        
<Product-Version>${project.version}</Product-Version>
diff --git a/openmeetings-server/pom.xml b/openmeetings-server/pom.xml
index 48139fa..91ff064 100644
--- a/openmeetings-server/pom.xml
+++ b/openmeetings-server/pom.xml
@@ -41,7 +41,7 @@
                <root.webapp>webapps/ROOT</root.webapp>
                <server-file.dir>web-server</server-file.dir>
        </properties>
-       <url>http://openmeetings.apache.org</url>
+       <url>https://openmeetings.apache.org</url>
        <scm>
                
<connection>scm:git:https://github.com/apache/openmeetings.git</connection>
                
<developerConnection>scm:git:https://github.com/apache/openmeetings.git</developerConnection>
diff --git a/pom.xml b/pom.xml
index e4079cf..4e1ce08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,26 +331,26 @@
                        </build>
                </profile>
        </profiles>
-       <url>http://openmeetings.apache.org</url>
+       <url>https://openmeetings.apache.org</url>
        <inceptionYear>2012</inceptionYear>
        <organization>
                <name>Apache Software Foundation</name>
-               <url>http://apache.org</url>
+               <url>https://apache.org</url>
        </organization>
        <licenses>
                <license>
                        <name>The Apache Software License, Version 2.0</name>
-                       <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+                       <url>https://www.apache.org/licenses/LICENSE-2.0</url>
                        <distribution>repo</distribution>
                </license>
        </licenses>
        <issueManagement>
                <system>jira</system>
-               <url>http://issues.apache.org/jira/browse/OPENMEETINGS</url>
+               <url>https://issues.apache.org/jira/browse/OPENMEETINGS</url>
        </issueManagement>
        <ciManagement>
                <system>jenkins</system>
-               
<url>https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/</url>
+               
<url>https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings 
4.0.x/</url>
        </ciManagement>
        <developers>
                <developer>
@@ -961,7 +961,7 @@
                                                                
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                                                        </manifest>
                                                        <manifestEntries>
-                                                               
<Built-By>OpenMeetings - http://openmeetings.apache.org</Built-By>
+                                                               
<Built-By>OpenMeetings - https://openmeetings.apache.org</Built-By>
                                                                
<Built-On>${maven.build.timestamp}</Built-On>
                                                                
<Git-Revision>${buildNumber}</Git-Revision>
                                                                
<Product-Version>${project.version}</Product-Version>

Reply via email to