Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed May 6, 2014
1 parent 22fbe45 commit 0f1d0b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Released versions are available in The Central Repository. Just add this artifac
<dependency>
<groupId>cz.jirutka.validator</groupId>
<artifactId>validator-collection</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
```

Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

<groupId>cz.jirutka.validator</groupId>
<artifactId>validator-collection</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<name>validator-collection</name>
<description>JSR-303 Collection Validators</description>
<description>Universal bean validator for collection of simple types.</description>
<url>http://github.com/jirutka/validator-collection</url>
<inceptionYear>2013</inceptionYear>

Expand Down Expand Up @@ -53,6 +53,11 @@
<url>https://travis-ci.org/jirutka/validator-collection</url>
</ciManagement>

<issueManagement>
<system>github</system>
<url>http://github.com/jirutka/validator-collection/issues</url>
</issueManagement>


<!--//////////////////// DEPENDENCIES ////////////////////-->

Expand Down

0 comments on commit 0f1d0b6

Please sign in to comment.