File tree 7 files changed +28
-18
lines changed
src/main/java/com/airbyte/api
7 files changed +28
-18
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.3
9
- configChecksum: a03f7e6996ca018b519cca464277b149
8
+ releaseVersion: 1.5.4
9
+ configChecksum: 6795309afd663bb4d7bf6fd202766572
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.337.1
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:0fa31a8a66fe4f947df5a48c7c954318d653cbd0534d963e9712e95bbc3134c6
6
- sourceBlobDigest: sha256:5fc074e403564d5db88e3ebbc67dbe758617593a7f0d10798854457b8369035d
5
+ sourceRevisionDigest: sha256:5db6fea2e03621459da94766b8bf4b07a5eac21c621b8f5958c0fe5a8295a41d
6
+ sourceBlobDigest: sha256:d035f3b407f273be49c1b0bfbc6b503f48974a8b2944883eab13ef56203a662d
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:0fa31a8a66fe4f947df5a48c7c954318d653cbd0534d963e9712e95bbc3134c6
15
- sourceBlobDigest: sha256:5fc074e403564d5db88e3ebbc67dbe758617593a7f0d10798854457b8369035d
14
+ sourceRevisionDigest: sha256:5db6fea2e03621459da94766b8bf4b07a5eac21c621b8f5958c0fe5a8295a41d
15
+ sourceBlobDigest: sha256:d035f3b407f273be49c1b0bfbc6b503f48974a8b2944883eab13ef56203a662d
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
@@ -29,7 +29,7 @@ workflow:
29
29
source: my-source
30
30
publish:
31
31
java:
32
- ossrhUsername: ${{ secrets. OSSRH_USERNAME }}
33
- ossrhPassword: ${{ secrets. OSSRH_PASSWORD }}
34
- gpgSecretKey: ${{ secrets. GPG_SECRET_KEY }}
35
- gpgPassPhrase: ${{ secrets. GPG_PASSPHRASE }}
32
+ ossrhUsername: $OSSRH_USERNAME
33
+ ossrhPassword: $OSSRH_PASSWORD
34
+ gpgSecretKey: $GPG_SECRET_KEY
35
+ gpgPassPhrase: $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.3 '
29
+ implementation 'com.airbyte:api:1.5.4 '
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.3 </version >
37
+ <version >1.5.4 </version >
38
38
</dependency >
39
39
```
40
40
Original file line number Diff line number Diff line change @@ -1111,4 +1111,14 @@ Based on:
1111
1111
### Generated
1112
1112
- [ java v1.5.3] .
1113
1113
### Releases
1114
- - [ Maven Central v1.5.3] https://central.sonatype.com/artifact/com.airbyte/api/1.5.3 - .
1114
+ - [ Maven Central v1.5.3] https://central.sonatype.com/artifact/com.airbyte/api/1.5.3 - .
1115
+
1116
+ ## 2024-07-16 20:56:04
1117
+ ### Changes
1118
+ Based on:
1119
+ - OpenAPI Doc
1120
+ - Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
1121
+ ### Generated
1122
+ - [ java v1.5.4] .
1123
+ ### Releases
1124
+ - [ Maven Central v1.5.4] https://central.sonatype.com/artifact/com.airbyte/api/1.5.4 - .
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.3 "
64
+ version = " 1.5.4 "
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.3 '
101
+ version = ' 1.5.4 '
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.3
14
+ version : 1.5.4
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.3 " ;
25
+ public String sdkVersion = "1.5.4 " ;
26
26
public String genVersion = "2.373.2" ;
27
- public String userAgent = "speakeasy-sdk/java 1.5.3 2.373.2 1.0.0 com.airbyte.api" ;
27
+ public String userAgent = "speakeasy-sdk/java 1.5.4 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