Skip to content

Commit

Permalink
prep for Sonatype upload (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Jul 15, 2012
1 parent 2efb4eb commit 41077ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
named-regexp 0.1.5
named-regexp 0.1.6
==================
This library is a wrapper for `java.util.regex`, implementing named capture groups for Java 5/6. Note this isn't needed in Java 7, which already supports this feature.

Expand All @@ -12,7 +12,7 @@ License

Download
========
[named-regexp-0.1.5.jar](https://github.com/downloads/tony19/named-regexp/named-regexp-0.1.5.jar) MD5: f149670b75026cfd9f4aac169594a882
[named-regexp-0.1.6.jar](https://github.com/downloads/tony19/named-regexp/named-regexp-0.1.6.jar)


Usage
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>com.github.tony19</groupId>
<artifactId>named-regexp</artifactId>
<packaging>pom</packaging>
<packaging>jar</packaging>
<name>named-regexp</name>
<description>Named capturing groups for Java 5/6</description>
<version>0.1.6-SNAPSHOT</version>
Expand Down

0 comments on commit 41077ce

Please sign in to comment.