File tree Expand file tree Collapse file tree 7 files changed +25
-15
lines changed
src/main/java/com/airbyte/api Expand file tree Collapse file tree 7 files changed +25
-15
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 1.0.0
66 speakeasyVersion: 1.337.1
77 generationVersion: 2.373.2
8- releaseVersion: 1.5.7
9- configChecksum: 665b60af38afd9b8c5f5519a98ea7088
8+ releaseVersion: 1.5.8
9+ configChecksum: 9fd96373cafa13376db9d8faf45645f8
1010 repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111 repoSubDirectory: .
1212 published: true
Original file line number Diff line number Diff line change 99 - main
1010 sample-source:
1111 sourceNamespace: my-source
12- sourceRevisionDigest: sha256:84c035221761f746e65967de0ed9c8b01ff1d97fff7111d106df2710fd305b3d
13- sourceBlobDigest: sha256:0a3016ebd2c390c0064f08603f883d730712411cb731216658d123d67213563a
12+ sourceRevisionDigest: sha256:142a69e773ed28c0c8b75b868b2e145ac684c4e4fd9b18e1392e5093f7553c71
13+ sourceBlobDigest: sha256:729c2bcd66f73c7f0c0433795036408fac38b4842bd9e4c6e31a8fce4d640ad9
1414 tags:
1515 - latest
1616 - main
@@ -24,8 +24,8 @@ targets:
2424 testing:
2525 source: sample-source
2626 sourceNamespace: my-source
27- sourceRevisionDigest: sha256:84c035221761f746e65967de0ed9c8b01ff1d97fff7111d106df2710fd305b3d
28- sourceBlobDigest: sha256:0a3016ebd2c390c0064f08603f883d730712411cb731216658d123d67213563a
27+ sourceRevisionDigest: sha256:142a69e773ed28c0c8b75b868b2e145ac684c4e4fd9b18e1392e5093f7553c71
28+ sourceBlobDigest: sha256:729c2bcd66f73c7f0c0433795036408fac38b4842bd9e4c6e31a8fce4d640ad9
2929 outLocation: /github/workspace/repo
3030workflow:
3131 workflowVersion: 1.0.0
@@ -42,7 +42,7 @@ workflow:
4242 source: sample-source
4343 publish:
4444 java:
45- ossrhUsername: brycegroff
45+ ossrhUsername: $ossrh_username
4646 ossrhPassword: $ossrh_password
4747 gpgSecretKey: $java_gpg_secret_key
4848 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:
2626
2727Gradle:
2828``` groovy
29- implementation 'com.airbyte:api:1.5.7 '
29+ implementation 'com.airbyte:api:1.5.8 '
3030```
3131
3232Maven:
3333``` xml
3434<dependency >
3535 <groupId >com.airbyte</groupId >
3636 <artifactId >api</artifactId >
37- <version >1.5.7 </version >
37+ <version >1.5.8 </version >
3838</dependency >
3939```
4040
Original file line number Diff line number Diff line change @@ -1151,4 +1151,14 @@ Based on:
11511151### Generated
11521152- [ java v1.5.7] .
11531153### 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) {
6161 options. addStringOption(' Xdoclint:none' , ' -quiet' )
6262}
6363group = " com.airbyte"
64- version = " 1.5.7 "
64+ version = " 1.5.8 "
6565
6666sourcesJar {
6767 archiveBaseName = " api"
@@ -98,7 +98,7 @@ publishing {
9898 maven(MavenPublication ) {
9999 groupId = ' com.airbyte'
100100 artifactId = ' api'
101- version = ' 1.5.7 '
101+ version = ' 1.5.8 '
102102
103103 from components. java
104104
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generation:
1111 auth :
1212 oAuth2ClientCredentialsEnabled : true
1313java :
14- version : 1.5.7
14+ version : 1.5.8
1515 additionalDependencies : []
1616 additionalPlugins : []
1717 artifactID : api
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ public Optional<SecuritySource> securitySource() {
2222 public int serverIdx = 0 ;
2323 public String language = "java" ;
2424 public String openapiDocVersion = "1.0.0" ;
25- public String sdkVersion = "1.5.7 " ;
25+ public String sdkVersion = "1.5.8 " ;
2626 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" ;
2828
2929 private com .airbyte .api .utils .Hooks _hooks = createHooks ();
3030
You canβt perform that action at this time.
0 commit comments