Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eincs committed Mar 20, 2015
1 parent 8642110 commit 563dc40
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
limitations under the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
Expand All @@ -26,7 +25,7 @@

<groupId>kr.co.vcnc.haeinsa</groupId>
<artifactId>haeinsa</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<packaging>jar</packaging>

<name>haeinsa</name>
Expand Down Expand Up @@ -54,7 +53,7 @@
<url>https://github.com/vcnc/haeinsa</url>
<connection>scm:git:git://github.com/vcnc/haeinsa.git</connection>
<developerConnection>scm:git:ssh://[email protected]/vcnc/haeinsa.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.5</tag>
</scm>

<properties>
Expand Down Expand Up @@ -319,7 +318,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -332,7 +331,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 563dc40

Please sign in to comment.