Skip to content

Commit

Permalink
Release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Jan 5, 2016
1 parent 3f7c2f3 commit 253e706
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion asciidoctorj-epub3/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
properName=AsciidoctorJ EPUB3
description=AsciidoctorJ EPUB3 bundles the Asciidoctor EPUB3 RubyGem (asciidoctor-epub3) so it can be loaded into the JVM using JRuby.
version=1.5.0-alpha.5.1
version=1.5.0-alpha.6
2 changes: 1 addition & 1 deletion asciidoctorj-pdf/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
properName=AsciidoctorJ PDF
description=AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
version=1.5.0-alpha.10.1
version=1.5.0-alpha.11
12 changes: 3 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,9 @@ ext {
xmlMatchersVersion = '1.0-RC1'

// gem versions
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '1.5.3'

// Commented out to provide a new asciidoctorj-epub3 that has no dependency on AsciidoctorJ 1.5.3. Activate again for next release
// asciidoctorEpub3GemVersion = project(':asciidoctorj-epub3').version.replace('-', '.')
asciidoctorEpub3GemVersion = '1.5.0.alpha.5'

// Commented out to provide a fix for alpha.10. Activate again for alpha.11
// asciidoctorPdfGemVersion = project(':asciidoctorj-pdf').version.replace('-', '.')
asciidoctorPdfGemVersion = '1.5.0.alpha.10'
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '1.5.4'
asciidoctorEpub3GemVersion = project(':asciidoctorj-epub3').version.replace('-', '.')
asciidoctorPdfGemVersion = project(':asciidoctorj-pdf').version.replace('-', '.')

asciidoctorDiagramGemVersion = project(':asciidoctorj-diagram').version.replace('-', '.')
coderayGemVersion = '1.1.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=1.5.4-SNAPSHOT
version=1.5.4
sourceCompatibility=1.6
targetCompatibility=1.6

0 comments on commit 253e706

Please sign in to comment.