Skip to content

Commit

Permalink
Update version to 1.0.10
Browse files Browse the repository at this point in the history
Update version to 1.0.10
  • Loading branch information
Marcin Rosół authored Apr 12, 2023
1 parent c5382eb commit e183e89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The usage pattern depends on whether you use the [code-first or design-first](ht
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
</dependency>
```

Expand Down Expand Up @@ -84,7 +84,7 @@ This goal downloads an API or domain definition from SwaggerHub to a local file
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<executions>
<execution>
<phase>generate-resources</phase>
Expand Down Expand Up @@ -244,7 +244,7 @@ This example uploads the specified API definition in JSON format as a public API
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<executions>
<execution>
<phase>deploy</phase>
Expand Down Expand Up @@ -293,7 +293,7 @@ This example uses the [Swagger Maven plugin](https://github.com/swagger-api/swag
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<executions>
<execution>
<phase>deploy</phase>
Expand Down Expand Up @@ -321,7 +321,7 @@ This example uploads all JSON and YAML files from the `${project.basedir}/api-de
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<executions>
<execution>
<phase>deploy</phase>
Expand All @@ -347,7 +347,7 @@ This example uploads all JSON and YAML files from the specified directory whose
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<executions>
<execution>
<phase>deploy</phase>
Expand All @@ -370,7 +370,7 @@ This example uploads all JSON and YAML files from the specified directory whose
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<executions>
<execution>
<phase>deploy</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<packaging>maven-plugin</packaging>
<name>SwaggerHub Maven Plugin</name>
<description>A maven plugin for downloading and uploading Swagger/OAS definitions from/to SwaggerHub as
Expand Down

0 comments on commit e183e89

Please sign in to comment.