Skip to content

Commit

Permalink
prepare release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Dec 30, 2019
1 parent 4d98358 commit 54b3d6e
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 15 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -19,7 +19,8 @@ The OpenAPI Specification has undergone several revisions since initial creation

Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
------------------------- | ------------ | -------------------------- | ----- | ----
2.1.0 (**current stable**)| 2019-11-16 | 3.0 | [tag v2.1.0](https://github.com/swagger-api/swagger-core/tree/v2.1.0) | Supported
2.1.1 (**current stable**)| 2019-12-30 | 3.0 | [tag v2.1.1](https://github.com/swagger-api/swagger-core/tree/v2.1.1) | Supported
2.1.0 | 2019-11-16 | 3.0 | [tag v2.1.0](https://github.com/swagger-api/swagger-core/tree/v2.1.0) | Supported
2.0.10 | 2019-10-11 | 3.0 | [tag v2.0.10](https://github.com/swagger-api/swagger-core/tree/v2.0.10) | Supported
2.0.9 | 2019-08-22 | 3.0 | [tag v2.0.9](https://github.com/swagger-api/swagger-core/tree/v2.0.9) | Supported
2.0.8 | 2019-04-24 | 3.0 | [tag v2.0.8](https://github.com/swagger-api/swagger-core/tree/v2.0.8) | Supported
Expand Down Expand Up @@ -61,7 +62,7 @@ You need the following installed and available in your $PATH:
* Jackson 2.4.5 or greater


### To build from source (currently 2.1.1-SNAPSHOT)
### To build from source (currently 2.1.2-SNAPSHOT)
```
# first time building locally
mvn -N
Expand All @@ -88,7 +89,7 @@ Please disclose any security-related issues or vulnerabilities by emailing [secu
## License

```
Copyright 2018 SmartBear Software
Copyright 2019 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-annotations/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-project</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-project</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-gradle-plugin/README.md
Expand Up @@ -7,7 +7,7 @@

```
plugins {
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.1.1-SNAPSHOT"
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.1.1"
}
```
### Gradle 1.x and 2.0
Expand All @@ -24,7 +24,7 @@ buildscript {
}
}
dependencies {
classpath "io.swagger.core.v3:swagger-gradle-plugin:2.1.1-SNAPSHOT"
classpath "io.swagger.core.v3:swagger-gradle-plugin:2.1.1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-gradle-plugin/gradle.properties
@@ -1 +1 @@
version=2.1.1-SNAPSHOT
version=2.1.1
Expand Up @@ -16,7 +16,7 @@ public void apply(Project project) {
config.defaultDependencies(new Action<DependencySet>() {
public void execute(DependencySet dependencies) {
dependencies.add(project.getDependencies().create("org.apache.commons:commons-lang3:3.7"));
dependencies.add(project.getDependencies().create("io.swagger.core.v3:swagger-jaxrs2:2.1.1-SNAPSHOT"));
dependencies.add(project.getDependencies().create("io.swagger.core.v3:swagger-jaxrs2:2.1.1"));
dependencies.add(project.getDependencies().create("javax.ws.rs:javax.ws.rs-api:2.1"));
dependencies.add(project.getDependencies().create("javax.servlet:javax.servlet-api:3.1.0"));
}
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-integration/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-project</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>swagger-integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-jaxrs2-servlet-initializer/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>swagger-project</artifactId>
<groupId>io.swagger.core.v3</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-jaxrs2/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>swagger-project</artifactId>
<groupId>io.swagger.core.v3</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-maven-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-project</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-models/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-project</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@
<artifactId>swagger-project</artifactId>
<packaging>pom</packaging>
<name>swagger-project</name>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<url>https://github.com/swagger-api/swagger-core</url>
<scm>
<connection>scm:git:git@github.com:swagger-api/swagger-core.git</connection>
Expand Down

0 comments on commit 54b3d6e

Please sign in to comment.