Skip to content

Commit

Permalink
added correct artifactid and groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-fhe committed Oct 20, 2023
1 parent 0126fa2 commit 30353cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions threema-connector-product/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"data": {
"projects": [
{
"groupId": "MY-GROUP-ID",
"artifactId": "MY-PRODUCT-NAME-demo",
"groupId": "com.axonivy.connector.threema",
"artifactId": "threema-connector-demo",
"version": "${version}",
"type": "iar"
}
Expand All @@ -28,8 +28,8 @@
"data": {
"dependencies": [
{
"groupId": "MY-GROUP-ID",
"artifactId": "MY-PRODUCT-NAME",
"groupId": "com.axonivy.connector.threema",
"artifactId": "threema-connector",
"version": "${version}",
"type": "iar"
}
Expand All @@ -50,8 +50,8 @@
"data": {
"dependencies": [
{
"groupId": "MY-GROUP-ID",
"artifactId": "MY-PRODUCT-NAME",
"groupId": "com.axonivy.connector.threema",
"artifactId": "threema-connector",
"version": "${version}"
}
],
Expand Down

0 comments on commit 30353cc

Please sign in to comment.