Skip to content

Commit

Permalink
Merge pull request #50 from asciidoctor/asciidoctorj-diagram-2.3.0
Browse files Browse the repository at this point in the history
Prepare v2.3.0 and migrate back to Java 8
  • Loading branch information
robertpanzer committed Feb 12, 2024
2 parents fb48f0a + 222b5d3 commit 75d612f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion asciidoctorj-diagram-plantuml/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
properName=AsciidoctorJ Diagram Plantuml
description=AsciidoctorJ Diagram Plantuml bundles the Asciidoctor Diagram Plantuml RubyGem (asciidoctor-diagram-plantuml) so it can be loaded into the JVM using JRuby.
version=1.2023.13
version=1.2024.0
gem_name=asciidoctor-diagram-plantuml

2 changes: 1 addition & 1 deletion asciidoctorj-diagram/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
properName=AsciidoctorJ Diagram
description=AsciidoctorJ Diagram bundles the Asciidoctor Diagram RubyGem (asciidoctor-diagram) so it can be loaded into the JVM using JRuby.
version=2.2.17
version=2.3.0
gem_name=asciidoctor-diagram
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ subprojects {
status = _status

project.tasks.withType(JavaCompile).configureEach { task ->
task.options.release = 11
task.options.release = 8
}
project.tasks.withType(GroovyCompile).configureEach {task ->
task.options.release = 11
task.options.release = 8
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=2.2.17
version=2.3.0
gem_name=asciidoctor-diagram

0 comments on commit 75d612f

Please sign in to comment.