diff --git a/README.md b/README.md
index c58c32718ec..067ecbf8c18 100644
--- a/README.md
+++ b/README.md
@@ -81,9 +81,14 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
-------------------------- | ------------ | -------------------------- | -----
-3.0.0 (upcoming major release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/3.0.0-SNAPSHOT/)| TBD | 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
-[2.3.1](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.3.1) (**current stable**) | 2018-01-17 | 1.0, 1.1, 1.2, 2.0 | [tag v2.3.1](https://github.com/swagger-api/swagger-codegen/tree/v2.3.1)
+3.0.4-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.4-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
+[3.0.3](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.3) (**current stable**) | 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.1-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.1-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release with breaking changes
+[2.4.0](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.0) (**current stable**) | 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)
+[2.3.1](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.3.1) | 2018-01-17 | 1.0, 1.1, 1.2, 2.0 | [tag v2.3.1](https://github.com/swagger-api/swagger-codegen/tree/v2.3.1)
[2.3.0](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.3.0) | 2017-12-21 | 1.0, 1.1, 1.2, 2.0 | [tag v2.3.0](https://github.com/swagger-api/swagger-codegen/tree/v2.3.0)
[2.2.3](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.2.3) | 2017-07-15 | 1.0, 1.1, 1.2, 2.0 | [tag v2.2.3](https://github.com/swagger-api/swagger-codegen/tree/v2.2.3)
[2.2.2](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.2.2) | 2017-03-01 | 1.0, 1.1, 1.2, 2.0 | [tag v2.2.2](https://github.com/swagger-api/swagger-codegen/tree/v2.2.2)
diff --git a/modules/swagger-codegen-cli/pom.xml b/modules/swagger-codegen-cli/pom.xml
index a20e5420968..6d9ecf5df54 100644
--- a/modules/swagger-codegen-cli/pom.xml
+++ b/modules/swagger-codegen-cli/pom.xml
@@ -3,7 +3,7 @@
io.swagger
swagger-codegen-project
- 2.4.0-SNAPSHOT
+ 2.4.0
../..
4.0.0
diff --git a/modules/swagger-codegen-maven-plugin/pom.xml b/modules/swagger-codegen-maven-plugin/pom.xml
index 28236f345ad..b6f7408fa71 100644
--- a/modules/swagger-codegen-maven-plugin/pom.xml
+++ b/modules/swagger-codegen-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
io.swagger
swagger-codegen-project
- 2.4.0-SNAPSHOT
+ 2.4.0
../..
swagger-codegen-maven-plugin
diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml
index c572ddcf0f1..3b121561633 100644
--- a/modules/swagger-codegen/pom.xml
+++ b/modules/swagger-codegen/pom.xml
@@ -3,7 +3,7 @@
io.swagger
swagger-codegen-project
- 2.4.0-SNAPSHOT
+ 2.4.0
../..
4.0.0
diff --git a/modules/swagger-generator/pom.xml b/modules/swagger-generator/pom.xml
index bca8c7e48b8..13dc7826ab6 100644
--- a/modules/swagger-generator/pom.xml
+++ b/modules/swagger-generator/pom.xml
@@ -4,7 +4,7 @@
io.swagger
swagger-codegen-project
- 2.4.0-SNAPSHOT
+ 2.4.0
../..
swagger-generator
diff --git a/pom.xml b/pom.xml
index b3d9abde5ad..7f31d7afcff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 2.4.0-SNAPSHOT
+ 2.4.0
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
diff --git a/pom.xml.bash b/pom.xml.bash
index 9343e7ffa9f..d62122e1941 100644
--- a/pom.xml.bash
+++ b/pom.xml.bash
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 2.4.0-SNAPSHOT
+ 2.4.0
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
diff --git a/pom.xml.circleci b/pom.xml.circleci
index cf5da79d9bf..c3e2780f144 100644
--- a/pom.xml.circleci
+++ b/pom.xml.circleci
@@ -10,7 +10,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 2.4.0-SNAPSHOT
+ 2.4.0
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
diff --git a/pom.xml.circleci.java7 b/pom.xml.circleci.java7
index 48506835c1f..4b8fc4a4490 100644
--- a/pom.xml.circleci.java7
+++ b/pom.xml.circleci.java7
@@ -10,7 +10,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 2.4.0-SNAPSHOT
+ 2.4.0
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
diff --git a/pom.xml.ios b/pom.xml.ios
index d8c6330f429..abe42b59513 100644
--- a/pom.xml.ios
+++ b/pom.xml.ios
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 2.4.0-SNAPSHOT
+ 2.4.0
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
diff --git a/pom.xml.jenkins b/pom.xml.jenkins
index 936c68c5068..65c34cf9e1a 100644
--- a/pom.xml.jenkins
+++ b/pom.xml.jenkins
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 2.4.0-SNAPSHOT
+ 2.4.0
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
diff --git a/pom.xml.jenkins.java7 b/pom.xml.jenkins.java7
index 45eab481807..aa899e1c4fc 100644
--- a/pom.xml.jenkins.java7
+++ b/pom.xml.jenkins.java7
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 2.4.0-SNAPSHOT
+ 2.4.0
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
diff --git a/pom.xml.travis b/pom.xml.travis
index b3d9abde5ad..7f31d7afcff 100644
--- a/pom.xml.travis
+++ b/pom.xml.travis
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 2.4.0-SNAPSHOT
+ 2.4.0
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git