Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinthakaJ98 authored Dec 12, 2024
1 parent a8e6d7b commit 430e3c1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.integration.module</groupId>
<artifactId>mi-module-csv</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
<packaging>jar</packaging>
<name>WSO2 Carbon - Connector For csvConnector</name>
<url>http://wso2.org</url>
Expand Down Expand Up @@ -231,6 +231,12 @@
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:git:https://github.com/wso2-extensions/mediation-csv-module</connection>
<url>https://github.com/wso2-extensions/mediation-csv-module.git</url>
<developerConnection>scm:git:https://github.com/wso2-extensions/mediation-csv-module</developerConnection>
<tag>HEAD</tag>
</scm>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -377,7 +383,7 @@
<repository>
<id>wso2-nexus</id>
<name>WSO2 internal Repository</name>
<url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
<url>https://maven.wso2.org/nexus/content/groups/wso2-public/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
Expand All @@ -387,7 +393,7 @@
<repository>
<id>wso2.releases</id>
<name>WSO2 internal Repository</name>
<url>http://maven.wso2.org/nexus/content/repositories/releases/</url>
<url>https://maven.wso2.org/nexus/content/repositories/releases/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
Expand All @@ -397,7 +403,7 @@
<repository>
<id>wso2.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://maven.wso2.org/nexus/content/repositories/snapshots/</url>
<url>https://maven.wso2.org/nexus/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
Expand Down

0 comments on commit 430e3c1

Please sign in to comment.