File tree 6 files changed +22
-13
lines changed
src/main/java/com/airbyte/api
6 files changed +22
-13
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.335.2
7
7
generationVersion: 2.372.3
8
- releaseVersion: 1.5.0
9
- configChecksum: ab72ffd6e84b0f36b5d464a90a3d1702
8
+ releaseVersion: 1.5.1
9
+ configChecksum: 53ab2446c5b60024a10bb79d807fbbbe
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 @@ -2,17 +2,17 @@ speakeasyVersion: 1.335.2
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:7d13fcede86a3ca09b4d289f1bc31301fa7a3501406dccbe8913eead593008e0
6
- sourceBlobDigest: sha256:f1b3779c701a2b6ce17695afd26a74bc95f97c24cb73dcd26a0feff21f0c1845
5
+ sourceRevisionDigest: sha256:a2965c114e340987d05556f130c3fb312758c4dc617d12e9c36d239ae5de2c90
6
+ sourceBlobDigest: sha256:c9abc14c5c90dc3d935bd884db2c2b795e1eb8631f6d9fa3526135c1aa6ffd63
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
airbyte-api:
12
12
source: my-source
13
13
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:7d13fcede86a3ca09b4d289f1bc31301fa7a3501406dccbe8913eead593008e0
15
- sourceBlobDigest: sha256:f1b3779c701a2b6ce17695afd26a74bc95f97c24cb73dcd26a0feff21f0c1845
14
+ sourceRevisionDigest: sha256:a2965c114e340987d05556f130c3fb312758c4dc617d12e9c36d239ae5de2c90
15
+ sourceBlobDigest: sha256:c9abc14c5c90dc3d935bd884db2c2b795e1eb8631f6d9fa3526135c1aa6ffd63
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
@@ -33,4 +33,3 @@ workflow:
33
33
ossrhPassword: $OSSRH_PASSWORD
34
34
gpgSecretKey: $JAVA_GPG_SECRET_KEY
35
35
gpgPassPhrase: $JAVA_GPG_PASSPHRASE
36
- useSonatypeLegacy: true
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.0 '
29
+ implementation 'com.airbyte:api:1.5.1 '
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.0 </version >
37
+ <version >1.5.1 </version >
38
38
</dependency >
39
39
```
40
40
Original file line number Diff line number Diff line change @@ -1081,4 +1081,14 @@ Based on:
1081
1081
### Generated
1082
1082
- [ java v1.5.0] .
1083
1083
### Releases
1084
- - [ Maven Central v1.5.0] https://central.sonatype.com/artifact/com.airbyte/api/1.5.0 - .
1084
+ - [ Maven Central v1.5.0] https://central.sonatype.com/artifact/com.airbyte/api/1.5.0 - .
1085
+
1086
+ ## 2024-07-16 02:11:42
1087
+ ### Changes
1088
+ Based on:
1089
+ - OpenAPI Doc
1090
+ - Speakeasy CLI 1.335.2 (2.372.3) https://github.com/speakeasy-api/speakeasy
1091
+ ### Generated
1092
+ - [ java v1.5.1] .
1093
+ ### Releases
1094
+ - [ Maven Central v1.5.1] https://central.sonatype.com/artifact/com.airbyte/api/1.5.1 - .
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ publishing {
74
74
maven(MavenPublication ) {
75
75
groupId = ' com.airbyte'
76
76
artifactId = ' api'
77
- version = ' 1.5.0 '
77
+ version = ' 1.5.1 '
78
78
79
79
from components. java
80
80
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.0 " ;
25
+ public String sdkVersion = "1.5.1 " ;
26
26
public String genVersion = "2.372.3" ;
27
- public String userAgent = "speakeasy-sdk/java 1.5.0 2.372.3 1.0.0 com.airbyte.api" ;
27
+ public String userAgent = "speakeasy-sdk/java 1.5.1 2.372.3 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