diff --git a/README.md b/README.md
index 20db54adb8cd..2021a91a074e 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The Swagger Specification has undergone 3 revisions since initial creation in 20
Swagger Codegen Version | Release Date | Swagger Spec compatability | Notes
----------------------- | ------------ | -------------------------- | -----
-2.1.1-M1 | 2015-02-17 | 1.0, 1.1, 1.2, 2.0 | [tag v2.1.0-M1](https://github.com/swagger-api/swagger-codegen/tree/v2.1.0-M1)
+2.1.2-M1-SNAPSHOT | 2015-02-17 | 1.0, 1.1, 1.2, 2.0 | [tag v2.1.0-M1](https://github.com/swagger-api/swagger-codegen/tree/v2.1.0-M1)
2.0.17 | 2014-08-22 | 1.1, 1.2 | [tag v2.0.17](https://github.com/swagger-api/swagger-codegen/tree/v2.0.17)
1.0.4 | 2012-04-12 | 1.0, 1.1 | [tag v1.0.4](https://github.com/swagger-api/swagger-codegen/tree/swagger-codegen_2.9.1-1.1)
diff --git a/modules/swagger-codegen-distribution/pom.xml b/modules/swagger-codegen-distribution/pom.xml
index 57302b3f9ead..4d4bfa0dd01c 100644
--- a/modules/swagger-codegen-distribution/pom.xml
+++ b/modules/swagger-codegen-distribution/pom.xml
@@ -2,7 +2,7 @@
com.wordnik
swagger-codegen-project
- 2.1.1-M1
+ 2.1.2-M1-SNAPSHOT
../..
4.0.0
@@ -10,7 +10,7 @@
swagger-codegen-distribution
jar
swagger-codegen (executable)
- 2.1.1-M1
+ 2.1.2-M1-SNAPSHOT
src/test/scala
target/classes
diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml
index 74f475883a86..6b05505b9258 100644
--- a/modules/swagger-codegen/pom.xml
+++ b/modules/swagger-codegen/pom.xml
@@ -2,7 +2,7 @@
com.wordnik
swagger-codegen-project
- 2.1.1-M1
+ 2.1.2-M1-SNAPSHOT
../..
4.0.0
@@ -10,7 +10,7 @@
swagger-codegen
jar
swagger-codegen (core library)
- 2.1.1-M1
+ 2.1.2-M1-SNAPSHOT
src/main/java
install
diff --git a/modules/swagger-generator/pom.xml b/modules/swagger-generator/pom.xml
index 3fd03b13d489..4eb22a019eb1 100644
--- a/modules/swagger-generator/pom.xml
+++ b/modules/swagger-generator/pom.xml
@@ -3,7 +3,7 @@
com.wordnik
swagger-codegen-project
- 2.1.1-M1
+ 2.1.2-M1-SNAPSHOT
../..
com.wordnik
diff --git a/pom.xml b/pom.xml
index 5a2ef0a51521..4e8af2e1e228 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
swagger-codegen-project
pom
swagger-codegen-project
- 2.1.1-M1
+ 2.1.2-M1-SNAPSHOT
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git