Skip to content

Commit 563dc40

Browse files
committed
[maven-release-plugin] prepare release v1.0.5
1 parent 8642110 commit 563dc40

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.sonatype.oss</groupId>
@@ -26,7 +25,7 @@
2625

2726
<groupId>kr.co.vcnc.haeinsa</groupId>
2827
<artifactId>haeinsa</artifactId>
29-
<version>1.0.5-SNAPSHOT</version>
28+
<version>1.0.5</version>
3029
<packaging>jar</packaging>
3130

3231
<name>haeinsa</name>
@@ -54,7 +53,7 @@
5453
<url>https://github.com/vcnc/haeinsa</url>
5554
<connection>scm:git:git://github.com/vcnc/haeinsa.git</connection>
5655
<developerConnection>scm:git:ssh://git@github.com/vcnc/haeinsa.git</developerConnection>
57-
<tag>HEAD</tag>
56+
<tag>v1.0.5</tag>
5857
</scm>
5958

6059
<properties>
@@ -319,7 +318,7 @@
319318
</goals>
320319
</pluginExecutionFilter>
321320
<action>
322-
<ignore/>
321+
<ignore />
323322
</action>
324323
</pluginExecution>
325324
<pluginExecution>
@@ -332,7 +331,7 @@
332331
</goals>
333332
</pluginExecutionFilter>
334333
<action>
335-
<ignore/>
334+
<ignore />
336335
</action>
337336
</pluginExecution>
338337
</pluginExecutions>

0 commit comments

Comments
 (0)