File tree Expand file tree Collapse file tree 6 files changed +22
-13
lines changed
src/main/java/com/airbyte/api Expand file tree Collapse file tree 6 files changed +22
-13
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.335.2
77 generationVersion: 2.372.3
8- releaseVersion: 1.5.0
9- configChecksum: ab72ffd6e84b0f36b5d464a90a3d1702
8+ releaseVersion: 1.5.1
9+ configChecksum: 53ab2446c5b60024a10bb79d807fbbbe
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 @@ -2,17 +2,17 @@ speakeasyVersion: 1.335.2
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:7d13fcede86a3ca09b4d289f1bc31301fa7a3501406dccbe8913eead593008e0
6- sourceBlobDigest: sha256:f1b3779c701a2b6ce17695afd26a74bc95f97c24cb73dcd26a0feff21f0c1845
5+ sourceRevisionDigest: sha256:a2965c114e340987d05556f130c3fb312758c4dc617d12e9c36d239ae5de2c90
6+ sourceBlobDigest: sha256:c9abc14c5c90dc3d935bd884db2c2b795e1eb8631f6d9fa3526135c1aa6ffd63
77 tags:
88 - latest
99 - main
1010targets:
1111 airbyte-api:
1212 source: my-source
1313 sourceNamespace: my-source
14- sourceRevisionDigest: sha256:7d13fcede86a3ca09b4d289f1bc31301fa7a3501406dccbe8913eead593008e0
15- sourceBlobDigest: sha256:f1b3779c701a2b6ce17695afd26a74bc95f97c24cb73dcd26a0feff21f0c1845
14+ sourceRevisionDigest: sha256:a2965c114e340987d05556f130c3fb312758c4dc617d12e9c36d239ae5de2c90
15+ sourceBlobDigest: sha256:c9abc14c5c90dc3d935bd884db2c2b795e1eb8631f6d9fa3526135c1aa6ffd63
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
@@ -33,4 +33,3 @@ workflow:
3333 ossrhPassword: $OSSRH_PASSWORD
3434 gpgSecretKey: $JAVA_GPG_SECRET_KEY
3535 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:
2626
2727Gradle:
2828``` groovy
29- implementation 'com.airbyte:api:1.5.0 '
29+ implementation 'com.airbyte:api:1.5.1 '
3030```
3131
3232Maven:
3333``` xml
3434<dependency >
3535 <groupId >com.airbyte</groupId >
3636 <artifactId >api</artifactId >
37- <version >1.5.0 </version >
37+ <version >1.5.1 </version >
3838</dependency >
3939```
4040
Original file line number Diff line number Diff line change @@ -1081,4 +1081,14 @@ Based on:
10811081### Generated
10821082- [ java v1.5.0] .
10831083### 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 {
7474 maven(MavenPublication ) {
7575 groupId = ' com.airbyte'
7676 artifactId = ' api'
77- version = ' 1.5.0 '
77+ version = ' 1.5.1 '
7878
7979 from components. java
8080
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.0 " ;
25+ public String sdkVersion = "1.5.1 " ;
2626 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" ;
2828
2929 private com .airbyte .api .utils .Hooks _hooks = createHooks ();
3030
You canβt perform that action at this time.
0 commit comments