Skip to content

Commit

Permalink
add bintray distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Aug 21, 2014
1 parent d9eca1e commit 44471db
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,5 +314,12 @@
</build>
</profile>
</profiles>
</project>

<distributionManagement>
<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>
</repository>
</distributionManagement>
</project>

0 comments on commit 44471db

Please sign in to comment.