From 94dd4e5436421f927a8667993a87398cb3c42839 Mon Sep 17 00:00:00 2001 From: Robert Panzer Date: Sat, 21 May 2022 16:38:15 +0200 Subject: [PATCH] Release 2.0.0 --- asciidoctorj-pdf/gradle.properties | 2 +- build.gradle | 10 +++++----- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/asciidoctorj-pdf/gradle.properties b/asciidoctorj-pdf/gradle.properties index a2e575e..aae0759 100644 --- a/asciidoctorj-pdf/gradle.properties +++ b/asciidoctorj-pdf/gradle.properties @@ -1,4 +1,4 @@ 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.6.2 +version=2.0.0 gem_name=asciidoctor-pdf diff --git a/build.gradle b/build.gradle index 9cf129a..7e6607a 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { plugins { id "signing" id "io.github.gradle-nexus.publish-plugin" version "1.1.0" - id 'com.github.jruby-gradle.base' version '2.0.0' + id 'com.github.jruby-gradle.base' version '2.0.1' } // TIP use -PpublishRelease=true to active release behavior regardless of the version @@ -33,21 +33,21 @@ ext { // jar versions arquillianVersion = '1.1.10.Final' arquillianSpockVersion = '1.0.0.Beta3' - jrubyVersion = '9.2.17.0' + jrubyVersion = '9.3.4.0' pdfboxVersion = '1.8.16' junitVersion = '4.13.2' hamcrestVersion = '2.2' // gem versions - asciidoctorJVersion = project.hasProperty('asciidoctorJVersion') ? project.asciidoctorJVersion : '2.5.2' - asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : '1.6.2' + asciidoctorJVersion = project.hasProperty('asciidoctorJVersion') ? project.asciidoctorJVersion : '2.5.3' + asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : '2.0.0' addressableVersion = '2.8.0' concurrentRubyVersion = '1.1.7' public_suffixVersion = '1.4.6' prawnGemVersion=project.hasProperty('prawnGemVersion') ? project.prawnGemVersion : '2.4.0' rghostGemVersion = '0.9.7' - rougeGemVersion = '3.27.0' + rougeGemVersion = '3.28.0' spockVersion = '0.7-groovy-2.0' threadSafeGemVersion = '0.3.6' ttfunkGemVersion = '1.7.0' diff --git a/gradle.properties b/gradle.properties index 59a05e4..2d5e2fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=1.6.2 +version=2.0.0 sourceCompatibility=1.8 targetCompatibility=1.8