Skip to content

Commit 18fe640

Browse files
Merge pull request #10 from asaasdev/v1.0.0-1749827594901
liblab SDK update v1.0.0
2 parents 0b8d710 + 1fdf0fc commit 18fe640

File tree

2 files changed

+38
-4
lines changed

2 files changed

+38
-4
lines changed

.manifest.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"liblabVersion": "2.25.26",
3-
"date": "2025-06-13T10:59:17.053Z",
3+
"date": "2025-06-13T15:12:47.401Z",
44
"config": {
55
"apiId": 2190,
66
"baseUrl": "https://api.asaas.com/",
@@ -74,7 +74,15 @@
7474
"githubRepoName": "asaas-api-sdk-java",
7575
"targetBranch": "master",
7676
"sdkVersion": "1.0.0",
77-
"homepage": "https://asaas.com"
77+
"homepage": "https://asaas.com",
78+
"developers": [
79+
{
80+
"name": "Integrações Asaas",
81+
"email": "[email protected]",
82+
"organization": "Asaas",
83+
"organizationUrl": "https://github.com/asaasdev/"
84+
}
85+
]
7886
}
7987
},
8088
"publishing": {
@@ -97,7 +105,15 @@
97105
"targetBranch": "master",
98106
"groupId": "com.asaas",
99107
"artifactId": "api-sdk",
100-
"includeKotlinSnippets": false
108+
"includeKotlinSnippets": false,
109+
"developers": [
110+
{
111+
"name": "Integrações Asaas",
112+
"email": "[email protected]",
113+
"organization": "Asaas",
114+
"organizationUrl": "https://github.com/asaasdev/"
115+
}
116+
]
101117
},
102118
"typescript": {
103119
"githubRepoName": "",
@@ -161,7 +177,7 @@
161177
},
162178
"multiTenant": true,
163179
"hooksLocation": {
164-
"bucketKey": "11973/hooks.zip",
180+
"bucketKey": "11976/hooks.zip",
165181
"bucketName": "prod-liblab-api-stack-hooks"
166182
},
167183
"includeWatermark": true,
@@ -173,6 +189,14 @@
173189
"groupId": "com.asaas",
174190
"artifactId": "api-sdk",
175191
"includeKotlinSnippets": false,
192+
"developers": [
193+
{
194+
"name": "Integrações Asaas",
195+
"email": "[email protected]",
196+
"organization": "Asaas",
197+
"organizationUrl": "https://github.com/asaasdev/"
198+
}
199+
],
176200
"language": "java",
177201
"deliveryMethod": "zip",
178202
"hooks": {

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
<url>https://github.com/asaasdev/asaas-api-sdk-java/tree/master</url>
2323
</scm>
2424

25+
<!-- See https://central.sonatype.org/publish/requirements/#developer-information -->
26+
<developers>
27+
<developer>
28+
<name>Integrações Asaas</name>
29+
<email>[email protected]</email>
30+
<organization>Asaas</organization>
31+
<organizationUrl>https://github.com/asaasdev/</organizationUrl>
32+
</developer>
33+
</developers>
34+
2535
<licenses>
2636
<license>
2737
<name>MIT</name>

0 commit comments

Comments
 (0)