Skip to content

Commit

Permalink
Auto generated updates for version update to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Dec 12, 2024
1 parent aa08b3a commit b3d6981
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions equinix-openapi-fabric/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.equinix</groupId>
<artifactId>equinix-openapi-fabric</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -56,7 +56,7 @@ Add this dependency to your project's build file:
}
dependencies {
implementation "com.equinix:equinix-openapi-fabric:0.10.0"
implementation "com.equinix:equinix-openapi-fabric:0.11.0"
}
```

Expand All @@ -70,7 +70,7 @@ mvn clean package

Then manually install the following JARs:

* `target/equinix-openapi-fabric-0.10.0.jar`
* `target/equinix-openapi-fabric-0.11.0.jar`
* `target/lib/*.jar`

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion equinix-openapi-fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'

group = 'com.equinix'
version = '0.10.0'
version = '0.11.0'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion equinix-openapi-fabric/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 := "com.equinix",
name := "equinix-openapi-fabric",
version := "0.10.0",
version := "0.11.0",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion equinix-openapi-fabric/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>equinix-openapi-fabric</artifactId>
<packaging>jar</packaging>
<name>equinix-openapi-fabric</name>
<version>0.10.0</version>
<version>0.11.0</version>
<url>https://github.com/openapitools/openapi-generator</url>
<description>OpenAPI Java</description>
<scm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("fabric-sdk-java/0.10.0");
setUserAgent("fabric-sdk-java/0.11.0");

authentications = new HashMap<String, Authentication>();
}
Expand Down

0 comments on commit b3d6981

Please sign in to comment.