Skip to content

Commit

Permalink
[maven-release-plugin] prepare release lavagna-1.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jul 13, 2015
1 parent c92f6e2 commit f861cc7
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
@@ -1,5 +1,4 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -11,7 +10,7 @@
<groupId>io.lavagna</groupId>
<artifactId>lavagna</artifactId>
<packaging>war</packaging>
<version>1.0-M2-SNAPSHOT</version>
<version>1.0-M2</version>
<inceptionYear>2014</inceptionYear>

<name>lavagna</name>
Expand All @@ -28,7 +27,7 @@
<connection>scm:git:[email protected]:digitalfondue/lavagna.git</connection>
<developerConnection>scm:git:[email protected]:digitalfondue/lavagna.git</developerConnection>
<url>https://github.com/digitalfondue/lavagna.git</url>
<tag>HEAD</tag>
<tag>lavagna-1.0-M2</tag>
</scm>

<developers>
Expand Down Expand Up @@ -554,7 +553,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -573,7 +572,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit f861cc7

Please sign in to comment.