This repository was archived by the owner on Dec 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
src/main/java/com/equinix/openapi Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ Add this dependency to your project's POM:
120
120
<dependency >
121
121
<groupId >com.equinix</groupId >
122
122
<artifactId >equinix-openapi-metal</artifactId >
123
- <version >0.4.1 </version >
123
+ <version >0.5.0 </version >
124
124
<scope >compile</scope >
125
125
</dependency >
126
126
```
@@ -136,7 +136,7 @@ Add this dependency to your project's build file:
136
136
}
137
137
138
138
dependencies {
139
- implementation "com.equinix:equinix-openapi-metal:0.4.1 "
139
+ implementation "com.equinix:equinix-openapi-metal:0.5.0 "
140
140
}
141
141
```
142
142
@@ -150,7 +150,7 @@ mvn clean package
150
150
151
151
Then manually install the following JARs:
152
152
153
- * ` target/equinix-openapi-metal-0.4.1 .jar `
153
+ * ` target/equinix-openapi-metal-0.5.0 .jar `
154
154
* ` target/lib/*.jar `
155
155
156
156
## Getting Started
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'java'
4
4
apply plugin : ' com.diffplug.spotless'
5
5
6
6
group = ' com.equinix'
7
- version = ' 0.4.1 '
7
+ version = ' 0.5.0 '
8
8
9
9
buildscript {
10
10
repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
2
2
settings(
3
3
organization := " com.equinix" ,
4
4
name := " equinix-openapi-metal" ,
5
- version := " 0.4.1 " ,
5
+ version := " 0.5.0 " ,
6
6
scalaVersion := " 2.11.4" ,
7
7
scalacOptions ++= Seq (" -feature" ),
8
8
javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 5
5
<artifactId >equinix-openapi-metal</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >equinix-openapi-metal</name >
8
- <version >0.4.1 </version >
8
+ <version >0.5.0 </version >
9
9
<url >https://github.com/openapitools/openapi-generator</url >
10
10
<description >OpenAPI Java</description >
11
11
<scm >
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ private void init() {
140
140
json = new JSON ();
141
141
142
142
// Set default User-Agent.
143
- setUserAgent ("metal-java/0.4.1 " );
143
+ setUserAgent ("metal-java/0.5.0 " );
144
144
145
145
authentications = new HashMap <String , Authentication >();
146
146
}
Original file line number Diff line number Diff line change 15
15
16
16
@ javax .annotation .Generated (value = "org.openapitools.codegen.languages.JavaClientCodegen" )
17
17
public class Configuration {
18
- public static final String VERSION = "0.4.1 " ;
18
+ public static final String VERSION = "0.5.0 " ;
19
19
20
20
private static ApiClient defaultApiClient = new ApiClient ();
21
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"groupId" : " com.equinix" ,
3
3
"artifactId" : " equinix-openapi-metal" ,
4
- "artifactVersion" : " 0.4.1 " ,
5
- "httpUserAgent" : " metal-java/0.4.1 " ,
4
+ "artifactVersion" : " 0.5.0 " ,
5
+ "httpUserAgent" : " metal-java/0.5.0 " ,
6
6
"library" : " okhttp-gson" ,
7
7
"invokerPackage" : " com.equinix.openapi" ,
8
8
"modelPackage" : " com.equinix.openapi.metal.v1.model" ,
9
9
"apiPackage" : " com.equinix.openapi.metal.v1.api" ,
10
10
"hideGenerationTimestamp" : true ,
11
11
"disallowAdditionalPropertiesIfNotPresent" : false ,
12
12
"legacyDiscriminatorBehavior" : true
13
- }
13
+ }
You can’t perform that action at this time.
0 commit comments