Skip to content

Commit 585a3a4

Browse files
authored
Merge pull request #1249 from Vathsan/master-m2
Update http urls to https
2 parents 2ec90b2 + 2ca8827 commit 585a3a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2</groupId>
2323
<artifactId>wso2</artifactId>
24-
<version>1.1</version>
24+
<version>1.2</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>
@@ -1577,7 +1577,7 @@
15771577
<repository>
15781578
<id>wso2-nexus</id>
15791579
<name>WSO2 internal Repository</name>
1580-
<url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
1580+
<url>https://maven.wso2.org/nexus/content/groups/wso2-public/</url>
15811581
<releases>
15821582
<enabled>true</enabled>
15831583
<updatePolicy>daily</updatePolicy>
@@ -1602,7 +1602,7 @@
16021602
<pluginRepository>
16031603
<id>wso2.releases</id>
16041604
<name>WSO2 internal Repository</name>
1605-
<url>http://maven.wso2.org/nexus/content/repositories/releases/</url>
1605+
<url>https://maven.wso2.org/nexus/content/repositories/releases/</url>
16061606
<releases>
16071607
<enabled>true</enabled>
16081608
<updatePolicy>daily</updatePolicy>
@@ -1612,7 +1612,7 @@
16121612
<pluginRepository>
16131613
<id>wso2.snapshots</id>
16141614
<name>Apache Snapshot Repository</name>
1615-
<url>http://maven.wso2.org/nexus/content/repositories/snapshots/</url>
1615+
<url>https://maven.wso2.org/nexus/content/repositories/snapshots/</url>
16161616
<snapshots>
16171617
<enabled>true</enabled>
16181618
<updatePolicy>daily</updatePolicy>
@@ -1624,7 +1624,7 @@
16241624
<pluginRepository>
16251625
<id>wso2-nexus</id>
16261626
<name>WSO2 internal Repository</name>
1627-
<url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
1627+
<url>https://maven.wso2.org/nexus/content/groups/wso2-public/</url>
16281628
<releases>
16291629
<enabled>true</enabled>
16301630
<updatePolicy>daily</updatePolicy>

0 commit comments

Comments
 (0)