Skip to content

Commit 6d9f24e

Browse files
committed
[maven-release-plugin] prepare release 0.2.2
1 parent 6a9515f commit 6d9f24e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
@@ -10,7 +9,7 @@
109
</parent>
1110

1211
<artifactId>bit-io2</artifactId>
13-
<version>0.2.2-SNAPSHOT</version>
12+
<version>0.2.2</version>
1413
<packaging>jar</packaging>
1514

1615
<name>${project.artifactId}</name>
@@ -36,7 +35,7 @@
3635
<connection>scm:git:[email protected]:jinahya/${project.artifactId}.git</connection>
3736
<developerConnection>scm:git:[email protected]:jinahya/${project.artifactId}.git</developerConnection>
3837
<url>https://github.com/jinahya/${project.artifactId}</url>
39-
<tag>HEAD</tag>
38+
<tag>0.2.2</tag>
4039
</scm>
4140
<issueManagement>
4241
<system>GitHub Issues</system>
@@ -224,7 +223,7 @@
224223
</goals>
225224
<configuration>
226225
<rules>
227-
<dependencyConvergence/>
226+
<dependencyConvergence />
228227
</rules>
229228
</configuration>
230229
</execution>

0 commit comments

Comments
 (0)