File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
10
9
</parent >
11
10
12
11
<artifactId >bit-io2</artifactId >
13
- <version >0.2.2-SNAPSHOT </version >
12
+ <version >0.2.2</version >
14
13
<packaging >jar</packaging >
15
14
16
15
<name >${project.artifactId} </name >
36
35
<
connection >scm:git:
[email protected] :jinahya/
${project.artifactId} .git</
connection >
37
36
<
developerConnection >scm:git:
[email protected] :jinahya/
${project.artifactId} .git</
developerConnection >
38
37
<url >https://github.com/jinahya/${project.artifactId} </url >
39
- <tag >HEAD </tag >
38
+ <tag >0.2.2 </tag >
40
39
</scm >
41
40
<issueManagement >
42
41
<system >GitHub Issues</system >
224
223
</goals >
225
224
<configuration >
226
225
<rules >
227
- <dependencyConvergence />
226
+ <dependencyConvergence />
228
227
</rules >
229
228
</configuration >
230
229
</execution >
You can’t perform that action at this time.
0 commit comments