diff --git a/README.md b/README.md
index e926382fca..9548bca071 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ The OpenAPI Specification has undergone several revisions since initial creation
Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
------------------------- | ------------ | -------------------------- | ----- | ----
+2.0.0 | 2018-03-20 | 3.0 | [tag v2.0.0](https://github.com/swagger-api/swagger-core/tree/v2.0.0) | Supported
2.0.0-rc4 | 2018-01-22 | 3.0 | [tag v2.0.0-rc4](https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc4) | Supported
2.0.0-rc3 | 2017-11-21 | 3.0 | [tag v2.0.0-rc3](https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc3) | Supported
2.0.0-rc2 | 2017-09-29 | 3.0 | [tag v2.0.0-rc2](https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc2) | Supported
@@ -52,7 +53,7 @@ You need the following installed and available in your $PATH:
* Jackson 2.4.5 or greater
-### To build from source (currently 2.0.0-SNAPSHOT)
+### To build from source (currently 2.0.0)
```
# first time building locally
mvn -N
@@ -89,6 +90,33 @@ See the License for the specific language governing permissions and
limitations under the License.
```
+## v2.0.0
+
+### Notable Features:
+
+* First official release with OpenAPI 3.0 support
+* Brand new [2.0 wiki](https://github.com/swagger-api/swagger-core/wiki)
+* Jackson 2.9.4 (#2655)
+* JsonView support (#2079)
+* internal refactor (#2593)
+* Updated annotations target (#2653)
+* deprecates Schema.readOnly and introduces accessMode field (#2379)
+* Class level response annotations (#2685)
+* rework JsonProperty, readonly/writeonly support (#2169)
+* JsonIdentity support (#2704)
+
+### Bug fixes:
+
+* Annotation inheritance from interfaces (#2644)
+* @Produces full support (#2646)
+* Reader Correctly skips non JAX-RS methods (#2656)
+* fix models osgi export packages (#2663)
+* avoid duplicate operationId (#2433)
+* file upload and multipart fixes (#2689)
+* support ArraySchema context annotations in container type properties (#2616)
+* Path in Class level removed for subresources (#2632)
+* Configuration loading from servlet path (#2706)
+
## v2.0.0-rc4
### Notable Features:
diff --git a/modules/swagger-annotations/pom.xml b/modules/swagger-annotations/pom.xml
index 6f7baec38c..8833fb6e4d 100644
--- a/modules/swagger-annotations/pom.xml
+++ b/modules/swagger-annotations/pom.xml
@@ -3,13 +3,13 @@
io.swagger.core.v3
swagger-project
- 2.0.0-SNAPSHOT
+ 2.0.0
../..
4.0.0
io.swagger.core.v3
swagger-annotations
- 2.0.0-SNAPSHOT
+ 2.0.0
bundle
swagger-annotations
diff --git a/modules/swagger-core/pom.xml b/modules/swagger-core/pom.xml
index c58fef96f5..b74131fc3c 100644
--- a/modules/swagger-core/pom.xml
+++ b/modules/swagger-core/pom.xml
@@ -3,7 +3,7 @@
io.swagger.core.v3
swagger-project
- 2.0.0-SNAPSHOT
+ 2.0.0
../..
4.0.0
diff --git a/modules/swagger-integration/pom.xml b/modules/swagger-integration/pom.xml
index 04615cdb40..4b48a4d6f8 100644
--- a/modules/swagger-integration/pom.xml
+++ b/modules/swagger-integration/pom.xml
@@ -6,12 +6,12 @@
io.swagger.core.v3
swagger-project
- 2.0.0-SNAPSHOT
+ 2.0.0
../..
io.swagger.core.v3
swagger-integration
- 2.0.0-SNAPSHOT
+ 2.0.0
bundle
swagger-integration
@@ -53,6 +53,6 @@
- 2.0.0-SNAPSHOT
+ 2.0.0
diff --git a/modules/swagger-jaxrs2-servlet-initializer/pom.xml b/modules/swagger-jaxrs2-servlet-initializer/pom.xml
index 5decdc30be..813d0cfe27 100644
--- a/modules/swagger-jaxrs2-servlet-initializer/pom.xml
+++ b/modules/swagger-jaxrs2-servlet-initializer/pom.xml
@@ -5,7 +5,7 @@
swagger-project
io.swagger.core.v3
- 2.0.0-SNAPSHOT
+ 2.0.0
../../
4.0.0
@@ -174,6 +174,6 @@
- 2.0.0-SNAPSHOT
+ 2.0.0
diff --git a/modules/swagger-jaxrs2/pom.xml b/modules/swagger-jaxrs2/pom.xml
index f9d51c407a..b7fedf1ee7 100644
--- a/modules/swagger-jaxrs2/pom.xml
+++ b/modules/swagger-jaxrs2/pom.xml
@@ -5,7 +5,7 @@
swagger-project
io.swagger.core.v3
- 2.0.0-SNAPSHOT
+ 2.0.0
../../
4.0.0
@@ -257,9 +257,9 @@
- 2.0.0-SNAPSHOT
- 2.0.0-SNAPSHOT
- 2.0.0-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
\ No newline at end of file
diff --git a/modules/swagger-models/pom.xml b/modules/swagger-models/pom.xml
index c515e091d4..af6d608662 100644
--- a/modules/swagger-models/pom.xml
+++ b/modules/swagger-models/pom.xml
@@ -4,7 +4,7 @@
io.swagger.core.v3
swagger-project
- 2.0.0-SNAPSHOT
+ 2.0.0
../..
4.0.0
diff --git a/pom.xml b/pom.xml
index 93902538e4..57b2585e9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
swagger-project
pom
swagger-project
- 2.0.0-SNAPSHOT
+ 2.0.0
https://github.com/swagger-api/swagger-core
scm:git:git@github.com:swagger-api/swagger-core.git