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 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" >
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.0.5-SNAPSHOT </version >
12
+ <version >0.0.5</version >
14
13
<packaging >jar</packaging >
15
14
16
15
<name >${project.artifactId} </name >
33
32
<connection >scm:git:git@github.com:jinahya/${project.artifactId} .git</connection >
34
33
<developerConnection >scm:git:git@github.com:jinahya/${project.artifactId} .git</developerConnection >
35
34
<url >https://github.com/jinahya/${project.artifactId} </url >
36
- <tag >HEAD </tag >
35
+ <tag >0.0.5 </tag >
37
36
</scm >
38
37
<issueManagement >
39
38
<system >GitHub Issues</system >
179
178
</goals >
180
179
<configuration >
181
180
<rules >
182
- <dependencyConvergence />
181
+ <dependencyConvergence />
183
182
<requireJavaVersion >
184
183
<version >[1.8.0,)</version >
185
184
</requireJavaVersion >
You can’t perform that action at this time.
0 commit comments