File tree 7 files changed +25
-15
lines changed
src/main/java/com/airbyte/api
7 files changed +25
-15
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 1.0.0
6
6
speakeasyVersion: 1.337.1
7
7
generationVersion: 2.373.2
8
- releaseVersion: 1.5.7
9
- configChecksum: 665b60af38afd9b8c5f5519a98ea7088
8
+ releaseVersion: 1.5.8
9
+ configChecksum: 9fd96373cafa13376db9d8faf45645f8
10
10
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
11
11
repoSubDirectory: .
12
12
published: true
Original file line number Diff line number Diff line change 9
9
- main
10
10
sample-source:
11
11
sourceNamespace: my-source
12
- sourceRevisionDigest: sha256:84c035221761f746e65967de0ed9c8b01ff1d97fff7111d106df2710fd305b3d
13
- sourceBlobDigest: sha256:0a3016ebd2c390c0064f08603f883d730712411cb731216658d123d67213563a
12
+ sourceRevisionDigest: sha256:142a69e773ed28c0c8b75b868b2e145ac684c4e4fd9b18e1392e5093f7553c71
13
+ sourceBlobDigest: sha256:729c2bcd66f73c7f0c0433795036408fac38b4842bd9e4c6e31a8fce4d640ad9
14
14
tags:
15
15
- latest
16
16
- main
@@ -24,8 +24,8 @@ targets:
24
24
testing:
25
25
source: sample-source
26
26
sourceNamespace: my-source
27
- sourceRevisionDigest: sha256:84c035221761f746e65967de0ed9c8b01ff1d97fff7111d106df2710fd305b3d
28
- sourceBlobDigest: sha256:0a3016ebd2c390c0064f08603f883d730712411cb731216658d123d67213563a
27
+ sourceRevisionDigest: sha256:142a69e773ed28c0c8b75b868b2e145ac684c4e4fd9b18e1392e5093f7553c71
28
+ sourceBlobDigest: sha256:729c2bcd66f73c7f0c0433795036408fac38b4842bd9e4c6e31a8fce4d640ad9
29
29
outLocation: /github/workspace/repo
30
30
workflow:
31
31
workflowVersion: 1.0.0
@@ -42,7 +42,7 @@ workflow:
42
42
source: sample-source
43
43
publish:
44
44
java:
45
- ossrhUsername: brycegroff
45
+ ossrhUsername: $ossrh_username
46
46
ossrhPassword: $ossrh_password
47
47
gpgSecretKey: $java_gpg_secret_key
48
48
gpgPassPhrase: $java_gpg_passphrase
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ The samples below show how a published SDK artifact is used:
26
26
27
27
Gradle:
28
28
``` groovy
29
- implementation 'com.airbyte:api:1.5.7 '
29
+ implementation 'com.airbyte:api:1.5.8 '
30
30
```
31
31
32
32
Maven:
33
33
``` xml
34
34
<dependency >
35
35
<groupId >com.airbyte</groupId >
36
36
<artifactId >api</artifactId >
37
- <version >1.5.7 </version >
37
+ <version >1.5.8 </version >
38
38
</dependency >
39
39
```
40
40
Original file line number Diff line number Diff line change @@ -1151,4 +1151,14 @@ Based on:
1151
1151
### Generated
1152
1152
- [ java v1.5.7] .
1153
1153
### Releases
1154
- - [ Maven Central v1.5.7] https://central.sonatype.com/artifact/com.airbyte/api/1.5.7 - .
1154
+ - [ Maven Central v1.5.7] https://central.sonatype.com/artifact/com.airbyte/api/1.5.7 - .
1155
+
1156
+ ## 2024-07-17 03:12:19
1157
+ ### Changes
1158
+ Based on:
1159
+ - OpenAPI Doc
1160
+ - Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
1161
+ ### Generated
1162
+ - [ java v1.5.8] .
1163
+ ### Releases
1164
+ - [ Maven Central v1.5.8] https://central.sonatype.com/artifact/com.airbyte/api/1.5.8 - .
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
61
61
options. addStringOption(' Xdoclint:none' , ' -quiet' )
62
62
}
63
63
group = " com.airbyte"
64
- version = " 1.5.7 "
64
+ version = " 1.5.8 "
65
65
66
66
sourcesJar {
67
67
archiveBaseName = " api"
@@ -98,7 +98,7 @@ publishing {
98
98
maven(MavenPublication ) {
99
99
groupId = ' com.airbyte'
100
100
artifactId = ' api'
101
- version = ' 1.5.7 '
101
+ version = ' 1.5.8 '
102
102
103
103
from components. java
104
104
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generation:
11
11
auth :
12
12
oAuth2ClientCredentialsEnabled : true
13
13
java :
14
- version : 1.5.7
14
+ version : 1.5.8
15
15
additionalDependencies : []
16
16
additionalPlugins : []
17
17
artifactID : api
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ public Optional<SecuritySource> securitySource() {
22
22
public int serverIdx = 0 ;
23
23
public String language = "java" ;
24
24
public String openapiDocVersion = "1.0.0" ;
25
- public String sdkVersion = "1.5.7 " ;
25
+ public String sdkVersion = "1.5.8 " ;
26
26
public String genVersion = "2.373.2" ;
27
- public String userAgent = "speakeasy-sdk/java 1.5.7 2.373.2 1.0.0 com.airbyte.api" ;
27
+ public String userAgent = "speakeasy-sdk/java 1.5.8 2.373.2 1.0.0 com.airbyte.api" ;
28
28
29
29
private com .airbyte .api .utils .Hooks _hooks = createHooks ();
30
30
You can’t perform that action at this time.
0 commit comments