Skip to content

Commit 73cbbd5

Browse files
author
Eugen Paraschiv
committed
small asciidoctor project fixes
1 parent 77148e3 commit 73cbbd5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

asciidoctor/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@
6161
</build>
6262

6363
<properties>
64-
<asciidoctor-maven-plugin.version>1.5.5</asciidoctor-maven-plugin.version>
65-
<asciidoctorj.version>1.5.4</asciidoctorj.version>
66-
<asciidoctorj-pdf.src.version>1.5.0-alpha.11</asciidoctorj-pdf.src.version>
64+
<asciidoctor-maven-plugin.version>1.5.6</asciidoctor-maven-plugin.version>
65+
<asciidoctorj.version>1.5.6</asciidoctorj.version>
66+
67+
<asciidoctorj-pdf.version>1.5.0-alpha.15</asciidoctorj-pdf.version>
6768
<asciidoctorj-pdf.plugin.version>1.5.0-alpha.15</asciidoctorj-pdf.plugin.version>
6869
</properties>
6970

asciidoctor/src/test/java/com/baeldung/asciidoctor/AsciidoctorDemoTest.java renamed to asciidoctor/src/test/java/com/baeldung/asciidoctor/AsciidoctorDemoIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import org.junit.Assert;
44
import org.junit.Test;
55

6-
public class AsciidoctorDemoTest {
6+
public class AsciidoctorDemoIntegrationTest {
77

88
@Test
99
public void givenString_whenConverting_thenResultingHTMLCode() {

0 commit comments

Comments
 (0)