Skip to content

Commit

Permalink
release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xu.zhang committed Aug 22, 2017
1 parent 4fc17f5 commit c52bed2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In order to use Fluent Validator within a Maven project, simply add the followin
<dependency>
<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</dependency>

*Check out the lastest version on [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cfluent-validator).*
Expand Down Expand Up @@ -527,7 +527,7 @@ Add the following dependency to your pom.xml.
<dependency>
<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator-jsr303</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</dependency>

By default, the following dependencies are what fluent-validator-jsr303 will bring into your project.
Expand Down Expand Up @@ -668,7 +668,7 @@ To use `SpringApplicationContextRegistry`, add the following dependency to your
<dependency>
<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator-spring</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</dependency>

By default, the following dependencies are what fluent-validator-spring will bring into your project.
Expand Down
6 changes: 3 additions & 3 deletions fluent-validator-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.8</version>
</parent>

<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator-demo</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.8</version>
<packaging>jar</packaging>
<name>fluent-validator-demo</name>
<description>A simple Java validation framework leveraging fluent interface style and JSR 303 specification
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator-spring</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.8</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions fluent-validator-jsr303/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.6</version>
<version>1.0.8</version>
</parent>

<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator-jsr303</artifactId>
<version>1.0.6</version>
<version>1.0.8</version>
<packaging>jar</packaging>
<name>fluent-validator-jsr303</name>
<description>A simple Java validation framework leveraging fluent interface style and JSR 303 specification
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator</artifactId>
<version>1.0.6</version>
<version>1.0.8</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions fluent-validator-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.6</version>
<version>1.0.8</version>
</parent>

<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator-spring</artifactId>
<version>1.0.6</version>
<version>1.0.8</version>
<packaging>jar</packaging>
<name>fluent-validator-spring</name>
<description>A simple Java validation framework leveraging fluent interface style and JSR 303 specification
Expand All @@ -21,13 +21,13 @@
<dependency>
<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator</artifactId>
<version>1.0.6</version>
<version>1.0.8</version>
</dependency>

<dependency>
<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator-jsr303</artifactId>
<version>1.0.6</version>
<version>1.0.8</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions fluent-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.6</version>
<version>1.0.8</version>
</parent>

<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator</artifactId>
<version>1.0.6</version>
<version>1.0.8</version>
<packaging>jar</packaging>
<name>fluent-validator</name>
<description>A simple Java validation framework leveraging fluent interface style and JSR 303 specification
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.baidu.unbiz</groupId>
<artifactId>fluent-validator-parent</artifactId>
<version>1.0.6</version>
<version>1.0.8</version>
<name>fluent-validator-parent</name>
<packaging>pom</packaging>
<description>A simple Java validation framework leveraging fluent interface style and JSR 303 specification
Expand Down

0 comments on commit c52bed2

Please sign in to comment.