We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c43791 commit 8843ba2Copy full SHA for 8843ba2
pom.xml
@@ -7,7 +7,7 @@
7
<packaging>jar</packaging>
8
<name>named-regexp</name>
9
<description>Named capturing groups for Java 5/6</description>
10
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
11
<url>https://github.com/tony19/named-regexp</url>
12
13
<licenses>
@@ -22,7 +22,7 @@
22
<connection>scm:git:[email protected]:tony19/named-regexp.git</connection>
23
<developerConnection>scm:git:[email protected]:tony19/named-regexp.git</developerConnection>
24
<url>[email protected]:tony19/named-regexp.git</url>
25
- <tag>HEAD</tag>
+ <tag>named-regexp-1.0.0</tag>
26
</scm>
27
<issueManagement>
28
<system>GitHub</system>
0 commit comments