Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 2672e4f

Browse files
author
equinix-labs@auto-commit-workflow
committed
ci: regenerate code for version 0.10.0
1 parent 767bc93 commit 2672e4f

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

equinix-openapi-metal/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Add this dependency to your project's POM:
120120
<dependency>
121121
<groupId>com.equinix</groupId>
122122
<artifactId>equinix-openapi-metal</artifactId>
123-
<version>0.9.0</version>
123+
<version>0.10.0</version>
124124
<scope>compile</scope>
125125
</dependency>
126126
```
@@ -136,7 +136,7 @@ Add this dependency to your project's build file:
136136
}
137137
138138
dependencies {
139-
implementation "com.equinix:equinix-openapi-metal:0.9.0"
139+
implementation "com.equinix:equinix-openapi-metal:0.10.0"
140140
}
141141
```
142142

@@ -150,7 +150,7 @@ mvn clean package
150150

151151
Then manually install the following JARs:
152152

153-
* `target/equinix-openapi-metal-0.9.0.jar`
153+
* `target/equinix-openapi-metal-0.10.0.jar`
154154
* `target/lib/*.jar`
155155

156156
## Getting Started

equinix-openapi-metal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'com.equinix'
7-
version = '0.9.0'
7+
version = '0.10.0'
88

99
buildscript {
1010
repositories {

equinix-openapi-metal/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 := "com.equinix",
44
name := "equinix-openapi-metal",
5-
version := "0.9.0",
5+
version := "0.10.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

equinix-openapi-metal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>equinix-openapi-metal</artifactId>
66
<packaging>jar</packaging>
77
<name>equinix-openapi-metal</name>
8-
<version>0.9.0</version>
8+
<version>0.10.0</version>
99
<url>https://github.com/openapitools/openapi-generator</url>
1010
<description>OpenAPI Java</description>
1111
<scm>

equinix-openapi-metal/src/main/java/com/equinix/openapi/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private void init() {
140140
json = new JSON();
141141

142142
// Set default User-Agent.
143-
setUserAgent("metal-java/0.9.0");
143+
setUserAgent("metal-java/0.10.0");
144144

145145
authentications = new HashMap<String, Authentication>();
146146
}

equinix-openapi-metal/src/main/java/com/equinix/openapi/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
1717
public class Configuration {
18-
public static final String VERSION = "0.9.0";
18+
public static final String VERSION = "0.10.0";
1919

2020
private static ApiClient defaultApiClient = new ApiClient();
2121

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

0 commit comments

Comments
 (0)