From 586b35c4a2b7e883d39b30dd3048fe404ce519dc Mon Sep 17 00:00:00 2001 From: tutn Date: Thu, 4 Apr 2024 15:42:59 +0700 Subject: [PATCH] Update product json --- x-connector-product/product.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x-connector-product/product.json b/x-connector-product/product.json index 5ac5ff8..00f1b22 100644 --- a/x-connector-product/product.json +++ b/x-connector-product/product.json @@ -5,8 +5,8 @@ "data": { "projects": [ { - "groupId": "com.axonivy.connector.twitter", - "artifactId": "twitter-connector-demo", + "groupId": "com.axonivy.connector.x", + "artifactId": "x-connector-demo", "version": "${version}", "type": "iar" } @@ -27,8 +27,8 @@ "data": { "dependencies": [ { - "groupId": "com.axonivy.connector.twitter", - "artifactId": "twitter-connector", + "groupId": "com.axonivy.connector.x", + "artifactId": "x-connector", "version": "${version}", "type": "iar" }