diff --git a/README.md b/README.md
index 4e720dce380..532d61e2ac1 100644
--- a/README.md
+++ b/README.md
@@ -54,16 +54,16 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
-------------------------- | ------------ | -------------------------- | -----
-3.0.7-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.7-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
-[3.0.6](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.6) (**current stable**) | 2019-03-25 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.6](https://github.com/swagger-api/swagger-codegen/tree/v3.0.6)
+3.0.8-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.8-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
+[3.0.7](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.7) (**current stable**) | 2019-03-26 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.7](https://github.com/swagger-api/swagger-codegen/tree/v3.0.7)
[3.0.5](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.5) | 2019-02-18 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.5](https://github.com/swagger-api/swagger-codegen/tree/v3.0.5)
[3.0.4](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.4) | 2019-01-16 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.4](https://github.com/swagger-api/swagger-codegen/tree/v3.0.4)
[3.0.3](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.3) | 2018-11-30 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.3](https://github.com/swagger-api/swagger-codegen/tree/v3.0.3)
[3.0.2](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.2)| 2018-10-19 | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
[3.0.1](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.1)| 2018-10-05 | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes
[3.0.0](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0)| 2018-09-06 | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes
-2.4.4-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.4-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
-[2.4.3](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.3) (**current stable**) | 2019-03-25 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.3](https://github.com/swagger-api/swagger-codegen/tree/v2.4.3)
+2.4.5-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.5-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
+[2.4.4](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.3) (**current stable**) | 2019-03-26 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.4](https://github.com/swagger-api/swagger-codegen/tree/v2.4.4)
[2.4.2](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.2) | 2019-02-18 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.2](https://github.com/swagger-api/swagger-codegen/tree/v2.4.2)
[2.4.1](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.1) | 2019-01-16 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.1](https://github.com/swagger-api/swagger-codegen/tree/v2.4.1)
[2.4.0](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.0) | 2018-11-30 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.0](https://github.com/swagger-api/swagger-codegen/tree/v2.4.0)
diff --git a/modules/swagger-codegen-cli/pom.xml b/modules/swagger-codegen-cli/pom.xml
index 38277777bf7..bd61639eec2 100644
--- a/modules/swagger-codegen-cli/pom.xml
+++ b/modules/swagger-codegen-cli/pom.xml
@@ -3,7 +3,7 @@
io.swagger.codegen.v3
swagger-codegen-project
- 3.0.7-SNAPSHOT
+ 3.0.7
../..
4.0.0
diff --git a/modules/swagger-codegen-maven-plugin/pom.xml b/modules/swagger-codegen-maven-plugin/pom.xml
index 329b65d4258..27dec84a5b7 100644
--- a/modules/swagger-codegen-maven-plugin/pom.xml
+++ b/modules/swagger-codegen-maven-plugin/pom.xml
@@ -6,7 +6,7 @@
io.swagger.codegen.v3
swagger-codegen-project
- 3.0.7-SNAPSHOT
+ 3.0.7
../..
swagger-codegen-maven-plugin
diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml
index 2f5d8743019..0ea7b8590f9 100644
--- a/modules/swagger-codegen/pom.xml
+++ b/modules/swagger-codegen/pom.xml
@@ -3,7 +3,7 @@
io.swagger.codegen.v3
swagger-codegen-project
- 3.0.7-SNAPSHOT
+ 3.0.7
../..
4.0.0
@@ -200,7 +200,7 @@
1.3.0
- 2.4.4-SNAPSHOT
+ 2.4.4
diff --git a/modules/swagger-generator/pom.xml b/modules/swagger-generator/pom.xml
index d6019d42984..58cad23ec4a 100644
--- a/modules/swagger-generator/pom.xml
+++ b/modules/swagger-generator/pom.xml
@@ -4,7 +4,7 @@
io.swagger.codegen.v3
swagger-codegen-project
- 3.0.7-SNAPSHOT
+ 3.0.7
../..
swagger-generator
diff --git a/modules/swagger-generator/src/main/resources/openapi.yaml b/modules/swagger-generator/src/main/resources/openapi.yaml
index 768ed426ae3..96ea19c7e80 100644
--- a/modules/swagger-generator/src/main/resources/openapi.yaml
+++ b/modules/swagger-generator/src/main/resources/openapi.yaml
@@ -4,7 +4,7 @@ servers:
info:
description: 'This is an online swagger codegen server. You can find out more at
https://github.com/swagger-api/swagger-codegen or on [irc.freenode.net, #swagger](http://swagger.io/irc/).'
- version: 3.0.7-SNAPSHOT
+ version: 3.0.7
title: Swagger Generator
license:
name: Apache 2.0
diff --git a/pom.docker.xml b/pom.docker.xml
index 62a3c38d5f4..e46383027d2 100644
--- a/pom.docker.xml
+++ b/pom.docker.xml
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 3.0.7-SNAPSHOT
+ 3.0.7
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
@@ -1070,11 +1070,11 @@
- 1.0.7-SNAPSHOT
+ 1.0.7
2.0.7
1.5.22
- 2.0.10
- 1.0.43
+ 2.0.11
+ 1.0.44
2.9.8
2.11.1
3.3.0
diff --git a/pom.xml b/pom.xml
index 45872cf9a64..884e71cf6ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 3.0.7-SNAPSHOT
+ 3.0.7
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
@@ -1161,11 +1161,11 @@
- 1.0.7-SNAPSHOT
+ 1.0.7
2.0.7
1.5.22
- 2.0.10
- 1.0.43
+ 2.0.11
+ 1.0.44
2.9.8
2.11.1
3.3.0
diff --git a/pom.xml.bash b/pom.xml.bash
index 25c7e4eb557..63a70c2766b 100644
--- a/pom.xml.bash
+++ b/pom.xml.bash
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 3.0.7-SNAPSHOT
+ 3.0.7
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
@@ -1058,11 +1058,11 @@
- 1.0.7-SNAPSHOT
+ 1.0.7
2.0.7
1.5.22
- 2.0.10
- 1.0.43
+ 2.0.11
+ 1.0.44
2.9.8
2.11.1
3.3.0
diff --git a/pom.xml.shippable b/pom.xml.shippable
index 4d430e583c2..bd2721375b6 100644
--- a/pom.xml.shippable
+++ b/pom.xml.shippable
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 3.0.7-SNAPSHOT
+ 3.0.7
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
@@ -1060,11 +1060,11 @@
- 1.0.7-SNAPSHOT
+ 1.0.7
2.0.7
1.5.22
- 2.0.10
- 1.0.43
+ 2.0.11
+ 1.0.44
2.9.8
2.11.1
3.3.0
diff --git a/samples/meta-codegen/pom.xml b/samples/meta-codegen/pom.xml
index 3b15d354f1f..9db53ba3e67 100644
--- a/samples/meta-codegen/pom.xml
+++ b/samples/meta-codegen/pom.xml
@@ -120,8 +120,8 @@
UTF-8
- 3.0.7-SNAPSHOT
- 1.0.7-SNAPSHOT
+ 3.0.7
+ 1.0.7
1.0.0
4.8.1
3.0.0