Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 1.5.3
  • Loading branch information
aalmiray committed Nov 12, 2015
1 parent 2f720e0 commit d381e7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.adoc
@@ -1,7 +1,7 @@
= Asciidoctor Gradle Plugin
Andres Almiray <https://github.com/aalmiray[@aalmiray]>
:version: 1.5.3-SNAPSHOT
:version-published: 1.5.2
:version-published: 1.5.3
:asciidoc-url: http://asciidoc.org
:asciidoctor-url: http://asciidoctor.org
:issues: https://github.com/asciidoctor/asciidoctor-maven-plugin/issues
Expand All @@ -13,7 +13,7 @@ Andres Almiray <https://github.com/aalmiray[@aalmiray]>
:asciidoctor-docs: http://asciidoctor.org/docs/
:project-name: asciidoctor-gradle-plugin
:project-full-path: asciidoctor/asciidoctor-gradle-plugin
:github-branch: development
:github-branch: master
:linkattrs:

image:https://ci.appveyor.com/api/projects/status/db102rphsu5lviv6/branch/{github-branch}?svg=true&passingText={github-branch}%20-%20OK&failingText={github-branch}%20-%20Fails&pendingText={github-branch}%20-%20Pending[Build Status", link="https://ci.appveyor.com/project/{project-full-path}/branch/{github-branch}"]
Expand Down Expand Up @@ -280,7 +280,7 @@ Notice how spaces are escaped in the last key/value pair.

== Configuration

This plugin uses `asciidoctorj-1.5.1` by default, however, you can change this by
This plugin uses `asciidoctorj-1.5.3.2` by default, however, you can change this by
defining a value on the +asciidoctorj+ extension, like so

[source,groovy]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
version = 1.5.3-SNAPSHOT
version = 1.5.3
group = org.asciidoctor
sourceCompatibility = 1.6
targetCompatibility = 1.6
4 changes: 2 additions & 2 deletions gradle/publishing.gradle
Expand Up @@ -47,7 +47,7 @@ if (!project.hasProperty('bintrayUsername')) ext.bintrayUsername = ''
if (!project.hasProperty('bintrayApiKey')) ext.bintrayApiKey = ''

bintray {
user = project.bintrayUsername
user = 'asciidoctor'
key = project.bintrayApiKey
pkg.repo = 'asciidoctor'
pkg.repo = 'maven'
}

0 comments on commit d381e7e

Please sign in to comment.