Skip to content

Commit 5204c99

Browse files
committed
[maven-release-plugin] prepare release v1.0.1
1 parent 2fb6806 commit 5204c99

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220
<parent>
2321
<groupId>org.sonatype.oss</groupId>
@@ -27,7 +25,7 @@
2725

2826
<groupId>kr.co.vcnc.haeinsa</groupId>
2927
<artifactId>haeinsa</artifactId>
30-
<version>1.0.1-SNAPSHOT</version>
28+
<version>1.0.1</version>
3129
<packaging>jar</packaging>
3230

3331
<name>haeinsa</name>
@@ -55,7 +53,7 @@
5553
<url>https://github.com/vcnc/haeinsa</url>
5654
<connection>scm:git:git://github.com/vcnc/haeinsa.git</connection>
5755
<developerConnection>scm:git:ssh://[email protected]/vcnc/haeinsa.git</developerConnection>
58-
<tag>HEAD</tag>
56+
<tag>v1.0.1</tag>
5957
</scm>
6058

6159
<properties>
@@ -313,7 +311,7 @@
313311
</goals>
314312
</pluginExecutionFilter>
315313
<action>
316-
<ignore/>
314+
<ignore />
317315
</action>
318316
</pluginExecution>
319317
<pluginExecution>
@@ -326,7 +324,7 @@
326324
</goals>
327325
</pluginExecutionFilter>
328326
<action>
329-
<ignore/>
327+
<ignore />
330328
</action>
331329
</pluginExecution>
332330
</pluginExecutions>

0 commit comments

Comments
 (0)