Skip to content

Commit

Permalink
Merge pull request #107 from arunans23/master
Browse files Browse the repository at this point in the history
Update meta information and add new version details
  • Loading branch information
arunans23 authored Jan 29, 2025
2 parents 3ed75a1 + 4dbea4d commit 220cb8c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
34 changes: 33 additions & 1 deletion .connector-store/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"releases": [
{
"tagName": "v3.3.2",
"tagName": "v3.3.3",
"products": [
"MI 4.0.0",
"MI 4.1.0",
Expand Down Expand Up @@ -48,6 +48,38 @@
],
"isHidden": false
},
{
"tagName": "v3.3.2",
"products": [
"MI 4.0.0",
"MI 4.1.0",
"MI 4.2.0",
"MI 4.3.0"
],
"operations": [
{
"name": "init",
"description": "Configure the Kafka producer",
"isHidden": true
},
{
"name": "publishMessages",
"description": "Send the messages to the Kafka brokers",
"isHidden": false
}
],
"connections": [
{
"name": "kafka",
"description": "Connection for a Kafka cluster."
},
{
"name": "kafkaSecure",
"description": "Secure connection for a Kafka cluster."
}
],
"isHidden": false
},
{
"tagName": "v3.3.1",
"products": [
Expand Down
6 changes: 3 additions & 3 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.connector</groupId>
<artifactId>mi-connector-kafka</artifactId>
<version>3.3.4-SNAPSHOT</version>
<version>3.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>WSO2 Carbon - Mediation Library Connector For kafkaTransport</name>
<url>http://wso2.org</url>
Expand Down Expand Up @@ -421,12 +421,12 @@
<repository>
<id>nexus-releases</id>
<name>WSO2 Release Distribution Repository</name>
<url>http://maven.wso2.org/nexus/service/local/staging/deploy/maven2/</url>
<url>https://maven.wso2.org/nexus/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<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>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 220cb8c

Please sign in to comment.