Skip to content

Commit

Permalink
Merge pull request #2188 from arunans23/buildfix
Browse files Browse the repository at this point in the history
Update http reference to https in root pom.xml
  • Loading branch information
arunans23 authored Jun 14, 2024
2 parents 4dc0296 + ce02a0b commit 8885ea9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
~ specific language governing permissions and limitations
~ under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wso2</groupId>
Expand All @@ -30,38 +30,38 @@
<name>Apache Synapse</name>
<description>Apache Synapse</description>
<packaging>pom</packaging>
<url>http://synapse.apache.org/</url>
<url>https://synapse.apache.org/</url>
<issueManagement>
<url>http://issues.apache.org/jira/browse/SYNAPSE</url>
<url>https://issues.apache.org/jira/browse/SYNAPSE</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>Apache Synapse Developer List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/synapse-dev/</archive>
<archive>https://mail-archives.apache.org/mod_mbox/synapse-dev/</archive>
</mailingList>
<mailingList>
<name>Apache Synapse User List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/synapse-user/</archive>
<archive>https://mail-archives.apache.org/mod_mbox/synapse-user/</archive>
</mailingList>
<mailingList>
<name>Apache Synapse Commits List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/synapse-commits/</archive>
<archive>https://mail-archives.apache.org/mod_mbox/synapse-commits/</archive>
</mailingList>
</mailingLists>
<inceptionYear>2005</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand All @@ -73,7 +73,7 @@
</scm>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
<url>https://www.apache.org/</url>
</organization>
<profiles>
<profile>
Expand Down Expand Up @@ -1624,21 +1624,21 @@
<id>azeez</id>
<email>azeez AT wso2.com</email>
<organization>WSO2</organization>
<url>http://afkham.org/</url>
<url>https://afkham.org/</url>
</developer>
<developer>
<name>Paul Fremantle</name>
<id>pzf</id>
<email>paul AT wso2.com</email>
<organization>WSO2</organization>
<url>http://pzf.fremantle.org/</url>
<url>https://pzf.fremantle.org/</url>
</developer>
<developer>
<name>Eran Chinthaka</name>
<id>chinthaka</id>
<email>chinthaka AT wso2.com</email>
<organization>WSO2</organization>
<url>http://www.apache.org/~chinthaka</url>
<url>https://www.apache.org/~chinthaka</url>
</developer>
<developer>
<name>Ant Elder</name>
Expand All @@ -1657,7 +1657,7 @@
<id>deepal</id>
<email>deepal AT wso2.com</email>
<organization>WSO2</organization>
<url>http://www.apache.org/~deepal</url>
<url>https://www.apache.org/~deepal</url>
</developer>
<developer>
<name>Davanum Srinivas</name>
Expand Down Expand Up @@ -1711,7 +1711,7 @@
<id>asankha</id>
<email>asankha AT apache.org</email>
<organization>AdroitLogic</organization>
<url>http://adroitlogic.org</url>
<url>https://adroitlogic.org</url>
</developer>
<developer>
<name>Upul Godage</name>
Expand All @@ -1729,7 +1729,7 @@
<name>Andreas Veithen</name>
<id>veithen</id>
<email>veithen AT apache.org</email>
<url>http://www.linkedin.com/in/aveithen</url>
<url>https://www.linkedin.com/in/aveithen</url>
</developer>
<developer>
<name>Asanka Abeysinghe</name>
Expand Down Expand Up @@ -1760,7 +1760,7 @@
<id>heshan</id>
<email>heshan AT apache.org</email>
<organization>WSO2</organization>
<url>http://heshans.blogspot.com/</url>
<url>https://heshans.blogspot.com/</url>
</developer>
</developers>
<contributors>
Expand Down

0 comments on commit 8885ea9

Please sign in to comment.