Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 33816b6

Browse files
committedJan 1, 2022
[maven-release-plugin] prepare release 0.0.5
1 parent cad6526 commit 33816b6

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 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
<parent>
@@ -10,7 +9,7 @@
109
</parent>
1110

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

1615
<name>${project.artifactId}</name>
@@ -33,7 +32,7 @@
3332
<connection>scm:git:git@github.com:jinahya/${project.artifactId}.git</connection>
3433
<developerConnection>scm:git:git@github.com:jinahya/${project.artifactId}.git</developerConnection>
3534
<url>https://github.com/jinahya/${project.artifactId}</url>
36-
<tag>HEAD</tag>
35+
<tag>0.0.5</tag>
3736
</scm>
3837
<issueManagement>
3938
<system>GitHub Issues</system>
@@ -179,7 +178,7 @@
179178
</goals>
180179
<configuration>
181180
<rules>
182-
<dependencyConvergence/>
181+
<dependencyConvergence />
183182
<requireJavaVersion>
184183
<version>[1.8.0,)</version>
185184
</requireJavaVersion>

0 commit comments

Comments
 (0)
Please sign in to comment.