Skip to content

Commit b8f65ab

Browse files
authored
Update bindings to v2.0.21 (#75)
1 parent 713b1f0 commit b8f65ab

126 files changed

Lines changed: 167 additions & 149 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bindings/java/src/README.md

Lines changed: 4 additions & 4 deletions

bindings/java/src/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'io.cloudsmith.api'
5-
version = '2.0.20'
5+
version = '2.0.21'
66

77
buildscript {
88
repositories {

bindings/java/src/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"apiPackage": "io.cloudsmith.api.apis",
44
"artifactId": "cloudsmith-api",
55
"artifactUrl": "https://api.cloudsmith.io/?format=openapi",
6-
"artifactVersion": "2.0.20",
6+
"artifactVersion": "2.0.21",
77
"artifactDescription": "Cloudsmith API",
88
"dateLibrary": "java8",
99
"developerName": "Cloudsmith Ltd",

bindings/java/src/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "io.cloudsmith.api",
44
name := "cloudsmith-api",
5-
version := "2.0.20",
5+
version := "2.0.21",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

bindings/java/src/docs/AuditLogApi.md

Lines changed: 1 addition & 1 deletion

bindings/java/src/docs/BadgesApi.md

Lines changed: 1 addition & 1 deletion

bindings/java/src/docs/CargoUpstream.md

Lines changed: 1 addition & 0 deletions

bindings/java/src/docs/CargoUpstreamRequest.md

Lines changed: 1 addition & 0 deletions

bindings/java/src/docs/CargoUpstreamRequestPatch.md

Lines changed: 1 addition & 0 deletions

bindings/java/src/docs/DistrosApi.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)