diff --git a/README.md b/README.md index 0bacd76..15a7ae7 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 - 1.1.0-SNAPSHOT + 1.1.0 ``` ### Using in your Gradle Project. ```groovy -compile group: 'com.ebay.ejmask', name: 'ejmask-bom', version: '1.1.0-SNAPSHOT' +compile group: 'com.ebay.ejmask', name: 'ejmask-bom', version: '1.1.0' ``` ## Roadmap diff --git a/ejmask-api/pom.xml b/ejmask-api/pom.xml index d734bc4..36eb567 100644 --- a/ejmask-api/pom.xml +++ b/ejmask-api/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-parent - 1.1.0-SNAPSHOT + 1.1.0 ejmask-api diff --git a/ejmask-bom/pom.xml b/ejmask-bom/pom.xml index 5cb7a58..b31374e 100644 --- a/ejmask-bom/pom.xml +++ b/ejmask-bom/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-parent - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml diff --git a/ejmask-core/pom.xml b/ejmask-core/pom.xml index 8c67437..97dd160 100644 --- a/ejmask-core/pom.xml +++ b/ejmask-core/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-parent - 1.1.0-SNAPSHOT + 1.1.0 ejmask-core diff --git a/ejmask-extensions/pom.xml b/ejmask-extensions/pom.xml index 5a48825..88fcc4c 100644 --- a/ejmask-extensions/pom.xml +++ b/ejmask-extensions/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-parent - 1.1.0-SNAPSHOT + 1.1.0 ejmask-extensions diff --git a/ejmask-spring/ejmask-spring-autoconfig/pom.xml b/ejmask-spring/ejmask-spring-autoconfig/pom.xml index ec85e8c..b48935d 100644 --- a/ejmask-spring/ejmask-spring-autoconfig/pom.xml +++ b/ejmask-spring/ejmask-spring-autoconfig/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-spring - 1.1.0-SNAPSHOT + 1.1.0 ejmask-spring-autoconfig diff --git a/ejmask-spring/ejmask-spring-boot/pom.xml b/ejmask-spring/ejmask-spring-boot/pom.xml index 71ddea0..7e2b529 100644 --- a/ejmask-spring/ejmask-spring-boot/pom.xml +++ b/ejmask-spring/ejmask-spring-boot/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-spring - 1.1.0-SNAPSHOT + 1.1.0 ejmask-spring-boot diff --git a/ejmask-spring/ejmask-spring-core/pom.xml b/ejmask-spring/ejmask-spring-core/pom.xml index 120cb40..d318a52 100644 --- a/ejmask-spring/ejmask-spring-core/pom.xml +++ b/ejmask-spring/ejmask-spring-core/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-spring - 1.1.0-SNAPSHOT + 1.1.0 ejmask-spring-core diff --git a/ejmask-spring/pom.xml b/ejmask-spring/pom.xml index 3c61ab0..f56a12b 100644 --- a/ejmask-spring/pom.xml +++ b/ejmask-spring/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-parent - 1.1.0-SNAPSHOT + 1.1.0 ejmask-spring diff --git a/pom.xml b/pom.xml index 071c081..39daea0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.ebay.ejmask ejmask-parent - 1.1.0-SNAPSHOT + 1.1.0 pom