diff --git a/.gitignore b/.gitignore
index 2021bdb..2e305c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
./reports
/reports/
*.iml
+**/.flattened-pom.xml
diff --git a/README.md b/README.md
index 2d3a4e9..8707766 100644
--- a/README.md
+++ b/README.md
@@ -233,14 +233,14 @@ Alternatively you can pull it from the central Maven repositories:
com.ebay.ejmask
ejmask-bom
- 2.0.0
+ 1.2.1
```
### Using in your Gradle Project.
```groovy
-compile group: 'com.ebay.ejmask', name: 'ejmask-bom', version: '2.0.0'
+compile group: 'com.ebay.ejmask', name: 'ejmask-bom', version: '1.2.1'
```
## Roadmap
diff --git a/pom.xml b/pom.xml
index c45c173..26c9088 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,4 @@
-
-
+
4.0.0
com.ebay.ejmask
@@ -27,7 +26,7 @@
UTF-8
1.8
1.8
- 1.2.0
+ 1.2.1
@@ -121,6 +120,31 @@
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+ 1.6.0
+
+
+ flatten
+ process-resources
+
+ flatten
+
+
+
+ flatten.clean
+ clean
+
+ clean
+
+
+
+
+ true
+ resolveCiFriendliesOnly
+
+
org.apache.maven.plugins
maven-compiler-plugin
@@ -360,4 +384,4 @@
-
+
\ No newline at end of file