Skip to content

Commit

Permalink
[maven-release-plugin] prepare release type-parser-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drapostolos committed Aug 9, 2014
1 parent 5c737db commit 2c5496b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.drapostolos</groupId>
<artifactId>type-parser</artifactId>
<name>type-parser</name>
<version>0.4.1-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>
<description>This is a lightweigth library that does nothing but parse a string to a given type. Supports most of the java classes, such as Integer, File, Enum, Float and also generic types as well, such as List&lt;Integer&gt;, Set&lt;File&gt; etc. Also possible to register your own parsers.</description>

Expand Down

0 comments on commit 2c5496b

Please sign in to comment.