diff --git a/.connector-store/meta.json b/.connector-store/meta.json index c075e03..4cde62a 100644 --- a/.connector-store/meta.json +++ b/.connector-store/meta.json @@ -16,7 +16,7 @@ ], "releases": [ { - "tagName": "v3.3.2", + "tagName": "v3.3.3", "products": [ "MI 4.0.0", "MI 4.1.0", @@ -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": [ diff --git a/pom.xml b/pom.xml index 38d8a1d..45a51b1 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.wso2.integration.connector mi-connector-kafka - 3.3.4-SNAPSHOT + 3.3.3-SNAPSHOT jar WSO2 Carbon - Mediation Library Connector For kafkaTransport http://wso2.org @@ -421,12 +421,12 @@ nexus-releases WSO2 Release Distribution Repository - http://maven.wso2.org/nexus/service/local/staging/deploy/maven2/ + https://maven.wso2.org/nexus/service/local/staging/deploy/maven2/ wso2.snapshots Apache Snapshot Repository - http://maven.wso2.org/nexus/content/repositories/snapshots/ + https://maven.wso2.org/nexus/content/repositories/snapshots/