Skip to content

Commit 22412cc

Browse files
committed
[maven-release-plugin] prepare release human-name-parser-0.1
1 parent a9c210c commit 22412cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
THE SOFTWARE.
2323
-->
24-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2625

2726
<modelVersion>4.0.0</modelVersion>
2827
<groupId>com.tupilabs</groupId>
2928
<artifactId>human-name-parser</artifactId>
3029

31-
<version>0.1-SNAPSHOT</version>
30+
<version>0.1</version>
3231

3332
<name>HumanNameParser.java</name>
3433
<description>HumanNameParser.java, a Java port of HumanNameParser.php. Parser for human names in Java, all credit goes to @jasonpriem</description>

0 commit comments

Comments
 (0)