This repository was archived by the owner on Dec 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
src/main/java/com/equinix/openapi Expand file tree Collapse file tree 6 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:
120
120
<dependency >
121
121
<groupId >com.equinix</groupId >
122
122
<artifactId >equinix-openapi-metal</artifactId >
123
- <version >0.2 .0</version >
123
+ <version >0.3 .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.2 .0"
139
+ implementation "com.equinix:equinix-openapi-metal:0.3 .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.2 .0.jar `
153
+ * ` target/equinix-openapi-metal-0.3 .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.2 .0'
7
+ version = ' 0.3 .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.2 .0" ,
5
+ version := " 0.3 .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.2 .0</version >
8
+ <version >0.3 .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.2 .0" );
143
+ setUserAgent ("metal-java/0.3 .0" );
144
144
145
145
authentications = new HashMap <String , Authentication >();
146
146
}
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.2 .0" ,
5
- "httpUserAgent" : " metal-java/0.2 .0" ,
4
+ "artifactVersion" : " 0.3 .0" ,
5
+ "httpUserAgent" : " metal-java/0.3 .0" ,
6
6
"library" : " okhttp-gson" ,
7
7
"invokerPackage" : " com.equinix.openapi" ,
8
8
"modelPackage" : " com.equinix.openapi.metal.v1.model" ,
You can’t perform that action at this time.
0 commit comments