Skip to content

Commit

Permalink
[maven-release-plugin] prepare release asciidoctor-maven-plugin-1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Mar 14, 2017
1 parent b5e116f commit a642566
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,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/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>
Expand All @@ -10,7 +9,7 @@

<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5.test</version>
<packaging>maven-plugin</packaging>

<name>Asciidoctor Maven Plugin</name>
Expand Down Expand Up @@ -52,9 +51,9 @@
</prerequisites>

<scm>
<url>scm:git:[email protected]:asciidoctor/asciidoctor-maven-plugin.git</url>
<connection>scm:git:[email protected]:asciidoctor/asciidoctor-maven-plugin.git</connection>
<developerConnection>scm:git:[email protected]:asciidoctor/asciidoctor-maven-plugin.git</developerConnection>
<url>scm:git:[email protected]:abelsromero/asciidoctor-maven-plugin.git</url>
<connection>scm:git:[email protected]:abelsromero/asciidoctor-maven-plugin.git</connection>
<developerConnection>scm:git:[email protected]:abelsromero/asciidoctor-maven-plugin.git</developerConnection>
</scm>

<issueManagement>
Expand Down Expand Up @@ -427,7 +426,7 @@
<repository>
<id>bintray-asciidoctor-maven-asciidoctor-maven-plugin</id>
<name>asciidoctor-maven-asciidoctor-maven-plugin</name>
<url>https://api.bintray.com/maven/asciidoctor/maven/asciidoctor-maven-plugin</url>
<url>https://api.bintray.com/maven/abelsromero/maven/asciidoctor-maven-plugin</url>
</repository>
</distributionManagement>
</project>

0 comments on commit a642566

Please sign in to comment.