Skip to content

Commit

Permalink
[maven-release-plugin] prepare release asciidoctor-maven-plugin-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Sep 14, 2020
1 parent 86aff56 commit 4a8727b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>

<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>maven-plugin</packaging>

<name>Asciidoctor Maven Plugin and Doxia Parser</name>
Expand Down Expand Up @@ -49,7 +48,7 @@
<url>scm:git:git@github.com:asciidoctor/asciidoctor-maven-plugin.git</url>
<connection>scm:git:git@github.com:asciidoctor/asciidoctor-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:asciidoctor/asciidoctor-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>asciidoctor-maven-plugin-2.1.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -327,7 +326,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -340,7 +339,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -354,7 +353,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 4a8727b

Please sign in to comment.