Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Updated to v2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Sep 14, 2020
1 parent 659ca9f commit fdf2e4f
Show file tree
Hide file tree
Showing 368 changed files with 372 additions and 372 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# argo-client-java

Argo
- API version: v2.10.1
- API version: v2.10.2

Argo

Expand Down Expand Up @@ -39,7 +39,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>io.argoproj.workflow</groupId>
<artifactId>argo-client-java</artifactId>
<version>v2.10.1</version>
<version>v2.10.2</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -49,7 +49,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "io.argoproj.workflow:argo-client-java:v2.10.1"
compile "io.argoproj.workflow:argo-client-java:v2.10.2"
```

### Others
Expand All @@ -62,7 +62,7 @@ mvn clean package

Then manually install the following JARs:

* `target/argo-client-java-v2.10.1.jar`
* `target/argo-client-java-v2.10.2.jar`
* `target/lib/*.jar`

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.10.1
v2.10.2
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.1
info:
description: Argo
title: Argo
version: v2.10.1
version: v2.10.2
servers:
- url: /
paths:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'eclipse'
apply plugin: 'java'

group = 'io.argoproj.workflow'
version = 'v2.10.1'
version = 'v2.10.2'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "io.argoproj.workflow",
name := "argo-client-java",
version := "v2.10.1",
version := "v2.10.2",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>argo-client-java</artifactId>
<packaging>jar</packaging>
<name>argo-client-java</name>
<version>v2.10.1</version>
<version>v2.10.2</version>
<url>https://github.com/openapitools/openapi-generator</url>
<description>OpenAPI Java</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/argoproj/workflow/ApiCallback.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/argoproj/workflow/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -110,7 +110,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/v2.10.1/java");
setUserAgent("OpenAPI-Generator/v2.10.2/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/argoproj/workflow/ApiException.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/argoproj/workflow/ApiResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/argoproj/workflow/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/argoproj/workflow/JSON.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/argoproj/workflow/Pair.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/argoproj/workflow/StringUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/argoproj/workflow/auth/ApiKeyAuth.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/argoproj/workflow/auth/HttpBasicAuth.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/argoproj/workflow/models/Arguments.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/argoproj/workflow/models/Artifact.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/argoproj/workflow/models/Backoff.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.1
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading

0 comments on commit fdf2e4f

Please sign in to comment.