Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.0.0-alpha10
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Aug 31, 2014
1 parent dd377c7 commit 4ff44e3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

Expand All @@ -13,7 +11,7 @@

<groupId>org.idpf</groupId>
<artifactId>epubcheck</artifactId>
<version>4.0.0-alpha10-SNAPSHOT</version>
<version>4.0.0-alpha10</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -142,7 +140,7 @@
<connection>scm:git:ssh://[email protected]:IDPF/epubcheck.git</connection>
<developerConnection>scm:git:ssh://[email protected]:IDPF/epubcheckgit</developerConnection>
<url>https://github.com/IDPF/epubcheck</url>
<tag>HEAD</tag>
<tag>v4.0.0-alpha10</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down Expand Up @@ -507,7 +505,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -520,7 +518,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -533,7 +531,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 4ff44e3

Please sign in to comment.