diff --git a/README.md b/README.md
index e1f78ab..15d44aa 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ In order to use Fluent Validator within a Maven project, simply add the followin
com.baidu.unbiz
fluent-validator
- 1.0.7
+ 1.0.8
*Check out the lastest version on [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cfluent-validator).*
@@ -527,7 +527,7 @@ Add the following dependency to your pom.xml.
com.baidu.unbiz
fluent-validator-jsr303
- 1.0.7
+ 1.0.8
By default, the following dependencies are what fluent-validator-jsr303 will bring into your project.
@@ -668,7 +668,7 @@ To use `SpringApplicationContextRegistry`, add the following dependency to your
com.baidu.unbiz
fluent-validator-spring
- 1.0.7
+ 1.0.8
By default, the following dependencies are what fluent-validator-spring will bring into your project.
diff --git a/fluent-validator-demo/pom.xml b/fluent-validator-demo/pom.xml
index ba4152d..94f38ff 100644
--- a/fluent-validator-demo/pom.xml
+++ b/fluent-validator-demo/pom.xml
@@ -7,12 +7,12 @@
com.baidu.unbiz
fluent-validator-parent
../pom.xml
- 1.0.6-SNAPSHOT
+ 1.0.8
com.baidu.unbiz
fluent-validator-demo
- 1.0.6-SNAPSHOT
+ 1.0.8
jar
fluent-validator-demo
A simple Java validation framework leveraging fluent interface style and JSR 303 specification
@@ -22,7 +22,7 @@
com.baidu.unbiz
fluent-validator-spring
- 1.0.6-SNAPSHOT
+ 1.0.8
diff --git a/fluent-validator-jsr303/pom.xml b/fluent-validator-jsr303/pom.xml
index 9b02f2d..a8c7eea 100644
--- a/fluent-validator-jsr303/pom.xml
+++ b/fluent-validator-jsr303/pom.xml
@@ -6,12 +6,12 @@
com.baidu.unbiz
fluent-validator-parent
../pom.xml
- 1.0.6
+ 1.0.8
com.baidu.unbiz
fluent-validator-jsr303
- 1.0.6
+ 1.0.8
jar
fluent-validator-jsr303
A simple Java validation framework leveraging fluent interface style and JSR 303 specification
@@ -21,7 +21,7 @@
com.baidu.unbiz
fluent-validator
- 1.0.6
+ 1.0.8
diff --git a/fluent-validator-spring/pom.xml b/fluent-validator-spring/pom.xml
index 4da50ae..06d421d 100644
--- a/fluent-validator-spring/pom.xml
+++ b/fluent-validator-spring/pom.xml
@@ -6,12 +6,12 @@
com.baidu.unbiz
fluent-validator-parent
../pom.xml
- 1.0.6
+ 1.0.8
com.baidu.unbiz
fluent-validator-spring
- 1.0.6
+ 1.0.8
jar
fluent-validator-spring
A simple Java validation framework leveraging fluent interface style and JSR 303 specification
@@ -21,13 +21,13 @@
com.baidu.unbiz
fluent-validator
- 1.0.6
+ 1.0.8
com.baidu.unbiz
fluent-validator-jsr303
- 1.0.6
+ 1.0.8
diff --git a/fluent-validator/pom.xml b/fluent-validator/pom.xml
index a6886bc..44e3e80 100644
--- a/fluent-validator/pom.xml
+++ b/fluent-validator/pom.xml
@@ -6,12 +6,12 @@
com.baidu.unbiz
fluent-validator-parent
../pom.xml
- 1.0.6
+ 1.0.8
com.baidu.unbiz
fluent-validator
- 1.0.6
+ 1.0.8
jar
fluent-validator
A simple Java validation framework leveraging fluent interface style and JSR 303 specification
diff --git a/pom.xml b/pom.xml
index 0564226..8cbcdca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.baidu.unbiz
fluent-validator-parent
- 1.0.6
+ 1.0.8
fluent-validator-parent
pom
A simple Java validation framework leveraging fluent interface style and JSR 303 specification