From 41077ce5e5cb3af6525972b02858a29f2739f572 Mon Sep 17 00:00:00 2001 From: Tony Trinh Date: Sun, 15 Jul 2012 11:32:48 -0400 Subject: [PATCH] prep for Sonatype upload (6) --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6b65f7..4b34d11 100644 --- a/README.md +++ b/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. @@ -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 diff --git a/pom.xml b/pom.xml index 70fd1a8..99d7116 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.github.tony19 named-regexp - pom + jar named-regexp Named capturing groups for Java 5/6 0.1.6-SNAPSHOT