diff --git a/README.md b/README.md
index a3ce4fbbe8e..5b2d82dc5cf 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,8 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
-------------------------- | ------------ | -------------------------- | -----
-3.0.2 (current 3.0.0, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.2-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes
+3.0.3-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.3-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
+[3.0.2](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.2)(https://oss.sonatype.org/content/repositories/releases/io/swagger/codegen/v3/swagger-codegen-cli/3.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)(https://oss.sonatype.org/content/repositories/releases/io/swagger/codegen/v3/swagger-codegen-cli/3.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)(https://oss.sonatype.org/content/repositories/releases/io/swagger/codegen/v3/swagger-codegen-cli/3.0.0/)| 2018-09-06 | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes
2.4.0 (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.0-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release with breaking changes
diff --git a/modules/swagger-codegen-cli/pom.xml b/modules/swagger-codegen-cli/pom.xml
index fada5277e88..444c586c17f 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.2-SNAPSHOT
+ 3.0.2
../..
4.0.0
diff --git a/modules/swagger-codegen-maven-plugin/pom.xml b/modules/swagger-codegen-maven-plugin/pom.xml
index 1b3f8e69d03..dc9819a5afd 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.2-SNAPSHOT
+ 3.0.2
../..
swagger-codegen-maven-plugin
diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml
index f67d65810b3..febfa731f70 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.2-SNAPSHOT
+ 3.0.2
../..
4.0.0
@@ -200,7 +200,7 @@
1.3.0
- 2.4.0-SNAPSHOT
+ 2.3.1
diff --git a/modules/swagger-generator/pom.xml b/modules/swagger-generator/pom.xml
index b93487dec33..8bf2ae449a3 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.2-SNAPSHOT
+ 3.0.2
../..
swagger-generator
diff --git a/pom.docker.xml b/pom.docker.xml
index e30579c337d..6be5bbd9496 100644
--- a/pom.docker.xml
+++ b/pom.docker.xml
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 3.0.2-SNAPSHOT
+ 3.0.2
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
@@ -961,6 +961,6 @@
2.19.1
1.25
0.9.10
- 1.0.2-SNAPSHOT
+ 1.0.2
diff --git a/pom.xml b/pom.xml
index 3298eea11c7..6f38af8fdde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 3.0.2-SNAPSHOT
+ 3.0.2
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
@@ -1048,7 +1048,7 @@
2.22.0
1.25
0.9.10
- 1.0.2-SNAPSHOT
+ 1.0.2
1.42
diff --git a/pom.xml.bash b/pom.xml.bash
index 1691c00e08e..6f221a49770 100644
--- a/pom.xml.bash
+++ b/pom.xml.bash
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 3.0.2-SNAPSHOT
+ 3.0.2
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
@@ -949,7 +949,7 @@
2.22.0
1.25
0.9.10
- 1.0.2-SNAPSHOT
+ 1.0.2
1.42
diff --git a/pom.xml.shippable b/pom.xml.shippable
index f8dc2ee0556..1c3cd8ada0a 100644
--- a/pom.xml.shippable
+++ b/pom.xml.shippable
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 3.0.2-SNAPSHOT
+ 3.0.2
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
@@ -951,7 +951,7 @@
2.22.0
1.25
0.9.10
- 1.0.2-SNAPSHOT
+ 1.0.2
1.42
diff --git a/samples/meta-codegen/pom.xml b/samples/meta-codegen/pom.xml
index 6649f545101..95df59d2378 100644
--- a/samples/meta-codegen/pom.xml
+++ b/samples/meta-codegen/pom.xml
@@ -120,8 +120,8 @@
UTF-8
- 3.0.2-SNAPSHOT
- 1.0.2-SNAPSHOT
+ 3.0.2
+ 1.0.2
1.0.0
4.8.1
3.0.0