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 +9
-9
lines changed
src/main/java/com/equinix/openapi Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff 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.10.0 </version >
123+ <version >0.10.1 </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.10.0 "
139+ implementation "com.equinix:equinix-openapi-metal:0.10.1 "
140140 }
141141```
142142
@@ -150,7 +150,7 @@ mvn clean package
150150
151151Then manually install the following JARs:
152152
153- * ` target/equinix-openapi-metal-0.10.0 .jar `
153+ * ` target/equinix-openapi-metal-0.10.1 .jar `
154154* ` target/lib/*.jar `
155155
156156## Getting Started
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'java'
44apply plugin : ' com.diffplug.spotless'
55
66group = ' com.equinix'
7- version = ' 0.10.0 '
7+ version = ' 0.10.1 '
88
99buildscript {
1010 repositories {
Original file line number Diff line number Diff 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.10.0 " ,
5+ version := " 0.10.1 " ,
66 scalaVersion := " 2.11.4" ,
77 scalacOptions ++= Seq (" -feature" ),
88 javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 55 <artifactId >equinix-openapi-metal</artifactId >
66 <packaging >jar</packaging >
77 <name >equinix-openapi-metal</name >
8- <version >0.10.0 </version >
8+ <version >0.10.1 </version >
99 <url >https://github.com/openapitools/openapi-generator</url >
1010 <description >OpenAPI Java</description >
1111 <scm >
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ private void init() {
140140 json = new JSON ();
141141
142142 // Set default User-Agent.
143- setUserAgent ("metal-java/0.10.0 " );
143+ setUserAgent ("metal-java/0.10.1 " );
144144
145145 authentications = new HashMap <String , Authentication >();
146146 }
Original file line number Diff line number Diff line change 1515
1616@ javax .annotation .Generated (value = "org.openapitools.codegen.languages.JavaClientCodegen" )
1717public class Configuration {
18- public static final String VERSION = "0.10.0 " ;
18+ public static final String VERSION = "0.10.1 " ;
1919
2020 private static ApiClient defaultApiClient = new ApiClient ();
2121
Original file line number Diff line number Diff line change 1- 0.10.0
1+ 0.10.1
You can’t perform that action at this time.
0 commit comments