Skip to content

Commit

Permalink
Merge pull request #24 from ChinthakaJ98/connector-release
Browse files Browse the repository at this point in the history
Update connector metadata and fix build issues
  • Loading branch information
ShammiL authored Dec 17, 2024
2 parents 77fc39d + 85088f0 commit e96d2ec
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 5 deletions.
40 changes: 39 additions & 1 deletion .connector-store/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "CSV Module",
"name": "CSV",
"owner": "WSO2",
"product": "MI",
"category": "Developer Tools",
Expand All @@ -14,6 +14,44 @@
"module"
],
"releases": [
{
"tagName": "v1.0.6",
"products": [
"MI 4.3.0",
"MI 4.2.0",
"MI 4.1.0",
"MI 4.0.0"
],
"operations": [
{
"name":"csvToCsv",
"description":"Transform a CSV payload",
"isHidden":false
},
{
"name":"csvToJson",
"description":"Convert CSV to Json",
"isHidden":false
},
{
"name":"csvToXml",
"description":"Convert CSV to XML",
"isHidden":false
},
{
"name":"jsonToCsv",
"description":"Convert Json to CSV",
"isHidden":false
},
{
"name":"xmlToCsv",
"description":"Transform XML to CSV",
"isHidden":false
}
],
"connections": [],
"isHidden": false
},
{
"tagName": "v1.0.5",
"products": [
Expand Down
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
1 change: 1 addition & 0 deletions src/main/resources/connector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<dependency component="xmlToCsv"/>
<description>WSO2 CSV Module</description>
</component>
<displayName>CSV</displayName>
<icon>icon/icon-small.gif</icon>
<type>module</type>
</connector>

0 comments on commit e96d2ec

Please sign in to comment.