This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/4.0.x by this push:
new cc4698b no jira: some links were changed to https
cc4698b is described below
commit cc4698baf350d7973d948f368d8a4ac4f699a718
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 d000e68..ef26abd 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 9594c0e..19bb265 100644
--- a/openmeetings-server/pom.xml
+++ b/openmeetings-server/pom.xml
@@ -41,7 +41,7 @@
<root.webapp>webapps/root</root.webapp>
<red5-server-file.dir>red5-server</red5-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 81c6613..548d83b 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>
@@ -970,7 +970,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>