Created
October 13, 2017 06:31
-
-
Save abelsromero/cd4768ce6180db582d69e91d2c15d218 to your computer and use it in GitHub Desktop.
poc/publishing asciidoctor rendered docs with maven
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<metadata modelVersion="1.1.0"> | |
<groupId>org.asciidoctor.maven</groupId> | |
<artifactId>asciidoc-to-html-example</artifactId> | |
<version>1.0.0-SNAPSHOT</version> | |
<versioning> | |
<snapshot> | |
<localCopy>true</localCopy> | |
</snapshot> | |
<lastUpdated>20171013062755</lastUpdated> | |
<snapshotVersions> | |
<snapshotVersion> | |
<classifier>docs</classifier> | |
<extension>html5</extension> | |
<value>1.0.0-SNAPSHOT</value> | |
<updated>20171013062755</updated> | |
</snapshotVersion> | |
<snapshotVersion> | |
<extension>jar</extension> | |
<value>1.0.0-SNAPSHOT</value> | |
<updated>20171013062755</updated> | |
</snapshotVersion> | |
<snapshotVersion> | |
<extension>pom</extension> | |
<value>1.0.0-SNAPSHOT</value> | |
<updated>20171013062755</updated> | |
</snapshotVersion> | |
</snapshotVersions> | |
</versioning> | |
</metadata> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment