Skip to content

Commit d49e18c

Browse files
committed
[maven-release-plugin] prepare release leetcode-tester-0.2.0
1 parent 1944c2e commit d49e18c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<name>LeetCode Tester</name>
76
<groupId>org.codi</groupId>
87
<artifactId>leetcode-tester</artifactId>
9-
<version>0.1.2-SNAPSHOT</version>
8+
<version>0.2.0</version>
109
<packaging>jar</packaging>
1110

1211
<developers>
@@ -20,7 +19,7 @@
2019
<url>https://github.com/the-codinator/LeetCodeTester.git</url>
2120
<connection>scm:git:https://github.com/the-codinator/LeetCodeTester.git</connection>
2221
<developerConnection>scm:git:https://github.com/the-codinator/LeetCodeTester.git</developerConnection>
23-
<tag>HEAD</tag>
22+
<tag>leetcode-tester-0.2.0</tag>
2423
</scm>
2524

2625
<properties>

0 commit comments

Comments
 (0)