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

Commit 3228cc2

Browse files
[maven-release-plugin] prepare release v0.0.2
1 parent b4a65f8 commit 3228cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.js-cookie</groupId>
44
<artifactId>java-cookie</artifactId>
5-
<version>0.0.2-SNAPSHOT</version>
5+
<version>0.0.2</version>
66
<name>Java Cookie</name>
77
<description>A simple Servlet API for handling cookies</description>
88
<url>https://github.com/js-cookie/java-cookie</url>
@@ -31,7 +31,7 @@
3131
<url>https://github.com/js-cookie/java-cookie</url>
3232
<connection>scm:git:https://github.com/js-cookie/java-cookie.git</connection>
3333
<developerConnection>scm:git:https://github.com/js-cookie/java-cookie.git</developerConnection>
34-
<tag>HEAD</tag>
34+
<tag>v0.0.2</tag>
3535
</scm>
3636
<repositories>
3737
<repository>

0 commit comments

Comments
 (0)