Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 4c0cf1b

Browse files
[maven-release-plugin] prepare release v0.0.1
1 parent c248e52 commit 4c0cf1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.jscookie</groupId>
44
<artifactId>java-cookie</artifactId>
5-
<version>0.0.1-SNAPSHOT</version>
5+
<version>0.0.1</version>
66
<name>Java Cookie</name>
77
<description>A simple Servlet API for handling cookies</description>
88
<properties>
@@ -22,6 +22,7 @@
2222
<url>https://github.com/js-cookie/java-cookie</url>
2323
<connection>scm:git:https://github.com/js-cookie/java-cookie.git</connection>
2424
<developerConnection>scm:git:https://github.com/js-cookie/java-cookie.git</developerConnection>
25+
<tag>v0.0.1</tag>
2526
</scm>
2627
<repositories>
2728
<repository>

0 commit comments

Comments
 (0)